/* Header desktop: shift language switcher link (icon + label) down 1px */
@media (min-width: 981px) {
    .et-l--header .et_pb_menu__menu .pll-parent-menu-item > a {
        transform: translateY(1px);
    }
}

/* Hide language name only on the top-level switcher trigger, not in the dropdown */
span[style*="margin-left:0.3em"] {
    font-size: 0;
    line-height: 0;
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
}
/* Keep names visible in the dropdown */
.sub-menu span[style*="margin-left:0.3em"] {
    font-size: inherit;
    line-height: inherit;
    overflow: visible;
    text-indent: 0;
    white-space: normal;
}
