.elementor-widget-eps_polylang_switcher .eps-switcher {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.elementor-widget-eps_polylang_switcher .eps-switcher .eps-lang {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    line-height: 1;
    border: 0 solid transparent;
    background: transparent;
    transition: color 0.2s ease;
}

.elementor-widget-eps_polylang_switcher .eps-switcher .eps-lang.eps-active {
    border-style: solid;
}

.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;
    border-width: 0 !important;
}
