.address-suggest-wrap {
    position: relative;
    min-width: 0;
}

.address-suggest-wrap > input {
    width: 100%;
}

.address-suggest-list {
    position: absolute;
    z-index: 200;
    left: 0;
    right: 0;
    top: calc(100% + 2px);
    margin: 0;
    padding: 0.25rem 0;
    list-style: none;
    max-height: 14rem;
    overflow: auto;
    background: #fff;
    border: 1px solid #cbd5e1;
    border-radius: 0.5rem;
    box-shadow: 0 8px 24px rgba(15, 23, 42, 0.12);
}

.address-suggest-list button {
    display: block;
    width: 100%;
    padding: 0.5rem 0.75rem;
    border: 0;
    background: transparent;
    text-align: left;
    font: inherit;
    color: #0f172a;
    cursor: pointer;
}

.address-suggest-list button:hover,
.address-suggest-list button:focus,
.address-suggest-list button.is-active {
    background: #eff6ff;
    outline: none;
}

.address-suggest-list button.is-active {
    background: #dbeafe;
}
