.address-autocomplete{position:relative;display:block;width:100%;font:inherit}
.address-autocomplete>input{width:100%}
.address-help{display:block;margin-top:7px;font-size:12px;font-weight:500;line-height:1.4;opacity:.75}
.address-options{position:absolute;z-index:1000;top:calc(100% - 20px);left:0;right:0;max-height:310px;overflow:auto;background:#fff;color:#172d29;border:1px solid #aebdb7;border-radius:5px;box-shadow:0 18px 44px rgba(10,28,24,.18);padding:5px}
.address-option{display:block;width:100%;border:0;border-radius:3px;background:transparent;color:inherit;text-align:left;padding:11px 12px;cursor:pointer;font:inherit}
.address-option strong,.address-option span{display:block}
.address-option strong{font-size:15px;line-height:1.35}
.address-option span{margin-top:3px;font-size:12px;line-height:1.35;opacity:.72}
.address-option:hover,.address-option[aria-selected="true"]{background:#e8f0ec}
.address-option:focus-visible{outline:2px solid currentColor;outline-offset:-2px}
@media(max-width:520px){.address-options{max-height:250px}.address-option{padding:12px 10px}}
.address-option--hint{border-top:1px dashed #aebdb7;border-radius:0 0 3px 3px}
.address-option--hint strong{font-size:14px}
