.gh-language-switcher {
    align-items: center;
    display: flex;
    flex: 0 0 auto;
    font-size: 1.3rem;
    gap: 0.55rem;
    line-height: 1;
    white-space: nowrap;
}

.gh-language-switcher a {
    opacity: 0.62;
    text-decoration: none;
}

.gh-language-switcher a:hover,
.gh-language-switcher a:focus-visible,
.gh-language-switcher a.is-active {
    opacity: 1;
}

.gh-language-switcher a.is-active {
    font-weight: 700;
}

.gh-language-switcher-mobile-wrap {
    display: none;
}

@media (max-width: 767px) {
    .gh-language-switcher-mobile-wrap {
        display: block;
        margin-left: auto;
    }

    .gh-language-switcher.is-desktop {
        display: none;
    }

    .gh-language-switcher.is-mobile {
        display: flex;
        font-size: 1.2rem;
        margin-right: 0.8rem;
    }
}
