.address-suggestion-list{
    position:fixed;
    z-index:100000;
    max-height:min(330px,45vh);
    overflow-y:auto;
    padding:6px;
    border:1px solid #ded0c5;
    border-radius:14px;
    background:#fff;
    box-shadow:0 16px 42px rgba(47,30,20,.2);
}
.address-suggestion-list button{
    width:100%;
    display:block;
    padding:11px 12px;
    border:0;
    border-radius:10px;
    background:#fff;
    color:#30251e;
    text-align:left;
    cursor:pointer;
}
.address-suggestion-list button+button{border-top:1px solid #f0e7e1}
.address-suggestion-list button:hover,
.address-suggestion-list button:focus{background:#faf4ef;outline:0}
.address-suggestion-list strong,
.address-suggestion-list small{display:block}
.address-suggestion-list strong{font-size:14px}
.address-suggestion-list small{
    margin-top:4px;
    overflow:hidden;
    color:#857970;
    font-size:11px;
    line-height:1.35;
    text-overflow:ellipsis;
    white-space:nowrap;
}
.address-suggestion-status{margin:0;padding:12px;color:#857970;font-size:12px;text-align:center}
.address-autocomplete-host{position:relative}
@media(max-width:700px){
    .address-suggestion-list.is-mobile-attached{
        position:relative;
        inset:auto!important;
        z-index:20;
        grid-column:1/-1;
        flex:0 0 100%;
        width:100%!important;
        max-width:none;
        max-height:min(240px,32vh);
        margin:6px 0 0;
        box-sizing:border-box;
        overflow-x:hidden;
        overflow-y:auto;
        overscroll-behavior:contain;
        box-shadow:0 10px 26px rgba(47,30,20,.14);
    }
}
@media(max-width:600px){
    .address-suggestion-list{max-height:38vh}
    .address-suggestion-list button{padding:13px 12px}
}
