.sa-lang-switcher{
  position:fixed;
  top:10px;
  right:10px;
  z-index:10000;
  display:flex;
  gap:4px;
  background:rgba(255,255,255,.9);
  padding:4px 6px;
  border-radius:6px;
  box-shadow:0 1px 4px rgba(0,0,0,.18);
  font-family:system-ui,-apple-system,sans-serif;
}
.body--dark .sa-lang-switcher,
.q-dark .sa-lang-switcher{
  background:rgba(32,34,42,.92);
  box-shadow:0 1px 4px rgba(0,0,0,.5);
}
.sa-lang-switcher button{
  display:flex;
  align-items:center;
  gap:4px;
  border:1px solid transparent;
  background:transparent;
  padding:2px 6px;
  border-radius:4px;
  cursor:pointer;
  font-size:11px;
  font-weight:600;
  letter-spacing:.5px;
  color:#222;
  line-height:1;
  text-transform:none;
}
.body--dark .sa-lang-switcher button,
.q-dark .sa-lang-switcher button{ color:#ddd; }
.sa-lang-switcher button.active{
  border-color:#008d39;
  background:rgba(0,141,57,.12);
}
.sa-lang-switcher button:hover{ background:rgba(0,0,0,.05); }
.body--dark .sa-lang-switcher button:hover,
.q-dark .sa-lang-switcher button:hover{ background:rgba(255,255,255,.08); }
.sa-lang-switcher svg{
  width:18px;
  height:12px;
  border:1px solid rgba(0,0,0,.18);
  border-radius:2px;
  display:block;
}
