.bcp-city-selector-wrapper {
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 20px 0;
    font-family: inherit;
}

.bcp-label {
    font-weight: 600;
    color: #fff;
    font-size: 16px;
}

.bcp-city-select {
    padding: 8px 12px;
    border: 1px solid #ccc;
    border-radius: 8px;
    font-size: 15px;
    background-color: #fff;
    transition: all 0.3s ease;
    color:#000 !important;
}

.bcp-city-select:hover,
.bcp-city-select:focus {
    border-color: #0073aa;
    box-shadow: 0 0 0 2px rgba(0,115,170,0.2);
    outline: none;
}
