.custom-lang-switcher{display:inline-flex;align-items:center;gap:6px;cursor:pointer;font-family:sans-serif}.custom-lang-switcher .lang-current{font-weight:600;font-size:14px}.custom-lang-switcher .lang-toggle{font-size:18px}.custom-lang-switcher .lang-dropdown{position:absolute;top:100%;left:0;margin-top:6px;background:#fff;border-radius:8px;padding:6px 0;display:none;flex-direction:column;box-shadow:0 4px 12px rgba(0,0,0,.15);z-index:999;min-width:160px}.custom-lang-switcher .lang-dropdown li{list-style:none}.custom-lang-switcher .lang-dropdown li a{display:flex;align-items:center;justify-content:space-between;padding:8px 12px;color:#333;text-decoration:none;font-size:14px;ransition:background 0.2s}.custom-lang-switcher .lang-dropdown li a:hover{background:#E7BAB9}.custom-lang-switcher .lang-dropdown li img{width:18px;height:auto;margin-right:8px}.custom-lang-switcher .lang-dropdown li.active{background-color:#B3D5D4}.custom-lang-switcher .lang-dropdown li.active a{font-weight:700}.custom-lang-switcher .lang-dropdown li .checkmark{font-size:14px;color:#742762;margin-left:6px}.custom-lang-switcher .fas.fa-globe,.custom-lang-switcher .lang-current{color:#742762}.custom-lang-switcher.open .lang-dropdown{display:flex}