/* AI Translate — Language Switcher */
.ait-lang-switcher { display:flex; flex-wrap:wrap; gap:6px; margin:12px 0; }
.ait-lang-item { display:inline-block; padding:5px 12px; border:1px solid #ddd; border-radius:3px; font-size:13px; text-decoration:none; color:#444; background:#f9f9f9; transition:background .15s,border-color .15s; }
.ait-lang-item:hover { background:#fff; border-color:#999; color:#111; text-decoration:none; }
.ait-lang-item.ait-lang-active { background:#2271b1; border-color:#2271b1; color:#fff; font-weight:600; pointer-events:none; }
