.language-switcher {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 15px 0;
}

.language-switcher a {}

.language-switcher a.active {
    color: #ff014f !important;
}

@media (min-width: 1024px) {
    .language-switcher {
        justify-content: center;
        padding: 15px 10px;
        gap: 8px;
    }

    .language-switcher a {
        font-size: 14px;
        font-weight: 500;
    }
}
