.language-switch { display: inline-flex; flex: 0 0 auto; align-items: center; gap: 2px; padding: 3px; border: 1px solid rgba(38,51,44,.22); border-radius: 5px; }
.language-switch button { appearance: none; border: 0; border-radius: 3px; background: transparent; color: #526a5b; min-width: 36px; min-height: 32px; padding: 5px 8px; font: 700 12px/1.2 system-ui,sans-serif; cursor: pointer; }
.language-switch button[aria-pressed="true"] { background: #27372f; color: white; }
.language-switch button:focus-visible { outline: 2px solid #b97850; outline-offset: 2px; }
.auth__brand { justify-content: space-between; flex-wrap: wrap; gap: 14px; }
.auth__brand-name { display: inline-flex; align-items: center; gap: 10px; }
.auth__brand .language-switch { border-color: rgba(255,255,255,.35); }
.auth__brand .language-switch button { color: #f4f1e9; }
.auth__brand .language-switch button[aria-pressed="true"] { background: #f4f1e9; color: #27372f; }
.main-menu-language { display: flex; justify-content: space-between; align-items: center; gap: 12px; padding: 18px 0; }
.language-note { color: #667169; font-size: 13px; line-height: 1.6; }
.site-header > .language-switch { margin-left: auto; }
@media(max-width: 520px) { .site-header { gap: 10px; flex-wrap: wrap; padding: 12px 0; } .site-header > .button { margin-left: 0; } .site-header > .language-switch { margin-left: auto; } }
@media print { .language-switch { display:none; } }
