/* Story Kids · language switcher — compact single-row pill
   PT · EN · ES · FR · DE all in one line, kept narrow so the nav menu fits. */

.lang-switch{
  display:inline-flex; align-items:center;
  gap:1px;
  background:rgba(255,255,255,.55);
  border:1px solid rgba(122,90,58,.14);
  padding:3px 4px; border-radius:999px;
  font-family:'Nunito', sans-serif;
  box-shadow:0 1px 2px rgba(74,54,33,.04);
  line-height:1;
  white-space:nowrap;
}
.lang-switch .ls-row{
  display:inline-flex; align-items:center; gap:1px;
}
.lang-switch a{
  color:var(--muted, #826a52); text-decoration:none; font-weight:700;
  font-size:11px; letter-spacing:.4px; padding:4px 7px; border-radius:999px;
  transition:.18s; line-height:1;
  text-align:center;
}
.lang-switch a.active{
  background:var(--sage-deep, #5f7a4b); color:#fff;
  box-shadow:0 1px 3px rgba(95,122,75,.35);
}
.lang-switch a:not(.active):hover{
  color:var(--bark-deep, #4a3621);
  background:rgba(122,90,58,.08);
}

@media (max-width:760px){
  .lang-switch{padding:3px 4px}
  .lang-switch a{font-size:10.5px; padding:3px 5px}
}
