:root {
  --dhgs-navy: #102033;
  --dhgs-teal: #0e5f6a;
  --dhgs-gold: #c89b5e;
  --dhgs-white: #ffffff;
  --dhgs-soft: #f7f9fa;
  --dhgs-border: rgba(16, 32, 51, 0.24);
  --dhgs-border-strong: rgba(14, 95, 106, 0.68);
  --dhgs-muted: #66757f;
  --dhgs-active-bg: rgba(200, 155, 94, 0.12);
  --dhgs-active-border: rgba(200, 155, 94, 0.78);
  --dhgs-radius: 4px;
  --dhgs-field-height-desktop: 42px;
  --dhgs-field-height-mobile: 44px;
  --dhgs-gap-desktop: 8px;
  --dhgs-gap-mobile: 8px;
  --dhgs-master-width: 1180px;
}

.dhgs,
.dhgs * {
  box-sizing: border-box;
}

.dhgs {
  width: 100%;
  max-width: var(--dhgs-master-width);
  margin: 0 auto;
  color: var(--dhgs-navy);
  font-family: inherit;
  position: relative;
  z-index: 8;
}

.dhgs-context-default,
.dhgs-context-home,
.dh-rhb-search-results-search-band .dhgs,
.dh-clean-search-band .dhgs,
.dh-rhb-map-search-app .dhgs {
  max-width: var(--dhgs-master-width);
  margin-left: auto;
  margin-right: auto;
}

.dhgs-modify-button {
  display: none;
  width: 100%;
  height: 46px;
  border: 1px solid var(--dhgs-border);
  border-radius: var(--dhgs-radius);
  background: var(--dhgs-white);
  color: var(--dhgs-navy);
  align-items: center;
  justify-content: center;
  gap: 8px;
  font-weight: 700;
  letter-spacing: 0.01em;
}

.dhgs-form {
  width: 100%;
  margin: 0;
}

.dhgs-shell {
  width: 100%;
  background: rgba(255, 255, 255, 0.97);
  border: 1px solid rgba(16, 32, 51, 0.18);
  border-radius: var(--dhgs-radius);
  box-shadow: none;
  padding: 10px;
}

.dhgs-grid {
  display: grid;
  gap: var(--dhgs-gap-desktop);
}

.dhgs-row {
  display: grid;
  gap: var(--dhgs-gap-desktop);
  align-items: stretch;
}

.dhgs-row-identity {
  grid-template-columns: minmax(260px, 1.35fr) minmax(180px, 1fr) minmax(180px, 1fr) minmax(96px, .45fr);
}

.dhgs-row-unit {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

.dhgs-row-actions {
  grid-template-columns: minmax(150px, 1fr) minmax(150px, 1fr) minmax(170px, 1fr) minmax(142px, .85fr) minmax(118px, .68fr) minmax(150px, .9fr);
}

.dhgs-row-actions.dhgs-row-no-offers {
  grid-template-columns: minmax(160px, 1fr) minmax(160px, 1fr) minmax(190px, 1.1fr) minmax(120px, .7fr) minmax(160px, .95fr);
}

.dhgs-field {
  min-width: 0;
  position: relative;
}

.dhgs-label {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
}

.dhgs-input,
.dhgs-choice-button,
.dhgs-city-field,
.dhgs-toggle,
.dhgs-clear,
.dhgs-submit {
  width: 100%;
  height: var(--dhgs-field-height-desktop);
  min-height: var(--dhgs-field-height-desktop);
  border: 1px solid var(--dhgs-border);
  border-radius: var(--dhgs-radius);
  background: var(--dhgs-white);
  color: var(--dhgs-navy);
  font: inherit;
  font-size: 13px;
  line-height: 1.2;
  outline: none;
}

.dhgs-input,
.dhgs-choice-button,
.dhgs-city-field {
  padding: 0 34px 0 12px;
}

.dhgs-input::placeholder {
  color: var(--dhgs-muted);
  opacity: 1;
}

.dhgs-smart-control,
.dhgs-number {
  position: relative;
}

.dhgs-input:focus,
.dhgs-choice.is-open .dhgs-choice-button,
.dhgs-smart.is-open .dhgs-input {
  border-color: var(--dhgs-border-strong);
  box-shadow: none;
}


.dhgs-smart.is-active .dhgs-input,
.dhgs-choice.is-active .dhgs-choice-button,
.dhgs-number.is-active .dhgs-input {
  border-color: var(--dhgs-active-border);
  background: var(--dhgs-active-bg);
  color: var(--dhgs-navy);
  font-weight: 600;
}

.dhgs-number .dhgs-input {
  padding-right: 68px;
}

.dhgs-number.is-active .dhgs-number-suffix {
  right: 42px;
}

.dhgs-city-field {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 12px;
  background: #f1f5f6;
  color: var(--dhgs-teal);
  font-weight: 700;
  border-color: rgba(14, 95, 106, 0.2);
}

.dhgs-city-lock::before {
  content: "";
}

.dhgs-smart-clear,
.dhgs-number-clear {
  position: absolute;
  right: 8px;
  top: 50%;
  transform: translateY(-50%);
  width: 26px;
  height: 26px;
  border: 0;
  border-radius: var(--dhgs-radius);
  background: transparent;
  color: var(--dhgs-muted);
  font-size: 0;
  line-height: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.dhgs-smart-clear::before,
.dhgs-smart-clear::after,
.dhgs-number-clear::before,
.dhgs-number-clear::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 12px;
  height: 1.8px;
  border-radius: 2px;
  background: currentColor;
  transform-origin: center;
}

.dhgs-smart-clear::before,
.dhgs-number-clear::before {
  transform: translate(-50%, -50%) rotate(45deg);
}

.dhgs-smart-clear::after,
.dhgs-number-clear::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

.dhgs-number-suffix {
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
  color: var(--dhgs-muted);
  font-size: 11px;
  font-weight: 700;
  pointer-events: none;
}

.dhgs-choice-button {
  cursor: pointer;
  text-align: left;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 8px;
  white-space: nowrap;
  overflow: hidden;
  position: relative;
  padding-right: 36px;
}

.dhgs-choice-button::after {
  content: "";
  position: absolute;
  right: 15px;
  top: 50%;
  width: 7px;
  height: 7px;
  border: solid var(--dhgs-muted);
  border-width: 0 1.8px 1.8px 0;
  transform: translateY(-62%) rotate(45deg);
  transform-origin: center;
  pointer-events: none;
}

.dhgs-choice-button span {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.dhgs-choice-options,
.dhgs-suggestions {
  position: absolute;
  left: 0;
  right: 0;
  top: calc(100% + 6px);
  z-index: 70;
  background: var(--dhgs-white);
  border: 1px solid var(--dhgs-border);
  border-radius: var(--dhgs-radius);
  box-shadow: none;
  padding: 6px;
  max-height: none;
  overflow-y: visible;
}

.dhgs-suggestions,
.dhgs-choice-options.dhgs-options-long {
  max-height: min(420px, calc(100vh - 150px));
  overflow-y: auto;
}

.dhgs-choice-options:not(.dhgs-options-long) {
  overflow-y: visible;
  max-height: none;
}

.dhgs-choice-option,
.dhgs-suggestion {
  display: block;
  width: 100%;
  border: 0;
  border-radius: var(--dhgs-radius);
  background: transparent;
  color: var(--dhgs-navy);
  text-align: left;
  padding: 8px 12px;
  font: inherit;
  font-size: 13px;
  line-height: 18px;
  cursor: pointer;
}

.dhgs-choice-option:hover,
.dhgs-choice-option:focus,
.dhgs-choice-option.is-selected,
.dhgs-suggestion:hover,
.dhgs-suggestion:focus {
  background: rgba(14, 95, 106, 0.09);
  color: var(--dhgs-teal);
}

.dhgs-suggestion-title,
.dhgs-picker-item-title {
  display: block;
  font-weight: 700;
  line-height: 1.25;
}

.dhgs-suggestion-meta,
.dhgs-picker-item-meta {
  display: block;
  margin-top: 3px;
  color: var(--dhgs-muted);
  font-size: 11px;
  line-height: 1.25;
}

.dhgs-suggestion-empty,
.dhgs-picker-empty {
  color: var(--dhgs-muted);
  padding: 12px;
  text-align: center;
  font-size: 13px;
}

.dhgs-toggle {
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 0 10px;
  white-space: nowrap;
  font-weight: 600;
}

.dhgs-toggle-check {
  width: 16px;
  height: 16px;
  border-radius: var(--dhgs-radius);
  border: 1px solid rgba(16, 32, 51, 0.32);
  background: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 11px;
  color: transparent;
  flex: 0 0 auto;
}

.dhgs-toggle-field.is-active .dhgs-toggle {
  border-color: var(--dhgs-active-border);
  background: var(--dhgs-active-bg);
  color: var(--dhgs-navy);
}

.dhgs-toggle-field.is-active .dhgs-toggle-check {
  background: var(--dhgs-gold);
  border-color: var(--dhgs-gold);
  color: var(--dhgs-white);
}

.dhgs-clear,
.dhgs-submit {
  cursor: pointer;
  font-weight: 800;
  padding: 0 12px;
  white-space: nowrap;
}

.dhgs-clear {
  background: #f4f6f7;
  color: var(--dhgs-navy);
}

.dhgs-clear:hover,
.dhgs-clear:focus {
  border-color: var(--dhgs-border-strong);
}

.dhgs-submit {
  background: var(--dhgs-gold);
  border-color: var(--dhgs-gold);
  color: var(--dhgs-navy);
  box-shadow: none;
}

.dhgs-submit:hover,
.dhgs-submit:focus {
  filter: brightness(0.98);
}

.dhgs-mobile-head,
.dhgs-mobile-picker {
  display: none;
}

.dh-clean-home-hero .dhgs-shell {
  box-shadow: none;
}

.dh-clean-search-band .dhgs-shell,
.dh-rhb-search-results-search-band .dhgs-shell,
.dh-rhb-map-search-toolbar .dhgs-shell {
  box-shadow: none;
}

@media (max-width: 1100px) and (min-width: 768px) {
  .dhgs-row-identity {
    grid-template-columns: minmax(230px, 1.2fr) minmax(150px, .95fr) minmax(150px, .95fr) minmax(90px, .45fr);
  }
  .dhgs-row-unit,
  .dhgs-row-actions,
  .dhgs-row-actions.dhgs-row-no-offers {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 767px) {
  .dhgs {
    max-width: none;
  }

  .dhgs-modify-button {
    display: none;
  }

  .dhgs-context-search-results .dhgs-modify-button,
  .dhgs-context-results .dhgs-modify-button,
  .dhgs-context-map .dhgs-modify-button,
  .dh-rhb-map-search-app .dhgs-modify-button {
    display: flex;
  }

  .dhgs-context-search-results .dhgs-form .dhgs-shell,
  .dhgs-context-results .dhgs-form .dhgs-shell,
  .dhgs-context-map .dhgs-form .dhgs-shell,
  .dh-rhb-map-search-app .dhgs-form .dhgs-shell {
    display: none;
  }

  .dhgs-context-search-results .dhgs-form[data-mobile-open="true"] .dhgs-shell,
  .dhgs-context-results .dhgs-form[data-mobile-open="true"] .dhgs-shell,
  .dhgs-context-map .dhgs-form[data-mobile-open="true"] .dhgs-shell,
  .dh-rhb-map-search-app .dhgs-form[data-mobile-open="true"] .dhgs-shell {
    display: block;
    position: fixed;
    inset: 0;
    z-index: 9999;
    overflow-y: auto;
    border: 0;
    border-radius: 0;
    padding: max(14px, env(safe-area-inset-top)) 14px max(14px, env(safe-area-inset-bottom));
    background: var(--dhgs-white);
    box-shadow: none;
  }

  .dhgs-context-search-results .dhgs-form[data-mobile-open="true"] .dhgs-mobile-head,
  .dhgs-context-results .dhgs-form[data-mobile-open="true"] .dhgs-mobile-head,
  .dhgs-context-map .dhgs-form[data-mobile-open="true"] .dhgs-mobile-head,
  .dh-rhb-map-search-app .dhgs-form[data-mobile-open="true"] .dhgs-mobile-head {
    display: flex;
  }

  body.dhgs-mobile-panel-open,
  body.dhgs-picker-open {
    overflow: hidden;
  }

  .dhgs-shell {
    padding: 9px;
  }

  .dhgs-mobile-head {
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    margin-bottom: 12px;
  }

  .dhgs-mobile-title {
    font-weight: 800;
    font-size: 17px;
    color: var(--dhgs-navy);
  }

  .dhgs-mobile-close {
    width: 36px;
    height: 36px;
    border: 1px solid var(--dhgs-border);
    border-radius: var(--dhgs-radius);
    background: var(--dhgs-soft);
    color: var(--dhgs-navy);
    font-size: 22px;
    line-height: 1;
  }

  .dhgs-grid {
    gap: var(--dhgs-gap-mobile);
  }

  .dhgs-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .dhgs-row,
  .dhgs-row-identity,
  .dhgs-row-unit,
  .dhgs-row-actions,
  .dhgs-row-actions.dhgs-row-no-offers {
    display: contents;
  }

  .dhgs-smart-project { order: 1; grid-column: 1 / -1; }
  .dhgs-smart-area { order: 2; grid-column: 1 / -1; }
  .dhgs-smart-developer { order: 3; grid-column: 1 / -1; }
  .dhgs-city-field { order: 4; }
  .dhgs-choice[data-dhgs-choice="type"] { order: 5; }
  .dhgs-choice[data-dhgs-choice="bedrooms"] { order: 6; }
  .dhgs-number[data-dhgs-number="minSize"] { order: 7; }
  .dhgs-number[data-dhgs-number="maxPrice"] { order: 8; }
  .dhgs-choice[data-dhgs-choice="furniture"] { order: 9; }
  .dhgs-choice[data-dhgs-choice="handover"] { order: 10; }
  .dhgs-choice[data-dhgs-choice="status"] { order: 11; }
  .dhgs-toggle-field[data-dhgs-toggle="postHandover"] { order: 12; }
  .dhgs-toggle-field[data-dhgs-toggle="hasOffer"] { order: 13; }
  .dhgs-clear-field { order: 14; }
  .dhgs-submit-field { order: 15; }

  .dhgs-input,
  .dhgs-choice-button,
  .dhgs-city-field,
  .dhgs-toggle,
  .dhgs-clear,
  .dhgs-submit {
    height: var(--dhgs-field-height-mobile);
    min-height: var(--dhgs-field-height-mobile);
    font-size: 13px;
  }

  .dhgs-row-no-offers .dhgs-toggle-field[data-dhgs-toggle="postHandover"] {
    grid-column: 1 / -1;
  }

  .dhgs-suggestions,
  .dhgs-choice-options.dhgs-options-long {
    max-height: min(360px, calc(100vh - 180px));
    overflow-y: auto;
  }

  .dhgs-mobile-picker[hidden] {
    display: none !important;
  }

  .dhgs-mobile-picker {
    display: block;
    position: fixed;
    inset: 0;
    z-index: 10010;
    background: var(--dhgs-white);
  }

  .dhgs-picker-panel {
    min-height: 100%;
    display: flex;
    flex-direction: column;
    padding: max(14px, env(safe-area-inset-top)) 14px max(14px, env(safe-area-inset-bottom));
    background: var(--dhgs-white);
  }

  .dhgs-picker-head {
    display: grid;
    grid-template-columns: 38px 1fr 38px;
    align-items: center;
    gap: 8px;
    margin-bottom: 12px;
  }

  .dhgs-picker-back {
    width: 38px;
    height: 38px;
    border: 1px solid var(--dhgs-border);
    border-radius: var(--dhgs-radius);
    background: var(--dhgs-soft);
    color: var(--dhgs-navy);
    font-size: 28px;
    line-height: 1;
  }

  .dhgs-picker-title {
    text-align: center;
    font-weight: 800;
    color: var(--dhgs-navy);
    font-size: 17px;
  }

  .dhgs-picker-search-wrap {
    margin-bottom: 10px;
  }

  .dhgs-picker-search {
    width: 100%;
    height: 46px;
    border: 1px solid var(--dhgs-border-strong);
    border-radius: var(--dhgs-radius);
    padding: 0 12px;
    font: inherit;
    color: var(--dhgs-navy);
    outline: none;
  }

  .dhgs-picker-results {
    flex: 1 1 auto;
    overflow-y: auto;
    border-top: 1px solid rgba(16, 32, 51, 0.08);
    padding-top: 8px;
  }

  .dhgs-picker-item {
    display: block;
    width: 100%;
    border: 0;
    border-bottom: 1px solid rgba(16, 32, 51, 0.08);
    border-radius: 0;
    background: transparent;
    color: var(--dhgs-navy);
    padding: 14px 4px;
    text-align: left;
    font: inherit;
  }
}


.dhgs-choice-options::-webkit-scrollbar,
.dhgs-suggestions::-webkit-scrollbar,
.dhgs-picker-results::-webkit-scrollbar {
  width: 8px;
}

.dhgs-choice-options::-webkit-scrollbar-thumb,
.dhgs-suggestions::-webkit-scrollbar-thumb,
.dhgs-picker-results::-webkit-scrollbar-thumb {
  background: rgba(16, 32, 51, 0.28);
  border-radius: var(--dhgs-radius);
}

.dhgs-smart-clear[hidden],
.dhgs-number-clear[hidden] {
  display: none !important;
}

.dhgs input[type="search"]::-webkit-search-decoration,
.dhgs input[type="search"]::-webkit-search-cancel-button,
.dhgs input[type="search"]::-webkit-search-results-button,
.dhgs input[type="search"]::-webkit-search-results-decoration {
  -webkit-appearance: none;
  appearance: none;
}

/* v2.1.3 custom Clear All confirmation modal */
.dhgs-confirm-overlay {
  position: fixed;
  inset: 0;
  z-index: 100000;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 20px;
  background: rgba(16, 32, 51, 0.38);
  backdrop-filter: blur(3px);
}

.dhgs-confirm-overlay.is-open {
  display: flex;
}

body.dhgs-confirm-open {
  overflow: hidden;
}

.dhgs-confirm-dialog {
  width: min(430px, calc(100vw - 40px));
  border-radius: var(--dhgs-radius);
  border: 1px solid rgba(14, 95, 106, 0.22);
  background: rgba(255, 255, 255, 0.98);
  box-shadow: none;
  color: var(--dhgs-navy);
  padding: 18px;
  display: grid;
  grid-template-columns: 40px minmax(0, 1fr);
  gap: 12px 14px;
  transform: translateY(0);
}

.dhgs-confirm-icon {
  width: 40px;
  height: 40px;
  border-radius: var(--dhgs-radius);
  background: var(--dhgs-active-bg);
  border: 1px solid var(--dhgs-active-border);
  color: var(--dhgs-gold);
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 900;
  font-size: 20px;
  line-height: 1;
}

.dhgs-confirm-copy {
  min-width: 0;
}

.dhgs-confirm-title {
  margin: 0 0 5px;
  color: var(--dhgs-navy);
  font: inherit;
  font-size: 18px;
  line-height: 1.25;
  font-weight: 800;
}

.dhgs-confirm-text {
  margin: 0;
  color: var(--dhgs-muted);
  font-size: 13px;
  line-height: 1.45;
}

.dhgs-confirm-actions {
  grid-column: 1 / -1;
  display: flex;
  justify-content: flex-end;
  gap: 8px;
  margin-top: 4px;
}

.dhgs-confirm-button {
  height: 40px;
  border-radius: var(--dhgs-radius);
  border: 1px solid var(--dhgs-border);
  padding: 0 16px;
  font: inherit;
  font-size: 13px;
  font-weight: 800;
  cursor: pointer;
}

.dhgs-confirm-cancel {
  background: #f4f6f7;
  color: var(--dhgs-navy);
}

.dhgs-confirm-cancel:hover,
.dhgs-confirm-cancel:focus {
  border-color: var(--dhgs-border-strong);
  outline: none;
}

.dhgs-confirm-ok {
  background: var(--dhgs-gold);
  border-color: var(--dhgs-gold);
  color: var(--dhgs-white);
  box-shadow: none;
}

.dhgs-confirm-ok:hover,
.dhgs-confirm-ok:focus {
  filter: brightness(0.98);
  outline: none;
}

@media (max-width: 480px) {
  .dhgs-confirm-dialog {
    grid-template-columns: 34px minmax(0, 1fr);
    padding: 15px;
  }
  .dhgs-confirm-icon {
    width: 34px;
    height: 34px;
    font-size: 17px;
  }
  .dhgs-confirm-actions {
    flex-direction: column-reverse;
  }
  .dhgs-confirm-button {
    width: 100%;
  }
}


/* v2.1.5 strict no-shadow rule: search UI must not use shadows anywhere. */
.dhgs,
.dhgs *,
.dhgs-confirm-overlay,
.dhgs-confirm-overlay * {
  box-shadow: none !important;
  text-shadow: none !important;
}


/* v2.2.2 Mobile readability + modify-search button polish.
   Scope: mobile/tablet readability and mobile collapsed button only; PC locked layout is untouched. */
@media (max-width: 767px) {
  .dhgs-context-search-results .dhgs-modify-button,
  .dhgs-context-results .dhgs-modify-button,
  .dhgs-context-map .dhgs-modify-button,
  .dh-rhb-map-search-app .dhgs-modify-button {
    background: var(--dhgs-gold) !important;
    border-color: var(--dhgs-gold) !important;
    color: var(--dhgs-white) !important;
    font-weight: 750;
    box-shadow: none !important;
  }

  .dhgs-input,
  .dhgs-choice-button,
  .dhgs-city-field,
  .dhgs-toggle,
  .dhgs-clear,
  .dhgs-submit {
    font-size: 14px;
    line-height: 1.16;
    color: var(--dhgs-navy);
    font-weight: 520;
  }

  .dhgs-input::placeholder {
    color: #4f5f6c;
    opacity: 1;
  }

  .dhgs-number-suffix {
    color: #4f5f6c;
    font-size: 11.5px;
    font-weight: 720;
  }

  .dhgs-smart.is-active .dhgs-input,
  .dhgs-choice.is-active .dhgs-choice-button,
  .dhgs-number.is-active .dhgs-input {
    font-weight: 600;
  }
}

@media (max-width: 767px) {
  body.dh-clean-home-page .dh-clean-home-hero .dhgs-input,
  body.dh-clean-home-page .dh-clean-home-hero .dhgs-choice-button,
  body.dh-clean-home-page .dh-clean-home-hero .dhgs-city-field,
  body.dh-clean-home-page .dh-clean-home-hero .dhgs-toggle,
  body.dh-clean-home-page .dh-clean-home-hero .dhgs-clear,
  body.dh-clean-home-page .dh-clean-home-hero .dhgs-submit {
    font-size: 12.8px;
    line-height: 1.12;
    color: var(--dhgs-navy);
    font-weight: 520;
  }

  body.dh-clean-home-page .dh-clean-home-hero .dhgs-input::placeholder {
    color: #4f5f6c;
    opacity: 1;
  }
}

@media (max-width: 767px) and (max-height: 680px) {
  body.dh-clean-home-page .dh-clean-home-hero .dhgs-input,
  body.dh-clean-home-page .dh-clean-home-hero .dhgs-choice-button,
  body.dh-clean-home-page .dh-clean-home-hero .dhgs-city-field,
  body.dh-clean-home-page .dh-clean-home-hero .dhgs-toggle,
  body.dh-clean-home-page .dh-clean-home-hero .dhgs-clear,
  body.dh-clean-home-page .dh-clean-home-hero .dhgs-submit {
    font-size: 12.2px;
  }
}


/* v2.2.4 Exact Mobile CSS Cascade Fix
   Scope: mobile picker/dropdown readability only. Desktop layout is untouched. */
@media (max-width: 767px) {
  .dhgs-picker-search {
    font-size: 15.5px !important;
    line-height: 1.2 !important;
    color: #102033 !important;
    font-weight: 500 !important;
  }

  .dhgs-picker-item,
  .dhgs-choice-option,
  .dhgs-suggestion {
    font-size: 15px !important;
    line-height: 20px !important;
    color: #102033 !important;
    font-weight: 500 !important;
  }

  .dhgs-picker-item-title,
  .dhgs-suggestion-title {
    font-size: 15px !important;
    line-height: 1.28 !important;
    font-weight: 650 !important;
  }

  .dhgs-picker-item-meta,
  .dhgs-suggestion-meta {
    font-size: 12.5px !important;
    line-height: 1.28 !important;
    color: #5b6975 !important;
    font-weight: 500 !important;
  }

  .dhgs-picker-empty,
  .dhgs-suggestion-empty {
    font-size: 14.5px !important;
    line-height: 1.35 !important;
    color: #5b6975 !important;
  }
}

/* v2.3.55 Global mobile search picker: mobile choice fields use a clean full-screen selection panel instead of clipped dropdowns. */
@media (max-width: 767px) {
  .dhgs-mobile-picker {
    z-index: 2147483000;
  }

  .dhgs-picker-head {
    grid-template-columns: 38px 1fr 38px;
  }

  .dhgs-picker-back {
    grid-column: 3;
    grid-row: 1;
    font-size: 26px;
    font-weight: 700;
  }

  .dhgs-picker-title {
    grid-column: 2;
    grid-row: 1;
  }

  .dhgs-mobile-picker.is-choice .dhgs-picker-panel {
    min-height: 100%;
    justify-content: flex-start;
  }

  .dhgs-mobile-picker.is-choice .dhgs-picker-search-wrap {
    display: none;
  }

  .dhgs-mobile-picker.is-choice .dhgs-picker-results {
    flex: 0 0 auto;
    overflow-y: visible;
    border-top: 0;
    padding-top: 8px;
    display: grid;
    gap: 8px;
  }

  .dhgs-mobile-picker.is-choice .dhgs-picker-item {
    min-height: 44px;
    display: flex;
    align-items: center;
    border: 1px solid rgba(16, 32, 51, 0.14);
    border-radius: 4px;
    background: #fff;
    padding: 10px 14px;
  }

  .dhgs-mobile-picker.is-choice .dhgs-picker-item.is-selected,
  .dhgs-mobile-picker.is-choice .dhgs-picker-item:focus {
    border-color: rgba(14, 95, 106, 0.42);
    background: rgba(14, 95, 106, 0.08);
    color: #102033;
  }

  .dhgs-mobile-picker.is-choice .dhgs-picker-item-title {
    font-size: 15px;
    line-height: 1.2;
    font-weight: 650;
  }

  body.dh-clean-home-page.dhgs-picker-open .dh-clean-home-tabs {
    z-index: 1 !important;
    pointer-events: none !important;
  }

  body.dh-clean-home-page.dhgs-picker-open .dh-clean-home-search,
  body.dh-clean-home-page.dhgs-picker-open .dh-clean-home-search .dhgs,
  body.dh-clean-home-page.dhgs-picker-open .dh-clean-home-search .dhgs-shell {
    z-index: 1 !important;
  }
}
