.header__geo {
    padding: 10px 0;
    background: var(--main-background-color);
}

.mg-geolation-view #change-city {
    color: var(--main-text-color);
    transition: all 0.3s ease-in-out;
}

.mg-geolation-view #change-city:hover {
    color: var(--accent-color);
}

.header__geo .container {
    text-align: center;
}

.mg-geolation-view .mg-geolocation-popup ul.main-cities-list li {
    width: fit-content;
}

@media (max-width: 991px) {
    .header__geo {
        background: var(--secondary-background-color);
        color: var(--secondary-text-color);
    }
    .mg-geolation-view #change-city {
        color: var(--secondary-text-color);
    }
}

.mg-geolation-view .mg-geolocation-popup {
    width: auto;
    min-width: 200px;
    max-width: 280px;
}