.language-switcher { display: flex; align-items: center; gap: 3px; padding: 4px; border: 1px solid rgba(255,255,255,.23); border-radius: 20px; }
.language-switcher button { border: 0; border-radius: 15px; padding: 6px 8px; background: transparent; color: #e8e9ed; font: inherit; font-size: 10px; font-weight: 800; cursor: pointer; }
.language-switcher button.is-active { background: #ffe600; color: #171717; }
@media(max-width:800px){.language-switcher{margin-left:auto}.site-header .language-switcher{margin-left:auto}.header .language-switcher{margin-left:auto}}
