.custom-language-switcher{display:inline-block;position:relative;user-select:none;width:max-content}.lang-current-white{background:#fff;color:#000}.lang-current-grey,.lang-current-white{align-items:center;cursor:pointer;display:flex;gap:8px;padding:10px 14px}.lang-current-grey{background:#f2f2f2}.lang-current-black{background:#000;color:#fff}.lang-current-black,.lang-current-transparent{align-items:center;cursor:pointer;display:flex;gap:8px;padding:10px 14px}.lang-current-transparent{background:#}.lang-current .chevron{margin-left:auto;transition:transform .3s ease}.lang-options{background:#fff;box-sizing:border-box;display:none;left:0;list-style:none;margin:0;min-width:100%;padding:0;position:absolute;top:100%;width:max-content;z-index:999}.lang-options li a{align-items:center;color:#333;display:flex;gap:8px;padding:10px 14px;text-decoration:none;white-space:nowrap}.lang-options li a:hover{background:#f0f0f0}.custom-language-switcher:focus-within .lang-options,.custom-language-switcher:hover .lang-options{display:block}.custom-language-switcher:focus-within .chevron,.custom-language-switcher:hover .chevron{transform:rotate(180deg)}