.delivery-location-field{display:grid;gap:5px;min-width:0;font-size:13px}
.buyer-dialog .delivery-location-field input{width:100%;box-sizing:border-box}
.delivery-locality-note{display:block;font-size:11px;line-height:1.4;color:#555}
.delivery-locality-options{list-style:none;margin:0;padding:4px;max-height:220px;overflow:auto;border:1px solid #bbb;border-radius:6px;background:#fff;color:#202124;overscroll-behavior:contain}
.delivery-locality-options[hidden]{display:none}
.delivery-locality-options li{display:grid;gap:3px;padding:9px 10px;border-radius:4px;cursor:pointer;line-height:1.4}
.delivery-locality-options li:hover,.delivery-locality-options li[aria-selected=true]{background:#eee7da}
.delivery-locality-options strong{font-size:13px}.delivery-locality-options span{font-size:11px;color:#555}
html[data-design=zamm] .delivery-locality-options li:hover,html[data-design=zamm] .delivery-locality-options li[aria-selected=true]{background:#fff0b7}
