.language-switcher{position:relative;display:inline-block}.language-switcher__dropdown{position:relative;min-width:130px}.language-switcher__current{display:flex;align-items:center;justify-content:space-between;padding:8px 12px;background-color:rgba(var(--dark-rgb),.05);color:var(--foreground);border:1px solid var(--border-light);border-radius:4px;cursor:pointer;font-weight:500;min-width:100%}.language-switcher__current:hover{background-color:rgba(var(--dark-rgb),.1)}.language-switcher__arrow{margin-left:8px;font-size:10px;transition:transform .2s ease}.language-switcher__arrow--open{transform:rotate(180deg)}.language-switcher__options{position:absolute;top:100%;left:0;z-index:10;display:none;min-width:100%;margin-top:4px;background-color:var(--background);border:1px solid var(--border-light);border-radius:4px;box-shadow:0 2px 4px rgba(0,0,0,.1)}.language-switcher__options--visible{display:block}.language-switcher__option{display:block;width:100%;padding:8px 12px;text-align:left;border:none;background:none;cursor:pointer;color:var(--foreground)}.language-switcher__option:hover{background-color:rgba(var(--light-rgb),.05)}.language-switcher__option--active{background-color:rgba(var(--primary-rgb),.1);font-weight:500}[dir=rtl] .language-switcher__arrow{margin-left:0;margin-right:8px}[dir=rtl] .language-switcher__options{left:auto;right:0}[dir=rtl] .language-switcher__option{text-align:right}[data-theme=dark] .language-switcher__current{background-color:rgba(var(--light-rgb),.05)}[data-theme=dark] .language-switcher__current:hover{background-color:rgba(var(--light-rgb),.1)}