/* V120.36 — Korean / English user UI language switch */
.sj-lang-switch{display:inline-flex;align-items:center;gap:4px;padding:4px;border:1px solid #dce8e2;border-radius:12px;background:#fff;box-shadow:0 5px 16px rgba(25,70,50,.06);white-space:nowrap}
.sj-lang-switch button{height:32px;min-width:44px;padding:0 10px;border:0;border-radius:8px;background:transparent;color:#66736d;font-size:12px;font-weight:850;cursor:pointer}
.sj-lang-switch button.active{background:#07865d;color:#fff}
.sj-lang-switch button:hover:not(.active){background:#f1f8f5;color:#07865d}
.sj-public-lang{position:fixed;z-index:3000;right:18px;top:16px}
.topbar-actions>.sj-lang-switch{margin-right:2px;flex:0 0 auto}
@media(max-width:700px){.sj-public-lang{right:10px;top:10px}.sj-lang-switch button{min-width:40px;padding:0 8px}.topbar-actions>.sj-lang-switch{order:-1}}
