.elementor-widget-eps_polylang_switcher .eps-switcher {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 15px;
}

.elementor-widget-eps_polylang_switcher .eps-switcher .eps-lang {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    text-decoration: none;
    line-height: 1;
    padding: 10px 15px;
    color: #FFFFFF;
    /* Одна и та же толщина рамки у всех — иначе при загрузке CSS активный язык «прыгает» */
    border: 2px solid transparent;
    background: transparent;
    transition: color 0.2s ease;
}

.elementor-widget-eps_polylang_switcher .eps-switcher .eps-lang.eps-active {
    color: #E63329;
    border-color: #4A4A4A;
}

.elementor-widget-eps_polylang_switcher .eps-switcher .eps-lang:not(.eps-active):hover,
.elementor-widget-eps_polylang_switcher .eps-switcher .eps-lang:not(.eps-active):focus {
    color: #E63329;
}

.elementor-widget-eps_polylang_switcher .eps-switcher .eps-lang:not(.eps-active),
.elementor-widget-eps_polylang_switcher .eps-switcher .eps-lang:not(.eps-active):hover,
.elementor-widget-eps_polylang_switcher .eps-switcher .eps-lang:not(.eps-active):focus {
    border-color: transparent !important;
}
