.custom-lang-switcher{display:inline-block;position:relative}.custom-lang-switcher__toggle{align-items:center;-webkit-appearance:none;appearance:none;background:none!important;background-color:transparent!important;border:none!important;color:inherit;cursor:pointer;display:flex;font-family:inherit;font-size:14px;font-weight:500;gap:6px;line-height:1;padding:8px 4px;transition:opacity .2s ease}.custom-lang-switcher.is-open .custom-lang-switcher__toggle,.custom-lang-switcher__toggle:active,.custom-lang-switcher__toggle:focus,.custom-lang-switcher__toggle:focus-visible,.custom-lang-switcher__toggle:hover{background:none!important;background-color:transparent!important;opacity:.7;outline:none}.custom-lang-switcher__icon{flex-shrink:0}.custom-lang-switcher__chevron{flex-shrink:0;transition:transform .2s ease}.custom-lang-switcher.is-open .custom-lang-switcher__chevron{transform:rotate(180deg)}.custom-lang-switcher__menu{background:#fff;border:1px solid #e0e0e0;border-radius:6px;box-shadow:0 4px 12px rgba(0,0,0,.1);display:none;list-style:none;margin:4px 0 0;min-width:160px;padding:4px 0;position:absolute;right:0;top:100%;z-index:1000}.custom-lang-switcher.is-open .custom-lang-switcher__menu{display:block}.custom-lang-switcher__item a{color:#222!important;display:block;font-size:14px;padding:8px 16px;text-decoration:none!important;transition:background-color .15s ease;white-space:nowrap}.custom-lang-switcher__item a:hover{background-color:#f5f5f5;color:#000!important}.custom-lang-switcher__item--active a{color:#000!important;font-weight:600}