/*
 Theme Name:   Twenty Twenty-One Child
 Description:  Дочерняя тема для Twenty Twenty-One
 Template:     twentytwentyone
 Version:      1.0.0
*/


.top-bar-settings {
    z-index: 999;
    position: relative;
}
.city-switcher {
    position: relative;
    display: inline-block;
}

.city-switcher .current-city {
    cursor: pointer;
    font-weight: bold;
    text-transform: capitalize;
}

.city-switcher .city-list {
    display: none;
    position: absolute;
    background: #fff;
    border: 1px solid #ddd;
    list-style: none;
    margin: 0;
    padding: 10px;
    box-shadow: 0 2px 5px rgba(0,0,0,0.1);
    min-width: 150px;
}

.city-switcher:hover .city-list {
    display: block;
}

.city-list li { margin-bottom: 5px; }
.city-list li a { text-decoration: none; color: #333; }
.city-list li a:hover, .city-list li a.active { color: #007cba; font-weight: bold; }
.header-lang-select ul {
    list-style: none;
    display: flex;
    gap: 10px;
    margin: 0;
    padding: 0;
}

.header-lang-select ul li a {
    text-decoration: none;
    text-transform: uppercase;
}