.city-autocomplete-dropdown {
    background: #fff;
    border: 1px solid rgba(15, 23, 42, 0.14);
    border-radius: 0.75rem;
    box-shadow: 0 18px 36px rgba(15, 23, 42, 0.12);
    max-height: 280px;
    overflow-y: auto;
    position: absolute;
    z-index: 1090;
}

.city-autocomplete-item {
    align-items: flex-start;
    background: transparent;
    border: 0;
    border-bottom: 1px solid rgba(15, 23, 42, 0.06);
    color: #0f172a;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    gap: 0.2rem;
    padding: 0.75rem 0.95rem;
    text-align: left;
    width: 100%;
}

.city-autocomplete-item:hover {
    background: #f8fafc;
}

.city-autocomplete-item:last-child {
    border-bottom: 0;
}

.city-autocomplete-label {
    font-size: 0.94rem;
    font-weight: 600;
    line-height: 1.1;
}

.city-autocomplete-code {
    color: #64748b;
    font-size: 0.76rem;
    line-height: 1;
}

.city-autocomplete-empty {
    color: #64748b;
    padding: 0.8rem 0.95rem;
}
