/* Disclosure button occupies only its own bounds; options expand below it. */
.wo-language-switcher.wo-language-compact {
  display:block;padding:0;border:0;border-radius:22px;background:transparent;
  box-shadow:none;backdrop-filter:none;font-family:'Sarabun',sans-serif;
}
.wo-language-switcher.wo-language-compact .wo-language-toggle {
  display:flex;align-items:center;gap:7px;min-height:44px;margin:0;
  padding:9px 13px;border:1px solid #dfb18c;border-radius:24px;
  background:#fffaf3;color:#663416;font:700 12px/1.3 'Sarabun',sans-serif;
  box-shadow:0 4px 16px #59300d20;cursor:pointer;animation:woLanguagePulse 2.4s ease-in-out 3;
}
.wo-language-globe{font-size:20px;line-height:1;display:inline-block;animation:woLanguageWave 2.4s ease-in-out 3}
.wo-language-chevron{transition:transform .2s}.wo-language-toggle[aria-expanded=true] .wo-language-chevron{transform:rotate(180deg)}
.wo-language-switcher.wo-language-compact .wo-language-options {
  position:absolute;right:0;top:calc(100% + 8px);width:220px;max-width:calc(100vw - 24px);
  box-sizing:border-box;padding:10px;border:1px solid #e8d2bf;border-radius:16px;
  background:#fffaf3;box-shadow:0 12px 32px #42200e30;animation:woLanguageOpen .18s ease-out;
}
.wo-language-options[hidden]{display:none!important}
.wo-language-options p{margin:3px 6px 8px;font-size:11px;color:#85634d}
.wo-language-switcher.wo-language-compact .wo-language-options button {
  display:flex;align-items:center;justify-content:space-between;width:100%;min-height:44px;
  box-sizing:border-box;padding:9px 12px;border:0;border-radius:9px;background:transparent;
  color:#53321f;font:600 14px/1.4 'Sarabun',sans-serif;cursor:pointer;text-align:left;
}
.wo-language-switcher.wo-language-compact .wo-language-options button.active{background:#62341c;color:#fff}
.wo-language-options button:not(.active)>span{visibility:hidden}
.wo-language-switcher.wo-language-compact button:focus-visible{outline:3px solid #e58034;outline-offset:3px}
.wo-language-options button:not(.active):hover{background:#f5e5d3!important}
.wo-language-used .wo-language-toggle,.wo-language-used .wo-language-globe{animation:none!important}
@keyframes woLanguagePulse{0%,100%{box-shadow:0 4px 16px #59300d20}50%{box-shadow:0 0 0 5px #e7873826,0 5px 18px #59300d25}}
@keyframes woLanguageWave{0%,75%,100%{transform:rotate(0)}35%{transform:rotate(-12deg)}55%{transform:rotate(10deg)}}
@keyframes woLanguageOpen{from{opacity:0;transform:translateY(-5px)}to{opacity:1;transform:none}}
@media(prefers-reduced-motion:reduce){.wo-language-switcher *{animation:none!important;transition:none!important}}
