.c3-language-switch {
    font-family: var(--e-global-typography-text-font-family), sans-serif;
    font-weight: var(--e-global-typography-text-font-weight);
    font-size: var(--e-global-typography-text-font-size);
    color: var(--e-global-color-text);
    line-height: var(--e-global-typography-text-line-height);
}

.c3-language-switch__options {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.c3-language-switch__option--active {
    opacity: 0.25;
}