.lang-switch{display:inline-flex;align-items:center;padding:3px;border:1px solid rgba(255,255,255,.3);border-radius:999px;background:rgba(24,11,30,.38);font-size:11px;font-weight:800;line-height:1}
.lang-switch a,.lang-switch span{display:grid;place-items:center;min-width:32px;height:30px;padding:0 8px;border-radius:999px;text-decoration:none;color:rgba(255,255,255,.72)}
.lang-switch [aria-current="page"]{background:var(--yellow,#ffff00);color:var(--ink,#180b1e)}
.lang-switch a:hover{color:#fff}
@media(max-width:720px){.lang-switch a,.lang-switch span{min-width:29px;height:28px;padding:0 6px}.nav-links{gap:8px!important}}
