@media (min-width: 901px) {
  html body > .content {
    box-sizing: border-box !important;
    width: min(1180px, calc(100vw - 40px)) !important;
    min-width: 0 !important;
    max-width: 1180px !important;
    margin: 20px auto 52px !important;
    padding: 0 !important;
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) 300px !important;
    gap: 20px !important;
    align-items: start !important;
    direction: ltr !important;
    transform: none !important;
  }

  html body > .content > #b24DynamicFilter {
    grid-column: 2 !important;
    grid-row: 1 !important;
    width: 300px !important;
    min-width: 300px !important;
    max-width: 300px !important;
    margin: 0 !important;
  }

  html body > .content > #resultsSection,
  html body > .content > .results-section {
    grid-column: 1 !important;
    grid-row: 1 !important;
    width: 100% !important;
    min-width: 0 !important;
    max-width: none !important;
    margin: 0 !important;
    direction: rtl !important;
  }
}

html body #b24DynamicFilter {
  display: block !important;
  box-sizing: border-box !important;
  direction: rtl !important;
  position: relative !important;
  top: auto !important;
  align-self: start !important;
  max-height: none !important;
  overflow: visible !important;
  padding: 20px 18px 14px !important;
  border: 1px solid #d9e3ef !important;
  border-radius: 14px !important;
  background: #ffffff !important;
  color: #172033 !important;
  box-shadow: 0 10px 30px rgba(30, 97, 175, 0.09) !important;
  scrollbar-width: auto !important;
  z-index: 10 !important;
}

html body #b24DynamicFilter .b24-df-head {
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  gap: 12px !important;
  margin: 0 0 18px !important;
  padding: 0 0 14px !important;
  border-bottom: 1px solid #e7edf5 !important;
}

html body #b24DynamicFilter .b24-df-title {
  flex: 1 1 auto !important;
  min-width: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  color: #3476c4 !important;
  font-family: "Noto Naskh Arabic UI", "Noto Naskh Arabic", "Noto Kufi Arabic", "Cairo", sans-serif !important;
  font-size: 16px !important;
  font-weight: 800 !important;
  line-height: 1.65 !important;
  text-align: right !important;
  white-space: normal !important;
}

html body #b24DynamicFilter .b24-df-head svg {
  width: 21px !important;
  height: 21px !important;
  flex: 0 0 21px !important;
  color: #3476c4 !important;
}

html body #b24DynamicFilter .b24-df-group {
  margin: 0 0 15px !important;
}

html body #b24DynamicFilter .b24-df-group > label,
html body #b24DynamicFilter .b24-df-legend {
  display: block !important;
  margin: 0 0 7px !important;
  padding: 0 !important;
  color: #243247 !important;
  font-family: "Noto Naskh Arabic UI", "Noto Naskh Arabic", "Noto Kufi Arabic", "Cairo", sans-serif !important;
  font-size: 12.5px !important;
  font-weight: 800 !important;
  line-height: 1.6 !important;
  text-align: right !important;
}

html body #b24DynamicFilter input,
html body #b24DynamicFilter select {
  display: block !important;
  box-sizing: border-box !important;
  width: 100% !important;
  min-width: 0 !important;
  max-width: none !important;
  height: 42px !important;
  min-height: 42px !important;
  margin: 0 !important;
  padding: 0 12px !important;
  border: 1px solid #d3deeb !important;
  border-radius: 8px !important;
  background: #ffffff !important;
  color: #23334a !important;
  box-shadow: none !important;
  outline: none !important;
  font-family: "Noto Naskh Arabic UI", "Noto Naskh Arabic", "Noto Kufi Arabic", "Cairo", sans-serif !important;
  font-size: 12px !important;
  font-weight: 500 !important;
  line-height: 1.2 !important;
}

html body #b24DynamicFilter input::placeholder {
  color: #9aa7b8 !important;
  opacity: 1 !important;
}

html body #b24DynamicFilter input:focus,
html body #b24DynamicFilter select:focus {
  border-color: #3476c4 !important;
  background: #fff !important;
  box-shadow: 0 0 0 3px rgba(52, 118, 196, 0.11) !important;
}

html body #b24DynamicFilter .b24-df-range {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) !important;
  gap: 9px !important;
}

html body #b24DynamicFilter .b24-df-features {
  margin: 4px 0 0 !important;
  padding: 15px 0 0 !important;
  border-top: 1px solid #e7edf5 !important;
}

html body #b24DynamicFilter .b24-df-features-grid {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  gap: 8px !important;
}

html body #b24DynamicFilter .b24-df-check {
  display: flex !important;
  align-items: flex-start !important;
  gap: 7px !important;
  box-sizing: border-box !important;
  min-width: 0 !important;
  margin: 0 !important;
  padding: 8px !important;
  border: 1px solid #e0e8f2 !important;
  border-radius: 8px !important;
  background: #f9fbfe !important;
  color: #33445b !important;
  cursor: pointer !important;
  font-size: 10.5px !important;
  font-weight: 600 !important;
  line-height: 1.55 !important;
}

html body #b24DynamicFilter .b24-df-check:hover {
  border-color: #b8d0ea !important;
  background: #f3f8ff !important;
}

html body #b24DynamicFilter .b24-df-check input {
  width: 16px !important;
  min-width: 16px !important;
  max-width: 16px !important;
  height: 16px !important;
  min-height: 16px !important;
  margin: 2px 0 0 !important;
  padding: 0 !important;
  accent-color: #3476c4 !important;
  flex: 0 0 16px !important;
}

html body #b24DynamicFilter .b24-df-check span {
  min-width: 0 !important;
  overflow-wrap: anywhere !important;
}

html body #b24DynamicFilter .b24-df-empty {
  margin-top: 4px !important;
  padding: 11px !important;
  border: 1px dashed #d6e1ee !important;
  border-radius: 8px !important;
  background: #fafcff !important;
  color: #758398 !important;
  font-size: 11px !important;
  line-height: 1.6 !important;
  text-align: center !important;
}
html body > .content > #resultsSection:has(> .b24-ui-state) {
  display: block !important;
  width: 100% !important;
  min-width: 0 !important;
  max-width: 100% !important;
  overflow: hidden !important;
}

html body > .content > #resultsSection > .b24-ui-state {
  box-sizing: border-box !important;
  width: 100% !important;
  inline-size: 100% !important;
  min-width: 0 !important;
  max-width: 100% !important;
  flex: none !important;
  grid-column: 1 !important;
  justify-self: stretch !important;
  margin: 0 !important;
}

html body #b24DynamicFilter .b24-df-actions {
  position: sticky !important;
  bottom: 10px !important;
  z-index: 20 !important;
  margin: 18px -8px 0 !important;
  padding: 12px 8px 4px !important;
  border-top: 1px solid #e5ecf4 !important;
  background: linear-gradient(to top, #fff 78%, rgba(255, 255, 255, 0.96)) !important;
}

html body #b24DynamicFilter .b24-df-submit {
  display: block !important;
  width: 100% !important;
  height: 44px !important;
  min-height: 44px !important;
  margin: 0 !important;
  padding: 0 14px !important;
  border: 0 !important;
  border-radius: 8px !important;
  background: linear-gradient(135deg, #3476c4, #2a6cb9) !important;
  color: #fff !important;
  box-shadow: 0 7px 17px rgba(42, 108, 185, 0.22) !important;
  cursor: pointer !important;
  font-family: "Noto Naskh Arabic UI", "Noto Naskh Arabic", "Noto Kufi Arabic", "Cairo", sans-serif !important;
  font-size: 12.5px !important;
  font-weight: 800 !important;
}

html body #b24DynamicFilter .b24-df-clear {
  display: block !important;
  width: 100% !important;
  margin: 0 !important;
  padding: 9px 0 1px !important;
  border: 0 !important;
  background: transparent !important;
  color: #66758a !important;
  cursor: pointer !important;
  font-family: "Noto Naskh Arabic UI", "Noto Naskh Arabic", "Noto Kufi Arabic", "Cairo", sans-serif !important;
  font-size: 10.5px !important;
  font-weight: 700 !important;
}

@media (max-width: 900px) {
  html body #b24DynamicFilter {
    width: 100% !important;
    min-width: 0 !important;
    max-width: none !important;
    padding: 18px 16px 14px !important;
  }
  html body #b24DynamicFilter .b24-df-features-grid {
    grid-template-columns: 1fr !important;
  }
}
html body #b24DynamicFilter [hidden] {
  display: none !important;
}
html body #b24DynamicFilter .b24-df-other {
  margin-top: 8px !important;
  border-style: dashed !important;
  background: #fbfdff !important;
}
html body #b24DynamicFilter .b24-latin-number,
html body #b24DynamicFilter .b24-latin-month,
html body #b24DynamicFilter .b24-latin-date {
  direction: ltr !important;
  text-align: left !important;
  font-variant-numeric: tabular-nums !important;
}
#b24DynamicFilter .b24-df-range {
  direction: rtl !important;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) !important;
  justify-content: start !important;
  justify-items: stretch !important;
  text-align: right !important;
}
#b24DynamicFilter .b24-df-range input {
  direction: ltr !important;
  text-align: right !important;
}
#b24DynamicFilter .b24-df-location-group {
  position: relative !important;
}
#b24DynamicFilter .b24-df-location-suggestions {
  position: absolute;
  z-index: 9999;
  top: calc(100% - 5px);
  right: 0;
  left: 0;
  max-height: 260px;
  overflow: auto;
  background: #fff;
  border: 1px solid #cfdbea;
  border-radius: 10px;
  box-shadow: 0 14px 30px rgba(30, 97, 175, 0.16);
  padding: 5px;
}
#b24DynamicFilter .b24-df-location-suggestions[hidden] {
  display: none !important;
}
#b24DynamicFilter .b24-df-location-suggestions button {
  width: 100%;
  border: 0;
  background: #fff;
  border-radius: 7px;
  padding: 8px 9px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  text-align: right;
  cursor: pointer;
  color: #203047;
  font-family: inherit;
}
#b24DynamicFilter .b24-df-location-suggestions button:hover,
#b24DynamicFilter .b24-df-location-suggestions button:focus {
  background: #eaf1f8;
  outline: none;
}
#b24DynamicFilter .b24-df-location-suggestions strong {
  font-size: 12px;
  font-weight: 800;
}
#b24DynamicFilter .b24-df-location-suggestions span {
  font-size: 10px;
  color: #718096;
  direction: ltr;
  white-space: nowrap;
}
#b24DynamicFilter .b24-df-submit {
  font-variant-numeric: tabular-nums;
}
#b24DynamicFilter .b24-df-range {
  direction: rtl !important;
  justify-content: stretch !important;
}
#b24DynamicFilter .b24-df-range input {
  direction: rtl !important;
  text-align: right !important;
  padding-right: 12px !important;
  padding-left: 8px !important;
}
#b24DynamicFilter .b24-df-location-suggestions,
#b24DynamicFilter .b24-df-location-suggestions button,
#b24DynamicFilter .b24-df-location-suggestions button:hover,
#b24DynamicFilter .b24-df-location-suggestions button:focus,
#b24DynamicFilter .b24-df-location-suggestions button:active {
  background: #fff !important;
  background-color: #fff !important;
  color: #203047 !important;
  box-shadow: none !important;
}
#b24DynamicFilter .b24-df-location-suggestions button {
  border-radius: 0 !important;
  border-bottom: 1px solid #edf1f6 !important;
}
#b24DynamicFilter .b24-df-location-suggestions button:last-child {
  border-bottom: 0 !important;
}
html body #b24DynamicFilter .b24-df-range {
  direction: ltr !important;
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) !important;
  gap: 9px !important;
}
html body #b24DynamicFilter .b24-df-range input[data-role="from"] {
  grid-column: 2 !important;
  grid-row: 1 !important;
}
html body #b24DynamicFilter .b24-df-range input[data-role="to"] {
  grid-column: 1 !important;
  grid-row: 1 !important;
}
html body #b24DynamicFilter .b24-df-range input {
  direction: rtl !important;
  text-align: right !important;
  padding-right: 12px !important;
  padding-left: 8px !important;
}
html body #b24DynamicFilter .b24-df-intent-group {
  display: block !important;
  margin: 0 0 15px !important;
  padding: 0 !important;
  border: 0 !important;
}
html body #b24DynamicFilter .b24-df-intent-group > label {
  display: block !important;
  margin: 0 0 7px !important;
  color: #243247 !important;
}
html body #b24DynamicFilter .b24-df-intent-control {
  position: relative !important;
  width: 100% !important;
}
html body #b24DynamicFilter .b24-df-intent-trigger {
  display: flex !important;
  align-items: center !important;
  width: 100% !important;
  min-width: 0 !important;
  height: 42px !important;
  min-height: 42px !important;
  margin: 0 !important;
  padding: 0 11px !important;
  border-color: #93b6dc !important;
  border-width: 1px !important;
  border-style: solid !important;
  border-radius: 8px !important;
  background: #f5faff !important;
  color: #3476c4 !important;
  box-shadow: none !important;
  font-family: "Noto Naskh Arabic UI", "Noto Naskh Arabic", "Noto Kufi Arabic", "Cairo", sans-serif !important;
  font-size: 12px !important;
  font-weight: 800 !important;
  line-height: 1.2 !important;
  text-align: right !important;
  cursor: pointer !important;
}
html body #b24DynamicFilter .b24-df-intent-trigger:hover,
html body #b24DynamicFilter .b24-df-intent-trigger[aria-expanded="true"] {
  border-color: #4e89d0 !important;
  background: #eaf1f8 !important;
}
html body #b24DynamicFilter .b24-df-intent-trigger:focus-visible {
  outline: none !important;
  border-color: #3476c4 !important;
  box-shadow: 0 0 0 3px rgba(52, 118, 196, 0.11) !important;
}
html body #b24DynamicFilter .b24-df-intent-selected-icon {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 20px !important;
  height: 20px !important;
  flex: 0 0 20px !important;
  margin-right: 8px !important;
  margin-left: 0 !important;
}
html body #b24DynamicFilter .b24-df-intent-selected-icon svg,
html body #b24DynamicFilter .b24-df-intent-menu svg {
  width: 19px !important;
  height: 19px !important;
  fill: none !important;
  stroke: currentColor !important;
  stroke-width: 1.8 !important;
  stroke-linecap: round !important;
  stroke-linejoin: round !important;
}
html body #b24DynamicFilter .b24-df-intent-selected-label {
  flex: 0 1 auto !important;
  min-width: 0 !important;
}
html body #b24DynamicFilter .b24-df-intent-chevron {
  width: 16px !important;
  height: 16px !important;
  flex: 0 0 16px !important;
  margin-right: auto !important;
  fill: none !important;
  stroke: currentColor !important;
  stroke-width: 2.2 !important;
  stroke-linecap: round !important;
  stroke-linejoin: round !important;
  transition: transform 0.16s ease !important;
}
html body #b24DynamicFilter .b24-df-intent-trigger[aria-expanded="true"] .b24-df-intent-chevron {
  transform: rotate(180deg) !important;
}
html body #b24DynamicFilter .b24-df-intent-menu {
  position: absolute !important;
  z-index: 10020 !important;
  top: calc(100% + 6px) !important;
  right: 0 !important;
  left: 0 !important;
  display: grid !important;
  gap: 3px !important;
  padding: 6px !important;
  border: 1px solid #b8d0ea !important;
  border-radius: 10px !important;
  background: #fff !important;
  box-shadow: 0 14px 30px rgba(30, 97, 175, 0.16) !important;
}
html body #b24DynamicFilter .b24-df-intent-menu[hidden] {
  display: none !important;
}
html body #b24DynamicFilter .b24-df-intent-menu > button {
  display: flex !important;
  align-items: center !important;
  gap: 9px !important;
  width: 100% !important;
  height: 40px !important;
  min-height: 40px !important;
  margin: 0 !important;
  padding: 0 10px !important;
  border: 0 !important;
  border-radius: 7px !important;
  background: #fff !important;
  color: #1e61af !important;
  box-shadow: none !important;
  font-family: "Noto Naskh Arabic UI", "Noto Naskh Arabic", "Noto Kufi Arabic", "Cairo", sans-serif !important;
  font-size: 12px !important;
  font-weight: 750 !important;
  text-align: right !important;
  cursor: pointer !important;
}
html body #b24DynamicFilter .b24-df-intent-menu > button:hover,
html body #b24DynamicFilter .b24-df-intent-menu > button:focus,
html body #b24DynamicFilter .b24-df-intent-menu > button[aria-selected="true"] {
  outline: none !important;
  background: #eaf1f8 !important;
  color: #3476c4 !important;
}
html body #b24DynamicFilter .b24-df-intent-native {
  display: none !important;
}

@media (min-width: 901px) {
  html body #b24DynamicFilter .b24-df-location-suggestions {
    top: calc(100% + 6px) !important;
    max-height: 280px !important;
    padding: 6px !important;
    border: 1px solid #cbd9e9 !important;
    border-radius: 10px !important;
    background: #fff !important;
    box-shadow: 0 15px 34px rgba(30, 97, 175, 0.17) !important;
  }
  html body #b24DynamicFilter .b24-df-location-suggestions button {
    min-height: 46px !important;
    margin: 0 !important;
    padding: 7px 9px !important;
    justify-content: flex-start !important;
    border: 0 !important;
    border-bottom: 1px solid #edf2f7 !important;
    border-radius: 7px !important;
    background: #fff !important;
    color: #203047 !important;
    text-align: left !important;
  }
  html body #b24DynamicFilter .b24-df-location-suggestions button:last-child {
    border-bottom: 0 !important;
  }
  html body #b24DynamicFilter .b24-df-location-suggestions button:hover,
  html body #b24DynamicFilter .b24-df-location-suggestions button:focus,
  html body #b24DynamicFilter .b24-df-location-suggestions button:active {
    outline: none !important;
    background: #eaf1f8 !important;
    color: #1e61af !important;
  }
  html body #b24DynamicFilter .b24-df-location-suggestions .suggestionCopy {
    display: flex !important;
    flex-direction: column !important;
    align-items: flex-start !important;
    gap: 2px !important;
    width: 100% !important;
    min-width: 0 !important;
    direction: ltr !important;
    white-space: normal !important;
  }
  html body #b24DynamicFilter .b24-df-location-suggestions .suggestionMain {
    display: block !important;
    color: inherit !important;
    font-size: 12.5px !important;
    font-weight: 750 !important;
    line-height: 1.35 !important;
    white-space: nowrap !important;
  }
  html body #b24DynamicFilter .b24-df-location-suggestions .suggestionMain strong {
    margin-right: 6px !important;
    color: #3476c4 !important;
    font-size: 12.5px !important;
    font-weight: 850 !important;
  }
  html body #b24DynamicFilter .b24-df-location-suggestions .suggestionCopy small {
    color: #7a899c !important;
    font-size: 10px !important;
    font-weight: 600 !important;
    line-height: 1.3 !important;
  }
}
.b24-rental-price-unit {
  display: inline-flex;
  align-items: center;
  margin-inline-start: 5px;
  color: #52708f;
  font-size: 0.68em;
  font-weight: 800;
  white-space: nowrap;
}
#b24DynamicFilter [data-field][hidden],
#b24DfFeatures[hidden] {
  display: none !important;
}
