/* GeoArea 6.24 canonical search — one stylesheet, one runtime. */
.ga-search,
.ga-search * { box-sizing: border-box; }

.ga-search {
  --ga-search-blue: #174c91;
  --ga-search-blue-dark: #123f7c;
  --ga-search-gold: #c99422;
  --ga-search-border: #dce4ef;
  --ga-search-text: #17243a;
  --ga-search-muted: #6d7b90;
  display: block !important;
  position: relative !important;
  inset: auto !important;
  float: none !important;
  clear: both !important;
  z-index: 30;
  width: 100% !important;
  min-width: 0 !important;
  max-width: 100% !important;
  height: auto !important;
  transform: none !important;
  padding: 10px;
  border: 1px solid rgba(220, 228, 239, .92);
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 18px 42px rgba(5, 29, 65, .16);
  overflow: visible;
  isolation: isolate;
}

.ga-search button,
.ga-search input,
.ga-search select,
.ga-search summary {
  font-family: var(--ga-site-font, "Noto Sans Georgian", Arial, sans-serif);
}

.ga-search svg {
  width: 20px;
  height: 20px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.ga-search__topline {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) auto !important;
  align-items: center !important;
  justify-content: stretch !important;
  gap: 12px !important;
  position: relative !important;
  inset: auto !important;
  float: none !important;
  width: 100% !important;
  min-width: 0 !important;
  max-width: 100% !important;
  margin: 0 0 10px !important;
  transform: none !important;
}

.ga-search__deals {
  position: static !important;
  float: none !important;
  flex: 1 1 auto;
  width: 100% !important;
  min-width: 0;
  max-width: 100%;
  display: flex;
  align-items: center;
  gap: 7px;
  margin: 0;
  padding: 0;
  border: 0;
  overflow-x: auto;
  scrollbar-width: none;
}
.ga-search__deals::-webkit-scrollbar { display: none; }

.ga-search__deal {
  flex: 0 0 auto;
  min-width: 108px;
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 16px;
  border: 1px solid #bcd0ef;
  border-radius: 11px;
  background: #edf4ff;
  color: var(--ga-search-blue);
  font-size: 13px;
  font-weight: 850;
  white-space: nowrap;
  cursor: pointer;
  transition: .16s ease;
}
.ga-search__deal:hover { border-color: var(--ga-search-blue); background: #e1edff; }
.ga-search__deal input {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  opacity: 0 !important;
  pointer-events: none !important;
}
.ga-search__deal:has(input:checked),
.ga-search__deal.is-active {
  border-color: var(--ga-search-gold);
  background: var(--ga-search-gold);
  color: #fff;
  box-shadow: 0 8px 18px rgba(201, 148, 34, .20);
}

.ga-search__top-actions {
  position: static !important;
  inset: auto !important;
  float: none !important;
  flex: 0 0 auto;
  display: flex !important;
  align-items: center;
  justify-content: flex-end;
  gap: 8px;
}

.ga-search__map-button {
  flex: 0 0 auto;
  min-width: 148px;
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin-left: 0;
  padding: 0 17px;
  border: 1px solid var(--ga-search-blue);
  border-radius: 11px;
  background: var(--ga-search-blue);
  color: #fff;
  font-size: 13px;
  font-weight: 850;
  cursor: pointer;
}
.ga-search__map-button:hover,
.ga-search__map-button:focus-visible { background: var(--ga-search-blue-dark); }

.ga-search__quick {
  display: grid !important;
  grid-template-columns: minmax(0, 1.02fr) minmax(0, 1.22fr) minmax(0, .70fr) minmax(0, .70fr) minmax(0, 1.48fr) minmax(0, .92fr) minmax(0, .72fr) !important;
  grid-auto-flow: row !important;
  align-items: stretch !important;
  gap: 0 !important;
  position: relative !important;
  inset: auto !important;
  float: none !important;
  clear: both !important;
  width: 100% !important;
  min-width: 0 !important;
  max-width: 100% !important;
  margin: 0 !important;
  transform: none !important;
  border: 1px solid var(--ga-search-border);
  border-radius: 14px;
  background: #fff;
  overflow: visible;
}

.ga-search__picker {
  position: relative !important;
  inset: auto !important;
  float: none !important;
  width: auto !important;
  max-width: 100% !important;
  min-width: 0 !important;
  transform: none !important;
  margin: 0;
  border-right: 1px solid var(--ga-search-border);
  background: #fff;
}
.ga-search__picker > summary { list-style: none; }
.ga-search__picker > summary::-webkit-details-marker { display: none; }
.ga-search__picker:not([open]) > .ga-search__popover { display: none !important; }
.ga-search__picker[open] > summary { background: #eef4fd; }
.ga-search__picker[open] > summary > i { transform: rotate(180deg); }

.ga-search__control {
  width: 100%;
  height: 68px;
  display: grid;
  grid-template-columns: 23px minmax(0, 1fr) 16px;
  align-items: center;
  gap: 9px;
  padding: 0 13px;
  color: var(--ga-search-blue);
  text-align: left;
  cursor: pointer;
  user-select: none;
}
.ga-search__control > span { min-width: 0; display: flex; flex-direction: column; gap: 5px; }
.ga-search__control small { color: #8895a8; font-size: 10px; font-weight: 750; }
.ga-search__control b {
  overflow: hidden;
  color: #16243a;
  font-size: 12px;
  font-weight: 850;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.ga-search__control > i { color: #52627a; font-style: normal; font-size: 17px; transition: transform .16s ease; }

.ga-search__keyword {
  position: relative !important;
  inset: auto !important;
  float: none !important;
  width: auto !important;
  max-width: 100% !important;
  min-width: 0 !important;
  height: 68px;
  display: flex;
  align-items: center;
  gap: 9px;
  padding: 0 14px;
  border-right: 1px solid var(--ga-search-border);
  background: #fff;
}
.ga-search__keyword svg { flex: 0 0 19px; color: var(--ga-search-blue); }
.ga-search__keyword input {
  width: 100% !important;
  height: 48px !important;
  min-height: 48px !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  color: #18263c !important;
  font-size: 12px !important;
  font-weight: 700 !important;
  outline: 0 !important;
  box-shadow: none !important;
}
.ga-search__keyword input::placeholder { color: #929daf; }

.ga-search__detail-button,
.ga-search__submit {
  position: relative !important;
  inset: auto !important;
  float: none !important;
  z-index: 1;
  width: 100% !important;
  max-width: 100% !important;
  transform: none !important;
  height: 68px;
  min-height: 68px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  padding: 0 12px;
  border: 0;
  background: #edf4ff;
  color: var(--ga-search-blue);
  font-size: 11px;
  font-weight: 900;
  white-space: nowrap;
  cursor: pointer;
}
.ga-search__detail-button { border-right: 1px solid var(--ga-search-border); }
.ga-search__detail-button:hover { background: #e8f1ff; }
.ga-search__submit {
  border-radius: 0 13px 13px 0;
  background: var(--ga-search-blue);
  color: #fff;
  font-size: 14px;
  box-shadow: 0 8px 20px rgba(23, 76, 145, .22);
}
.ga-search__submit:hover,
.ga-search__submit:focus-visible { background: var(--ga-search-blue-dark); }

.ga-search__popover {
  position: absolute;
  top: calc(100% + 10px);
  left: 0;
  z-index: 1000;
  width: min(610px, calc(100vw - 40px));
  overflow: hidden;
  border: 1px solid #dce3ed;
  border-radius: 16px;
  background: #fff;
  color: var(--ga-search-text);
  box-shadow: 0 24px 65px rgba(9, 29, 57, .24);
}
.ga-search__picker--location .ga-search__popover { width: min(1180px, calc(100vw - 40px)); }
.ga-search__picker--range .ga-search__popover { width: min(390px, calc(100vw - 40px)); }
.ga-search__picker--range .ga-search__popover { right: 0; left: auto; }

.ga-search__popover-head {
  min-height: 58px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 18px;
  border-bottom: 1px solid #e8edf3;
}
.ga-search__popover-head strong { color: var(--ga-search-text); font-size: 16px; }
.ga-search__popover-head button,
.ga-search-dialog__header > button {
  width: 36px;
  height: 36px;
  display: grid;
  place-items: center;
  padding: 0;
  border: 0;
  border-radius: 9px;
  background: #f2f5f8;
  color: #536177;
  font-size: 25px;
  line-height: 1;
  cursor: pointer;
}

.ga-search__popover-actions {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 10px;
  padding: 13px 18px;
  border-top: 1px solid #e8edf3;
  background: #fff;
}
.ga-search__popover-actions button {
  min-height: 42px;
  padding: 0 18px;
  border: 0;
  border-radius: 10px;
  background: #f2f5f8;
  color: #526177;
  font-size: 13px;
  font-weight: 850;
  cursor: pointer;
}
.ga-search__popover-actions button.is-primary { background: var(--ga-search-blue); color: #fff; }

.ga-search__type-layout {
  display: grid;
  grid-template-columns: 230px minmax(0, 1fr);
  min-height: 300px;
  max-height: min(580px, 70vh);
}
.ga-search__type-list {
  display: flex;
  flex-direction: column;
  gap: 3px;
  padding: 8px;
  border-right: 1px solid #e6ebf2;
  background: #f8fafd;
  overflow-y: auto;
}
.ga-search__type-option {
  min-height: 46px;
  display: grid;
  grid-template-columns: 24px minmax(0, 1fr) 18px;
  align-items: center;
  gap: 9px;
  padding: 0 10px;
  border: 1px solid transparent;
  border-radius: 8px;
  color: #526177;
  font-size: 13px;
  font-weight: 750;
  cursor: pointer;
}
.ga-search__type-option input {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  opacity: 0 !important;
  pointer-events: none !important;
}
.ga-search__type-option > i {
  width: 17px;
  height: 17px;
  display: grid;
  place-items: center;
  border: 1.5px solid #bdc9d9;
  border-radius: 50%;
  color: transparent;
  font-style: normal;
  font-size: 11px;
}
.ga-search__type-option:has(input:checked) { border-color: #b9cef0; background: #e5edfc; color: #1756b0; font-weight: 900; }
.ga-search__type-option:has(input:checked) > i { border: 5px solid var(--ga-search-blue); background: #fff; color: transparent; }

.ga-search__type-option.is-panel-active {
  border-color: var(--ga-search-gold);
  box-shadow: inset 3px 0 0 var(--ga-search-gold);
}
.ga-search__subtype-group[hidden] { display: none !important; }
.ga-search__subtype-group.is-active { display: block; margin-bottom: 0; }

.ga-search__subtypes { min-width: 0; padding: 18px 20px; overflow-y: auto; }
.ga-search__subtypes > strong { display: block; margin-bottom: 18px; color: #17243a; font-size: 16px; font-weight: 900; }
.ga-search__subtype-group { margin-bottom: 16px; }
.ga-search__subtype-group h4 { margin: 0 0 8px; color: #65738a; font-size: 11px; font-weight: 900; }
.ga-search__subtype-group > div { display: flex; flex-wrap: wrap; gap: 8px; }
.ga-search__subtype-group label,
.ga-search__chips label,
.ga-search__number-chips label {
  position: relative;
  min-height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 14px;
  border: 1px solid #d8e0e9;
  border-radius: 9px;
  background: #fff;
  color: #4e5b6e;
  font-size: 12px;
  font-weight: 750;
  cursor: pointer;
}
.ga-search__subtype-group input,
.ga-search__chips input,
.ga-search__number-chips input {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  opacity: 0 !important;
  pointer-events: none !important;
}
.ga-search__subtype-group label:has(input:checked),
.ga-search__chips label:has(input:checked),
.ga-search__number-chips label:has(input:checked) {
  border-color: var(--ga-search-blue);
  background: #e8f0fd;
  color: var(--ga-search-blue);
  font-weight: 900;
}

.ga-search__location-search {
  margin: 14px 16px 8px;
  display: flex;
  align-items: center;
  gap: 9px;
  padding: 0 13px;
  border: 1px solid #d2deed;
  border-radius: 10px;
  background: #f8fafc;
}
.ga-search__location-search svg { color: var(--ga-search-blue); }
.ga-search__location-search input {
  width: 100% !important;
  height: 46px !important;
  min-height: 46px !important;
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important;
  outline: 0 !important;
  box-shadow: none !important;
}
.ga-search__location-tree {
  max-height: min(610px, 65vh);
  padding: 4px 16px 16px;
  overflow: auto;
}
.ga-search__city {
  margin: 8px 0;
  border: 1px solid #e1e7ef;
  border-radius: 12px;
  background: #fff;
}
.ga-search__city > summary {
  min-height: 48px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 0 14px;
  list-style: none;
  color: var(--ga-search-text);
  font-size: 14px;
  font-weight: 900;
  cursor: pointer;
}
.ga-search__city > summary::-webkit-details-marker { display: none; }
.ga-search__city > summary i { font-style: normal; transition: transform .16s ease; }
.ga-search__city[open] > summary i { transform: rotate(180deg); }
.ga-search__city-body { padding: 0 12px 14px; }
.ga-search__select-all,
.ga-search__district-title,
.ga-search__neighborhoods label {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #405067;
  cursor: pointer;
}
.ga-search__select-all {
  min-height: 42px;
  margin-bottom: 10px;
  padding: 0 10px;
  border-radius: 8px;
  background: #edf4ff;
  color: var(--ga-search-blue);
  font-size: 12px;
  font-weight: 900;
}
.ga-search__location-tree input[type="checkbox"] {
  width: 17px !important;
  min-width: 17px !important;
  height: 17px !important;
  min-height: 17px !important;
  margin: 0 !important;
  accent-color: var(--ga-search-blue);
}
.ga-search__district-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(180px, 1fr));
  align-items: start;
  gap: 10px;
}
.ga-search__district {
  min-width: 0;
  padding: 10px;
  border: 1px solid #e3e8ef;
  border-radius: 10px;
  background: #fbfcfe;
}
.ga-search__district[hidden] { display: none !important; }
.ga-search__district-title {
  min-height: 34px;
  padding-bottom: 8px;
  border-bottom: 1px solid #e4e9f0;
  color: #28384f;
  font-size: 12px;
  font-weight: 900;
}
.ga-search__neighborhoods {
  display: flex;
  flex-direction: column;
  gap: 3px;
  padding-top: 7px;
}
.ga-search__neighborhoods label {
  min-height: 30px;
  padding: 2px 4px;
  border-radius: 6px;
  font-size: 10px;
  font-weight: 700;
}
.ga-search__neighborhoods label:hover { background: #eef4fd; }

.ga-search__range {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 9px;
  padding: 16px 18px;
}
.ga-search__range label { display: flex; flex-direction: column; gap: 7px; }
.ga-search__range label > span { color: #67758a; font-size: 11px; font-weight: 800; }
.ga-search__range input,
.ga-search-dialog__ranges input {
  width: 100% !important;
  height: 48px !important;
  min-height: 48px !important;
  padding: 0 13px !important;
  border: 1px solid #dce3ed !important;
  border-radius: 9px !important;
  background: #fff !important;
  color: var(--ga-search-text) !important;
  outline: 0 !important;
  box-shadow: none !important;
}
.ga-search__segmented {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  padding: 15px 18px 0;
}
.ga-search__segmented label { position: relative; }
.ga-search__segmented input { position: absolute; opacity: 0; pointer-events: none; }
.ga-search__segmented span {
  min-height: 36px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 12px;
  border: 1px solid #dce3ed;
  border-radius: 9px;
  background: #fff;
  color: #536177;
  font-size: 12px;
  font-weight: 800;
  cursor: pointer;
}
.ga-search__segmented label:has(input:checked) span { border-color: var(--ga-search-blue); background: var(--ga-search-blue); color: #fff; }

/* Native dialog is rendered in the browser top layer, so page overlays cannot block its fields. */
.ga-search-dialog {
  width: min(1100px, calc(100vw - 24px));
  max-width: none;
  height: min(900px, calc(var(--ga-visual-height, 100dvh) - 24px));
  max-height: calc(var(--ga-visual-height, 100dvh) - 24px);
  margin: auto;
  padding: 0;
  border: 1px solid rgba(218, 226, 237, .95);
  border-radius: 18px;
  background: #fff;
  color: var(--ga-search-text);
  box-shadow: 0 32px 95px rgba(4, 20, 45, .38);
  overflow: hidden;
}
.ga-search-dialog::backdrop { background: rgba(5, 18, 40, .66); backdrop-filter: blur(3px); }
.ga-search-dialog:not([open]) { display: none; }
.ga-search-dialog__shell { height: 100%; display: grid; grid-template-rows: auto minmax(0, 1fr) auto; }
.ga-search-dialog__header {
  min-height: 72px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 10px 22px;
  border-bottom: 1px solid #e7ecf2;
}
.ga-search-dialog__header h2 { margin: 0 !important; color: var(--ga-search-text) !important; font-size: 20px !important; font-weight: 900 !important; }
.ga-search-dialog__header p { margin: 4px 0 0; color: #7a8799; font-size: 12px; }
.ga-search-dialog__body {
  min-height: 0;
  padding: 4px 22px 28px;
  overflow-y: auto;
  overscroll-behavior: contain;
}
.ga-search-dialog__section { padding: 22px 0; border-bottom: 6px solid #f1f4f8; }
.ga-search-dialog__section:last-child { border-bottom: 0; }
.ga-search-dialog__section h3 { margin: 0 0 12px !important; color: #29374c !important; font-size: 14px !important; font-weight: 900 !important; }
.ga-search-dialog__section h3:not(:first-child) { margin-top: 24px !important; }
.ga-search__chips,
.ga-search__number-chips { display: flex; flex-wrap: wrap; gap: 9px; }
.ga-search__number-chips label { min-width: 48px; padding: 0 10px; }
.ga-search__select {
  width: min(360px, 100%) !important;
  height: 48px !important;
  padding: 0 12px !important;
  border: 1px solid #dce3ed !important;
  border-radius: 9px !important;
  background: #fff !important;
  color: #334155 !important;
}
.ga-search-dialog__triple { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 20px; }
.ga-search-dialog__ranges { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; }
.ga-search-dialog__ranges > div {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
  padding: 14px;
  border: 1px solid #e1e7ef;
  border-radius: 11px;
  background: #fbfcfe;
}
.ga-search-dialog__ranges strong { grid-column: 1 / -1; color: #526177; font-size: 12px; }
.ga-search-dialog__ranges label { display: flex; flex-direction: column; gap: 6px; }
.ga-search-dialog__ranges label span { color: #7a8799; font-size: 10px; font-weight: 800; }
.ga-search__switches { display: flex; flex-wrap: wrap; gap: 18px; margin-top: 18px; padding: 14px; border-radius: 11px; background: #f5f7fa; }
.ga-search__switches label { display: flex; align-items: center; gap: 9px; color: #36455b; font-size: 12px; font-weight: 800; cursor: pointer; }
.ga-search__switches input { width: 18px !important; height: 18px !important; min-height: 18px !important; margin: 0 !important; accent-color: var(--ga-search-blue); }
.ga-search__feature-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 9px; }
.ga-search__feature-grid label {
  min-height: 42px;
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 8px 12px;
  border: 1px solid #d8e0e9;
  border-radius: 9px;
  color: #4e5b6e;
  font-size: 12px;
  font-weight: 750;
  cursor: pointer;
}
.ga-search__feature-grid input { width: 17px !important; height: 17px !important; min-height: 17px !important; margin: 0 !important; accent-color: var(--ga-search-blue); }
.ga-search__feature-grid label:has(input:checked) { border-color: var(--ga-search-blue); background: #e8f0fd; color: var(--ga-search-blue); font-weight: 900; }
.ga-search-dialog__footer {
  min-height: 72px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 10px 22px;
  border-top: 1px solid #e7ecf2;
  background: #fff;
}
.ga-search-dialog__footer > div { display: flex; gap: 10px; }
.ga-search-dialog__clear,
.ga-search-dialog__cancel,
.ga-search-dialog__submit {
  min-width: 125px;
  min-height: 48px;
  padding: 0 20px;
  border: 0;
  border-radius: 10px;
  font-size: 13px;
  font-weight: 900;
  cursor: pointer;
}
.ga-search-dialog__clear,
.ga-search-dialog__cancel { background: #f1f4f8; color: #526177; }
.ga-search-dialog__clear {
  min-width: 132px;
  min-height: 48px;
  padding: 0 20px;
  border: 0;
  border-radius: 10px;
  font-size: 13px;
  font-weight: 900;
  cursor: pointer;
}
.ga-search-dialog__clear:hover { background: #e6ebf2; }
.ga-search-dialog__submit { background: var(--ga-search-blue); color: #fff; }
.ga-search-dialog__submit:hover { background: var(--ga-search-blue-dark); }

/* Home and Properties use one identical shell: width, height behavior, padding and background. */
.ga-search-hero-shell,
.ga-home-v2 .ga-hero > .ga-search-hero-shell,
.gpa-search-hero.ga-search-hero-shell {
  box-sizing: border-box !important;
  position: relative !important;
  width: min(1520px, calc(100% - 36px)) !important;
  max-width: 1520px !important;
  min-width: 0 !important;
  min-height: 0 !important;
  height: auto !important;
  margin: 0 auto 24px !important;
  padding: 48px 34px 28px !important;
  border: 1px solid #dbe4ef !important;
  border-radius: 24px !important;
  overflow: visible !important;
  background:
    linear-gradient(90deg, rgba(8,38,78,.94), rgba(20,78,141,.66)),
    url('../images/home/geoarea-hero-v2.png') center 52% / cover no-repeat !important;
  box-shadow: 0 18px 48px rgba(15,47,87,.16) !important;
}

.ga-home-v2 .ga-hero > .ga-search-hero-shell { display: block !important; }

.ga-home-search-head,
.gpa-search-hero .gpa-head {
  position: relative !important;
  z-index: 1 !important;
  min-height: 70px !important;
  margin: 0 0 22px !important;
  padding: 0 !important;
}
.ga-home-search-head h1,
.gpa-search-hero .gpa-head h2 {
  margin: 0 !important;
  color: #fff !important;
  font-size: 32px !important;
  line-height: 1.2 !important;
  font-weight: 900 !important;
}
.ga-home-search-head p,
.gpa-search-hero .gpa-head p {
  margin: 6px 0 0 !important;
  color: #dce9f8 !important;
  font-weight: 600 !important;
}

.ga-search-hero-shell > .ga-hero__search,
.ga-home-v2 .ga-hero__search {
  position: relative !important;
  inset: auto !important;
  float: none !important;
  width: 100% !important;
  min-width: 0 !important;
  max-width: 100% !important;
  margin: 0 !important;
  border: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  transform: none !important;
  overflow: visible !important;
  backdrop-filter: none !important;
}
.ga-search-hero-shell > .ga-hero__search > .ga-search,
.ga-home-v2 .ga-hero__search > .ga-search {
  width: 100% !important;
  max-width: 100% !important;
  margin: 0 !important;
}

/* Archive is full-width; its search shell and result shell are centered independently. */
.gpa-wrap {
  width: 100% !important;
  max-width: none !important;
  margin: 40px 0 !important;
  padding: 0 !important;
  overflow: visible !important;
}
.gpa-content-shell {
  width: min(1520px, calc(100% - 36px)) !important;
  max-width: 1520px !important;
  margin: 0 auto !important;
  padding: 0 !important;
}

@media (max-width: 1240px) {
  .ga-search__quick { grid-template-columns: repeat(4, minmax(0, 1fr)) !important; gap: 8px !important; border: 0; background: transparent; }
  .ga-search__picker,
  .ga-search__keyword,
  .ga-search__detail-button,
  .ga-search__submit { border: 1px solid var(--ga-search-border); border-radius: 12px; background: #f8fafd; }
  .ga-search__keyword { grid-column: span 2; }
  .ga-search__control,
  .ga-search__keyword,
  .ga-search__detail-button,
  .ga-search__submit { height: 66px; min-height: 66px; }
  .ga-search__submit { background: var(--ga-search-blue); color: #fff; }
  .ga-search__district-grid { grid-template-columns: repeat(3, minmax(180px, 1fr)); }
  .ga-search__feature-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}

@media (max-width: 980px) {
  .ga-search__topline { grid-template-columns: 1fr !important; align-items: stretch !important; overflow-x: clip; }
  .ga-search__deals { width: 100%; flex-wrap: wrap; overflow: visible; }
  .ga-search__top-actions { width: 100%; justify-content: flex-end; }
}

@media (max-width: 860px) {
  .ga-search__quick { grid-template-columns: repeat(2, minmax(0, 1fr)) !important; }
  .ga-search__keyword { grid-column: 1 / -1; }

  /* Mobile/tablet pickers are full-height sheets. The header and action row
     stay visible while only the picker body scrolls. */
  .ga-search__picker[open] > .ga-search__popover { display: grid; }
  .ga-search__popover {
    position: fixed;
    inset: max(8px, env(safe-area-inset-top)) 8px max(8px, env(safe-area-inset-bottom)) !important;
    z-index: 2147483000;
    width: calc(100vw - 16px) !important;
    min-width: 0 !important;
    max-width: calc(100vw - 16px) !important;
    height: calc(var(--ga-visual-height, 100dvh) - 16px) !important;
    max-height: calc(var(--ga-visual-height, 100dvh) - 16px) !important;
    bottom: auto !important;
    display: grid;
    grid-template-rows: auto minmax(0, 1fr) auto;
    overflow: hidden;
    border-radius: 16px;
    overscroll-behavior: contain;
  }
  .ga-search__popover-head,
  .ga-search__popover-actions { position: relative; z-index: 2; }
  .ga-search__type-layout {
    min-height: 0;
    max-height: none;
    grid-template-columns: 190px minmax(0, 1fr);
    overflow: hidden;
  }
  .ga-search__type-list,
  .ga-search__subtypes,
  .ga-search__location-tree,
  .ga-search__range { min-height: 0; }
  .ga-search__location-tree {
    max-height: none;
    overflow: auto;
    overscroll-behavior: contain;
  }
  .ga-search__picker--location .ga-search__popover {
    grid-template-rows: auto auto minmax(0, 1fr) auto;
  }
  .ga-search__picker--range .ga-search__popover {
    height: auto !important;
    max-height: calc(var(--ga-visual-height, 100dvh) - 16px) !important;
    top: auto !important;
    bottom: max(8px, env(safe-area-inset-bottom)) !important;
    grid-template-rows: auto auto auto;
  }
  .ga-search__district-grid { grid-template-columns: repeat(2, minmax(170px, 1fr)); }
  .ga-search-dialog__triple,
  .ga-search-dialog__ranges { grid-template-columns: 1fr; }
  .ga-search__feature-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 560px) {
  .ga-home-v2 .ga-hero > .ga-hero__inner,
  .gpa-search-hero { width: calc(100vw - 20px) !important; max-width: calc(100vw - 20px) !important; padding-left: 10px !important; padding-right: 10px !important; }
  .ga-search { padding: 9px; border-radius: 15px; }
  .ga-search__deals { width: 100%; display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); overflow: visible; }
  .ga-search__deal { width: 100%; min-width: 0; min-height: 40px; padding: 0 6px; font-size: 11px; }
  .ga-search__top-actions { display: grid !important; grid-template-columns: 1fr 1fr !important; justify-content: stretch !important; gap: 8px; }
  .ga-search__map-button { width: 100%; min-width: 0; min-height: 42px; margin-left: 0; }
  .ga-search__quick { grid-template-columns: 1fr 1fr !important; }
  .ga-search__picker--type,
  .ga-search__picker--location,
  .ga-search__keyword { grid-column: 1 / -1; }
  .ga-search__type-layout {
    grid-template-columns: 1fr;
    grid-template-rows: minmax(210px, 42%) minmax(0, 58%);
  }
  .ga-search__type-list {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    align-content: start;
    max-height: none;
    border-right: 0;
    border-bottom: 1px solid #e6ebf2;
    overflow-y: auto;
    overscroll-behavior: contain;
  }
  .ga-search__subtypes {
    max-height: none;
    overflow-y: auto;
    overscroll-behavior: contain;
  }
  .ga-search__district-grid { grid-template-columns: 1fr; }
  .ga-search-dialog {
    width: calc(var(--ga-visual-width, 100vw) - 18px);
    max-width: calc(var(--ga-visual-width, 100vw) - 18px);
    height: calc(var(--ga-visual-height, 100dvh) - 18px);
    max-height: calc(var(--ga-visual-height, 100dvh) - 18px);
    margin: 9px 0 0 9px;
    border-radius: 14px;
  }
  .ga-search-dialog__body,
  .ga-search-dialog__header,
  .ga-search-dialog__footer { padding-inline: 14px; }
  .ga-search__feature-grid { grid-template-columns: 1fr; }
  .ga-search-dialog__footer { align-items: stretch; flex-direction: column-reverse; }
  .ga-search-dialog__footer > div { width: 100%; }
  .ga-search-dialog__cancel,
  .ga-search-dialog__submit { flex: 1; }
}

@media (max-width: 390px) {
  .ga-search__quick { grid-template-columns: 1fr !important; }
  .ga-search__picker,
  .ga-search__keyword { grid-column: auto; }
  .ga-search__type-list { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .ga-search__type-option { min-width: 0; min-height: 48px; padding-inline: 7px; font-size: 10px; }
  .ga-search__type-option > span { min-width: 0; overflow-wrap: anywhere; }
  .ga-search__type-option svg { width: 17px; height: 17px; }
  .ga-search__subtypes { padding: 14px 12px; }
  .ga-search__subtype-group label { min-height: 38px; padding-inline: 10px; font-size: 11px; }
}

/* Final intrinsic-size safeguards for compact Georgian labels. */
.ga-search__popover > *,
.ga-search__type-layout,
.ga-search__type-layout > *,
.ga-search__type-list,
.ga-search__subtypes { min-width: 0; }
.ga-search__type-list { width: 100%; }
.ga-search__type-option > span { min-width: 0; overflow-wrap: anywhere; }

/* Header controls must remain above long Georgian titles on narrow screens. */
.ga-search-dialog__header > div { min-width: 0; flex: 1 1 auto; }
.ga-search-dialog__header > button,
.ga-search__popover-head > button { position: relative; z-index: 5; flex: 0 0 36px; }


/* Final layout lock: legacy form/flex/absolute rules cannot place the two rows side by side. */
form.ga-search[data-ga-search-form] { display:block !important; width:100% !important; max-width:100% !important; }
form.ga-search[data-ga-search-form] > .ga-search__topline,
form.ga-search[data-ga-search-form] > .ga-search__quick { position:relative !important; inset:auto !important; float:none !important; clear:both !important; width:100% !important; max-width:100% !important; transform:none !important; }


/* 6.24 final action layout: global reset removed; only map remains in the top row. */
.ga-search__top-actions {
  min-width: 148px !important;
}
.ga-search__top-actions .ga-search__map-button {
  width: auto !important;
}

/* Every popover owns its own clear button; no field outside that popover is changed. */
.ga-search__popover-actions > button:first-child,
.ga-search-dialog__clear {
  background: #eef2f7;
  color: #526177;
}

/* One active subtype category at a time. */
.ga-search__subtypes { display: block; }
.ga-search__subtype-group { width: 100%; }

/* Same compact shell on tablet/mobile. */
@media (max-width: 680px) {
  .ga-search-hero-shell,
  .ga-home-v2 .ga-hero > .ga-search-hero-shell,
  .gpa-search-hero.ga-search-hero-shell {
    width: calc(100% - 20px) !important;
    max-width: calc(100% - 20px) !important;
    margin: 0 auto 20px !important;
    padding: 28px 10px 12px !important;
    border-radius: 18px !important;
  }
  .ga-home-search-head,
  .gpa-search-hero .gpa-head {
    min-height: 58px !important;
    margin-bottom: 16px !important;
    padding-inline: 8px !important;
  }
  .ga-home-search-head h1,
  .gpa-search-hero .gpa-head h2 { font-size: 25px !important; }
  .ga-home-search-head p,
  .gpa-search-hero .gpa-head p { font-size: 12px !important; }

  .gpa-content-shell {
    width: calc(100% - 20px) !important;
    max-width: calc(100% - 20px) !important;
  }
  .gpa-wrap { margin: 24px 0 !important; }

  .ga-search__top-actions {
    display: block !important;
    min-width: 0 !important;
  }
  .ga-search__map-button {
    width: 100% !important;
    min-width: 0 !important;
  }
  .ga-search-dialog__footer > .ga-search-dialog__clear { width: 100%; }
}

/* GeoArea 6.25 — Home marketplace alignment lock. */
.ga-home-v2 .ga-hero>.ga-hero__inner,
.ga-home-v2 .ga-home-categories>.ga-container,
.ga-home-v2 .ga-property-section>.ga-container{
  width:min(1520px,calc(100% - 36px))!important;
  max-width:1520px!important;
  margin-inline:auto!important;
  box-sizing:border-box!important;
}
.ga-home-v2 .ga-home-categories__grid{gap:18px!important}
.ga-home-v2 .ga-home-categories__grid>a{min-height:160px!important}
.ga-home-v2 .ga-property-section{width:100%!important;max-width:none!important;margin:0!important;padding:48px 0 64px!important}
@media(max-width:1100px){
  .ga-home-v2 .ga-hero>.ga-hero__inner,
  .ga-home-v2 .ga-home-categories>.ga-container,
  .ga-home-v2 .ga-property-section>.ga-container{width:min(100% - 32px,1520px)!important}
}
@media(max-width:760px){
  .ga-home-v2 .ga-hero>.ga-hero__inner,
  .ga-home-v2 .ga-home-categories>.ga-container,
  .ga-home-v2 .ga-property-section>.ga-container{width:min(100% - 20px,1520px)!important}
  .ga-home-v2 .ga-property-section{padding:32px 0 42px!important}
  .ga-home-v2 .ga-home-categories__grid{gap:10px!important}
  .ga-home-v2 .ga-home-categories__grid>a{min-height:112px!important}
}
