@layer property {
  .property-search-form .property-search-form-body .field-group .segmented-control li:has(input[type="radio"]:checked) {
    background-color: #e0effa !important;
  }

  .property-search-form .property-search-form-body .field-group .segmented-control li input[type="radio"]:checked + label {
    background-color: #e0effa !important;
  }
}

.property-search-form-submit {
  background-color: #cbdeeb;
}

.property-search-form-submit #property-search-clear-button {
  box-shadow: none;
  background-color: #f4fbff;
}

.property-search-form-submit #property-search-clear-button .label {
  color: #333;
}

@media (min-width: 768px) {
  .detail-page, .detail-page-footer, .search-page {
    max-width: none;
    padding-inline: var(--content-spacing);
    margin-left: 0;
    margin-right: 0;
  }

  .results-list {
    max-width: none;
  }
}
