.langswitch{
  display:inline-flex;
  align-items:center;
  gap:5px;
  padding:4px 8px;
  border:1px solid rgba(255,255,255,.18);
  border-radius:999px;
  font-size:11px;
  font-weight:900;
  letter-spacing:.04em;
  white-space:nowrap;
  flex:none;
}
.langswitch a{
  color:#8a8a8a;
  text-decoration:none;
  padding:2px 4px;
}
.langswitch a:hover{color:#fff}
.langswitch a.active{color:#d8ff39;pointer-events:none}
.langswitch span{color:#555}
.langswitch.light{border-color:rgba(28,27,25,.16);background:#fff}
.langswitch.light a{color:#8a8478}
.langswitch.light a:hover{color:#1c1b19}
.langswitch.light a.active{color:#1c1b19}
