.lang-switcher--dot {
    flex-direction: column;
    gap: 2px;
}
.lang-switcher--dot .lang-switcher__item a {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 1px 10px;
    border-radius: 7px;
    font-size: 1.2rem;
    text-decoration: none;
    color: #888;
    transition: all 0.15s ease;
}

.lang-switcher--dot .lang-switcher__item a:hover {
    background: #f5f5f5;
    color: #333;
}
.lang-switcher--dot .lang-switcher__item--active a {
    background: #f5f5f5;
    color: #111;
    font-weight: 500;
}


.lang-switcher {
    list-style: none;
    padding: 0;
    margin: 0;
}