.header--section {
  display: flex;
  justify-content: space-between;
  margin-bottom: 40px;
}

.Block--title .logo {
  display: flex;
  gap: 24px;
  align-items: center;
}

.Block--title h2 {
  padding: 0;
  margin: 0;
  font-size: 57px;
  font-weight: 450;
  line-height: 81.51px;
  letter-spacing: 0.032em;
  text-align: center;
  text-underline-position: from-font;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
  color: #000;
}

.filter--form {
  display: grid;
  align-items: center;
  grid-template-columns: repeat(2, 1fr);
  -moz-column-gap: 40px;
  column-gap: 40px;
}

.form-item--wrapper {
  position: relative;
}

.form-item--wrapper .interestModal {
  position: absolute;
}

.filter--form .form-item {
  padding: 8px 16px;
  display: flex;
  width: 382px;
  border: 2px solid #757575;
  margin: 0;
  align-items: center;
}

.form-item {
  position: relative;
}

.form-item::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 16px;
  transform: translateY(-50%);
  width: 12px;
  height: 7px;
  background-image: url("/themes/custom/washington/images/icons/down-arrow.png");
  background-size: contain;
  background-repeat: no-repeat;
  pointer-events: none;
}

.interestModal,
.seasonModal {
  display: none;
  position: absolute;
  background-color: white;
  border: 1px solid #ccc;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  z-index: 1000;
  padding: 16px;
  width: 382px;
}

/* .interest-header,
.season-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
} */

.modal h3 {
  margin: 0;
  font-size: 16px;
}

.selectText {
  font-size: 20px;
  color: #666;
  margin-bottom: 8px;
}

.modal-content {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
}

.interestOptions label,
.seasonOptions label {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 12px;
  font-size: 16px;
  font-weight: normal;
  font-family: "Brandon Grotesque W01 Regular";
}

.modal-content label {
  font-size: 14px;
  display: flex;
  align-items: center;
}

.modal-content input[type="checkbox"] {
  margin-right: 10px;
}

.actions {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-top: 16px;
}

.actions button {
  padding: 10px 15px;
  border: none;
  cursor: pointer;
  font-size: 14px;
}

.apply-button,
.clear-button {
  background-color: transparent;
  border: 2px solid #7d3269 !important;
  padding: 16px;
  color: #7d3269;
}

.apply-button:hover,
.clear-button:hover {
  color: #fff;
  background-color: #7d3269;
}

.overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
}

.close-modal {
  font-size: 32px;
  font-weight: normal;
  cursor: pointer;
  color: #888;
}

.close-modal:hover {
  color: #333;
}

.label-heading {
  font-weight: 600;
}

@media (max-width: 1199.98px) {
  .header--section {
    flex-direction: column;
  }

  .logo {
    justify-content: center;
    margin-bottom: 24px;
  }

  .filter--form .form-item {
    width: 100%;
  }

  .interestModal,
  .seasonModal {
    width: 100%;
  }
}

@media (max-width: 767.98px) {
  .filter--form {
    grid-template-columns: repeat(1, 1fr);
    row-gap: 24px;
  }
}

.interestOptions,
.seasonOptions {
  max-height: 300px;
  overflow-y: scroll;
  overflow-x: hidden;
  padding-right: 10px;
  padding-left: 10px;
}

.showdisable {
  cursor: not-allowed;
}

button:disabled {
  cursor: not-allowed;
}

button:disabled:hover {
  color: #7d3269;
  background-color: transparent;
}


.clear-filters-button {
  background: none;
  border: none;
  color: #007bff; 
  text-decoration: underline;
  cursor: pointer;
  padding: 0;
  font-size: 16px; 
  margin-left: 10px; 
}

.clear-filters-button:hover {
  color: #0056b3; 
  text-decoration: underline;
}
