.language-switch{display:inline-flex;align-items:center;gap:3px;flex-shrink:0;padding:3px;border:1px solid #59637266;border-radius:6px;font-family:"Segoe UI",Arial,sans-serif;line-height:1}
.language-switch button,.language-switch a{font:600 10px/1 "Segoe UI",Arial,sans-serif;color:inherit;background:transparent;border:0;border-radius:3px;padding:7px 8px;cursor:pointer;text-decoration:none;letter-spacing:.5px}
.language-switch [aria-pressed="true"],.language-switch [aria-current="true"]{background:var(--accent,var(--orange,#f47835));color:#171b22}
.language-switch button:hover,.language-switch a:hover{background:#68728022}
.language-switch [aria-pressed="true"]:hover,.language-switch [aria-current="true"]:hover{background:var(--accent,var(--orange,#f47835));color:#171b22}
.language-switch :focus-visible{outline:2px solid var(--accent,var(--orange,#f47835));outline-offset:3px}
