
/* language switcher (main site header) */
.lang-switch{display:inline-flex;gap:2px;align-items:center;margin-right:6px}
.lang-switch a{color:#758696;font-weight:700;font-size:13px;padding:6px 8px;border-radius:8px;text-decoration:none;line-height:1}
.lang-switch a.is-active{color:#1f1915;background:rgba(0,0,0,.05)}
.lang-switch a:hover{color:#1f1915}
