.pwr-lang-switcher{align-items:center;display:flex;position:relative}.pwr-lang-switcher__trigger{align-items:center;border-radius:6px;color:inherit;cursor:pointer;display:flex;gap:8px;padding:6px 12px;text-decoration:none;transition:background-color .2s ease,opacity .2s ease;white-space:nowrap}.pwr-lang-switcher__trigger:hover{background-color:hsla(0,0%,50%,.1)}.pwr-lang-switcher__flag-img{border:1px solid hsla(0,0%,50%,.2);border-radius:50%;flex-shrink:0;height:22px;object-fit:cover;width:22px}.pwr-lang-switcher__flag-fallback{flex-shrink:0;font-size:1.2em;line-height:1}.pwr-lang-switcher__code{font-size:.8em;font-weight:600;letter-spacing:.5px;text-transform:uppercase}.pwr-lang-switcher__name{font-size:.85em;font-weight:400}.pwr-lang-switcher__arrow{flex-shrink:0;height:10px;opacity:.6;transition:transform .25s ease;width:10px}.pwr-lang-switcher--open .pwr-lang-switcher__arrow{transform:rotate(180deg)}.pwr-lang-switcher__dropdown{background:var(--pwr-bg,#fff);border:1px solid hsla(0,0%,50%,.15);border-radius:10px;box-shadow:0 8px 30px rgba(0,0,0,.12),0 2px 8px rgba(0,0,0,.06);min-width:200px;opacity:0;overflow:hidden;padding:6px;position:absolute;right:0;top:calc(100% + 8px);transform:translateY(-6px);transition:opacity .2s ease,transform .2s ease,visibility .2s ease;visibility:hidden;z-index:9999}.pwr-lang-switcher--open .pwr-lang-switcher__dropdown{opacity:1;transform:translateY(0);visibility:visible}.pwr--dark .pwr-lang-switcher__dropdown{background:var(--pwr-bg-dark,#1a1a2e);border-color:hsla(0,0%,100%,.1);box-shadow:0 8px 30px rgba(0,0,0,.4)}.pwr-lang-switcher__item{align-items:center;border-radius:7px;color:inherit;display:flex;gap:10px;padding:10px 14px;text-decoration:none;transition:background-color .15s ease;white-space:nowrap}.pwr-lang-switcher__item:hover{background-color:hsla(0,0%,50%,.08)}.pwr--dark .pwr-lang-switcher__item:hover{background-color:hsla(0,0%,100%,.08)}.pwr-lang-switcher__item--active{background-color:hsla(0,0%,50%,.06);pointer-events:none}.pwr-lang-switcher__item--active:after{background:currentColor;border-radius:50%;content:"";height:6px;margin-left:auto;opacity:.4;width:6px}.pwr-lang-switcher__item-text{display:flex;flex-direction:column;gap:1px}.pwr-lang-switcher__item-name{font-size:.9em;font-weight:500;line-height:1.2}.pwr-lang-switcher__item-code{font-size:.7em;letter-spacing:.5px;opacity:.5;text-transform:uppercase}.pwr-burger-lang-switcher__trigger{align-items:center;color:inherit;display:flex;gap:10px;padding:8px 0;text-decoration:none;width:100%}.pwr-burger-lang-switcher__list{padding:8px 0 4px}.pwr-burger-lang-switcher__item{align-items:center;border-radius:8px;color:inherit;display:flex;gap:10px;padding:10px 16px;text-decoration:none;transition:background-color .15s ease}.pwr-burger-lang-switcher__item:hover{background-color:hsla(0,0%,50%,.08)}.pwr--dark .pwr-burger-lang-switcher__item:hover{background-color:hsla(0,0%,100%,.08)}.pwr-burger-lang-switcher__item--active{background-color:hsla(0,0%,50%,.06)}.pwr-burger-lang-switcher__item-text{display:flex;flex-direction:column;gap:1px}.pwr-burger-lang-switcher__item-name{font-size:.95em;font-weight:500}.pwr-burger-lang-switcher__item-code{font-size:.7em;letter-spacing:.5px;opacity:.5;text-transform:uppercase}[dir=rtl] .pwr-burger-lang-switcher__item,[dir=rtl] .pwr-burger-lang-switcher__trigger,[dir=rtl] .pwr-lang-switcher__item,[dir=rtl] .pwr-lang-switcher__trigger{flex-direction:row}[dir=rtl] .pwr-lang-switcher__dropdown{left:0;right:auto}[dir=rtl] .pwr-lang-switcher__item--active:after{margin-left:0;margin-right:auto}