/* BRANDSSLAB language switcher */
.bsl-lang-switch{display:inline-flex;align-items:center;gap:2px;padding:3px;border:1px solid var(--lab-border,rgba(17,17,17,.1));border-radius:999px;background:rgba(255,255,255,.65);direction:ltr}
.bsl-lang-flag{display:inline-flex;align-items:center;gap:6px;padding:4px 9px;border-radius:999px;text-decoration:none;color:var(--lab-muted,#6b6964);font-family:var(--lab-sans,inherit);font-size:11px;font-weight:600;letter-spacing:.09em;line-height:1;text-transform:uppercase;transition:background .18s ease,color .18s ease}
.bsl-lang-flag:hover{color:var(--lab-ink,#111)}
.bsl-lang-flag.is-active{background:var(--lab-ink,#111);color:#fff}
.bsl-lang-flag.is-active:hover{color:#fff}
.bsl-lang-flag__img{display:block;width:18px;height:12px;border-radius:2px;overflow:hidden;box-shadow:0 0 0 1px rgba(17,17,17,.1)}
.bsl-lang-flag__img svg{display:block;width:100%;height:100%}
.bsl-lang-flag__code{display:inline-block}

/* Header placement */
.bsl-lab-header-actions .bsl-lang-switch{margin-inline-start:6px}

/* Drawer variant */
.bsl-lang-switch--drawer{width:100%;justify-content:space-between;padding:5px;border-radius:14px}
.bsl-lang-switch--drawer .bsl-lang-flag{flex:1;justify-content:center;padding:11px 12px;border-radius:11px;font-size:12px}
.bsl-lab-drawer-language{display:block}

@media (max-width:900px){
  .bsl-lab-header-actions .bsl-lang-flag__code{display:none}
  .bsl-lab-header-actions .bsl-lang-flag{padding:5px 7px}
}
