.decorai-lang-switcher {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 4px 14px;
    font-size: var(--font-13);
}

.decorai-lang-switcher__link {
    color: inherit;
    opacity: 0.7;
    text-decoration: none;
}

.decorai-lang-switcher__link:hover,
.decorai-lang-switcher__link[aria-current] {
    opacity: 1;
}

.decorai-lang-switcher__link[aria-current] {
    font-weight: 600;
}
