/* Vchat Learning Hub 2.2 — bilingual ES/EN release */
.lang-switch{
  min-width:42px;
  height:40px;
  padding:0 11px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  border:1px solid var(--line);
  border-radius:12px;
  background:var(--panel);
  color:var(--primary);
  text-decoration:none;
  font-size:11px;
  line-height:1;
  font-weight:900;
  letter-spacing:.04em;
  box-shadow:0 2px 8px rgba(40,44,78,.03);
  transition:.16s ease;
}
.lang-switch:hover{border-color:#cbc6ff;background:var(--panel-2);transform:translateY(-1px)}
.lang-switch:focus-visible{outline:3px solid color-mix(in srgb,var(--primary) 22%,transparent);outline-offset:2px}
@media(max-width:860px){.lang-switch{height:38px;min-width:40px;padding:0 9px}}
@media(max-width:540px){.lang-switch{height:38px;min-width:38px;padding:0 8px;font-size:10px}}
