.destination-search{position:relative;z-index:900}
.address-suggestions{background:#fff;border:1px solid #e5e5e8;border-radius:15px;box-shadow:0 16px 36px #0002;left:0;margin-top:6px;max-height:260px;overflow:auto;position:absolute;right:0;z-index:1200}
.address-suggestions[hidden]{display:none}
.address-suggestions button{align-items:center;background:transparent;border:0;border-bottom:1px solid #eeeeef;color:#17181a;display:grid;gap:10px;grid-template-columns:22px 1fr;padding:12px 13px;text-align:left;width:100%}
.address-suggestions button:last-child{border-bottom:0}
.address-suggestions button:focus,.address-suggestions button:active{background:#fff8df;outline:0}
.address-suggestions b,.address-suggestions small{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
.address-suggestions b{font-size:12px}
.address-suggestions small{color:#787b81;font-size:9px;margin-top:3px}
.address-pin{align-items:center;background:#fff3c8;border-radius:50%;color:#b27b00;display:flex;font-size:9px;height:22px;justify-content:center;width:22px}
.mapping-status.error{color:#bd2d2d}
html[data-theme="dark"] .address-suggestions{background:#202126;border-color:#34363d;box-shadow:0 18px 40px #0008}
html[data-theme="dark"] .address-suggestions button{border-color:#34363d;color:#f7f7f8}
html[data-theme="dark"] .address-suggestions button:focus,html[data-theme="dark"] .address-suggestions button:active{background:#302b1d}
html[data-theme="dark"] .address-suggestions small{color:#b6b8c0}
html[data-theme="dark"] .leaflet-overlay-pane path{stroke:#f08ab8}
html[data-theme="dark"] .leaflet-popup-content-wrapper,html[data-theme="dark"] .leaflet-popup-tip{background:#202126;color:#f7f7f8}
