
.address-autocomplete-container {
    position: absolute;
    background: #fff;
    z-index: 1050;
    border: 1px solid #dee2e6;
    width: 100%;
    max-height: 300px;
    overflow-y: auto;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
    display: none;
    border-radius: 0.375rem;
    margin-top: 2px;
}
.address-autocomplete-item {
    padding: 0.5rem 1rem;
    cursor: pointer;
    border-bottom: 1px solid #f0f0f0;
    font-size: 0.875rem;
    color: #212529;
}
.address-autocomplete-item:hover {
    background-color: #e9ecef;
    color: #1e2125;
}
.address-autocomplete-item:last-child {
    border-bottom: none;
}
.address-autocomplete-item strong {
    font-weight: 600;
}
.address-autocomplete-attribution {
    font-size: 0.7rem;
    color: #6c757d;
    padding: 4px 10px;
    text-align: right;
    background: #f8f9fa;
    border-top: 1px solid #eee;
}
