/* Rabari Stage 20 multilingual interface — Designed & Developed by Diar.Kurd/ K.T */
.rb-language-switcher{display:inline-flex;align-items:center;gap:3px;padding:3px;border:1px solid var(--rb-border,#d7dce3);border-radius:12px;background:var(--rb-surface,#fff);box-shadow:0 5px 18px rgba(7,24,39,.05)}
.rb-language-choice{display:inline-flex;align-items:center;gap:6px;min-height:34px;padding:0 10px;border-radius:9px;color:var(--rb-muted,#667085);font-size:.7rem;font-weight:900;text-decoration:none;white-space:nowrap;transition:.18s}
.rb-language-choice:hover{background:var(--rb-surface-2,#eef3f8);color:var(--rb-primary,#1e5aa8)}
.rb-language-choice.is-active{background:var(--rb-primary,#1e5aa8);color:#fff}
.rb-language-dot{width:6px;height:6px;border-radius:50%;background:currentColor;opacity:.75}
.rb-mobile-drawer .rb-language-switcher{display:flex;margin:12px 0;width:100%}
.rb-mobile-drawer .rb-language-choice{flex:1;justify-content:center}
html[dir="ltr"] body{direction:ltr}
html[dir="ltr"] #rabari-app,
html[dir="ltr"] .rb-archive-app,
html[dir="ltr"] .rb-single-app,
html[dir="ltr"] .rb-search-app,
html[dir="ltr"] .rb-account-shell{direction:ltr;text-align:left}
html[dir="ltr"] .rb-header-top,
html[dir="ltr"] .rb-section-head,
html[dir="ltr"] .rb-account-head,
html[dir="ltr"] .rb-account-section-head{direction:ltr}
html[dir="ltr"] .rb-dropdown{right:auto;left:0}
html[dir="ltr"] .rb-mobile-drawer{right:auto;left:0;transform:translateX(-110%)}
html[dir="ltr"] .is-menu-open .rb-mobile-drawer,
html[dir="ltr"] .rb-mobile-drawer.is-open{transform:translateX(0)}
html[dir="ltr"] .rb-mobile-arrow,
html[dir="ltr"] .rb-dropdown-list svg{transform:rotate(180deg)}
html[dir="ltr"] .rb-book-card,
html[dir="ltr"] .rb-featured-copy,
html[dir="ltr"] .rb-history-copy,
html[dir="ltr"] .rb-magazine-lane,
html[dir="ltr"] .rb-editorial-row{text-align:left}
html[dir="ltr"] .rb-layout-version{right:auto;left:8px}
@media(max-width:760px){
  .rb-language-switcher-compact .rb-language-choice{padding:0 8px}
}
