.address-autocomplete{position:relative;min-width:0}
.address-autocomplete-control{position:relative;min-width:0}
.address-autocomplete-menu{position:absolute;top:100%;left:0;right:0;z-index:12;border:1px solid var(--line);background:var(--white,#fffdf9);box-shadow:0 12px 28px #463a3217;max-width:100%;overflow:hidden}
.address-autocomplete-menu[hidden]{display:none}
.address-autocomplete-options{list-style:none;margin:0;padding:0;max-height:350px;overflow-y:auto;overscroll-behavior:contain;touch-action:pan-y}
.address-autocomplete-option{display:block;margin:0;padding:15px 18px;min-height:52px;border-bottom:1px solid var(--line);cursor:pointer;overflow-wrap:anywhere;font-size:18px;line-height:1.5;color:var(--ink)}
.address-autocomplete-option:last-child{border-bottom:0}
.address-autocomplete-option:hover,.address-autocomplete-option[aria-selected="true"]{background:var(--ivory,#f4eee6)}
.address-autocomplete-main,.address-autocomplete-secondary{display:block;font-size:18px;line-height:1.5}
.address-autocomplete-main{font-weight:500}
.address-autocomplete-secondary{color:var(--muted);margin-top:3px}
.address-autocomplete-attribution{display:flex;justify-content:flex-end;border-top:1px solid var(--line);padding:10px 10px 5px;background:var(--white,#fffdf9)}
.address-autocomplete-attribution img{display:block;width:98px;height:18px;max-width:none;object-fit:contain}
.address-autocomplete-status{font-size:18px;line-height:1.7;color:var(--muted);margin-top:10px;overflow-wrap:anywhere}
.address-autocomplete-status:empty{display:none}
.address-selected-source{display:flex;align-items:center;flex-wrap:wrap;gap:5px 12px;min-width:0;margin-top:5px}
.address-selected-source[hidden],.address-third-party-attributions[hidden]{display:none}
.address-selected-google{flex-shrink:0;padding:10px 10px 5px}
.address-selected-google img{display:block;width:98px;height:18px;max-width:none;object-fit:contain}
.address-third-party-attributions{margin:0;font-size:18px;line-height:1.7;color:var(--muted);overflow-wrap:anywhere;min-width:0;flex:1 1 180px}
.address-third-party-attributions a{font-size:18px;line-height:1.7}
@media(max-width:540px){.address-autocomplete-options{max-height:300px}.address-autocomplete-option{padding:13px 15px}}
