/* IZEK Maps r148 — bounded autocomplete audit */
.map-ui-r148 .map-address-suggestions-r55{
  max-height:min(292px,calc(100dvh - 190px))!important;
  overflow-y:auto!important;overscroll-behavior:contain;padding:4px!important;
}
.map-ui-r148 .map-address-suggestions-r55>[role="option"],
.map-ui-r148 .map-address-suggestions-r55>button{
  min-height:46px!important;padding:6px 8px!important;gap:8px!important;
}
.map-ui-r148 .map-address-suggestions-r55 .map-suggest-marker{width:28px!important;height:28px!important;min-width:28px!important}
.map-ui-r148 .map-address-suggestions-r55 .map-suggest-copy strong{font-size:12px!important;line-height:1.25!important}
.map-ui-r148 .map-address-suggestions-r55 .map-suggest-copy small{font-size:10px!important;line-height:1.3!important;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}
.map-ui-r148 .map-route-suggest-r139{max-height:min(250px,38dvh)!important;overflow:auto!important;overscroll-behavior:contain}
@media(max-width:760px){
  .map-ui-r148 .map-address-suggestions-r55{max-height:min(232px,42dvh)!important}
  .map-ui-r148 .map-address-suggestions-r55>[role="option"],.map-ui-r148 .map-address-suggestions-r55>button{min-height:44px!important;padding:5px 7px!important}
  .map-ui-r148 .map-route-suggest-r139{max-height:min(218px,35dvh)!important}
}

/* r151 maintenance · quick categories collapsed control */
.map-ui-r148 [data-map-quick-categories-toggle]{
  display:grid!important;place-items:center!important;padding:0!important;line-height:0!important;overflow:hidden!important;
}
.map-ui-r148 [data-map-quick-categories-toggle] svg{
  display:block!important;width:18px!important;height:18px!important;margin:0!important;transform-origin:50% 50%;transition:transform .16s ease;
}
.map-ui-r148 .map-quick-categories-r57.is-collapsed{
  width:54px!important;min-width:54px!important;padding:8px!important;border-radius:16px!important;
}
.map-ui-r148 .map-quick-categories-r57.is-collapsed>header{
  width:100%!important;min-height:36px!important;display:grid!important;place-items:center!important;gap:0!important;margin:0!important;padding:0!important;border:0!important;
}
.map-ui-r148 .map-quick-categories-r57.is-collapsed [data-map-quick-categories-toggle]{
  width:36px!important;height:36px!important;min-width:36px!important;margin:0!important;border-radius:11px!important;
}
.map-ui-r148 .map-quick-categories-r57.is-collapsed [data-map-quick-categories-toggle] svg{transform:rotate(180deg)}
@media (max-width:760px){
  .map-ui-r148 .map-quick-categories-r57.is-collapsed{width:56px!important;min-width:56px!important;padding:8px!important}
  .map-ui-r148 .map-quick-categories-r57.is-collapsed [data-map-quick-categories-toggle]{width:40px!important;height:40px!important;min-width:40px!important}
}
@media (prefers-reduced-motion:reduce){.map-ui-r148 [data-map-quick-categories-toggle] svg{transition:none}}

