:root{--pl-lang-switcher-border: #d7dce3;--pl-lang-switcher-bg: #ffffff;--pl-lang-switcher-text: #1a1f2b;--pl-lang-switcher-shadow: 0 6px 18px rgba(15, 23, 42, .08);--pl-lang-switcher-radius: 4px;--pl-lang-switcher-accent: #1f6feb}.pl-lang-switcher{position:relative;display:inline-block;font-family:Helvetica Neue,Arial,sans-serif;color:var(--pl-lang-switcher-text)}.pl-lang-switcher__trigger{display:inline-flex;align-items:center;gap:8px;padding:10px 14px;border-radius:var(--pl-lang-switcher-radius);border:1px solid var(--pl-lang-switcher-border);background:var(--pl-lang-switcher-bg);color:inherit;cursor:pointer;box-shadow:0 1px 2px #0f172a0d;transition:border-color .15s ease,box-shadow .15s ease,transform .15s ease}.pl-lang-switcher__trigger:hover{border-color:var(--pl-lang-switcher-accent);box-shadow:0 6px 18px #1f6feb2e}.pl-lang-switcher__trigger:focus-visible{outline:3px solid rgba(31,111,235,.35);outline-offset:2px}.pl-lang-switcher__label{display:inline-flex;align-items:center;gap:8px}.pl-lang-switcher__flag{width:20px;height:14px;border-radius:2px;object-fit:cover;box-shadow:0 0 0 1px #00000014}.pl-lang-switcher__text{font-size:14px;font-weight:600;letter-spacing:.2px}.pl-lang-switcher__caret{width:0;height:0;border-left:5px solid transparent;border-right:5px solid transparent;border-top:6px solid currentColor;opacity:.7}.pl-lang-switcher__list{position:absolute;top:calc(100% + 8px);right:0;min-width:200px;max-height:220px;overflow-y:auto;margin:0;padding:8px 0;list-style:none;border-radius:4px;border:1px solid var(--pl-lang-switcher-border);background:var(--pl-lang-switcher-bg);box-shadow:var(--pl-lang-switcher-shadow);opacity:0;pointer-events:none;transform:translateY(-8px);transition:opacity .15s ease,transform .15s ease;z-index:10}.pl-lang-switcher.is-open .pl-lang-switcher__list{opacity:1;pointer-events:auto;transform:translateY(0)}.pl-lang-switcher__item{margin:0}.pl-lang-switcher__link{display:flex;align-items:center;gap:8px;padding:8px 14px;color:inherit;text-decoration:none;font-size:14px;transition:background-color .15s ease,color .15s ease}.pl-lang-switcher__link:hover,.pl-lang-switcher__link:focus-visible{background:#1f6feb14;color:var(--pl-lang-switcher-accent);outline:none}@media(max-width:600px){.pl-lang-switcher__trigger{padding:8px 12px}.pl-lang-switcher__list{left:0;right:auto;min-width:180px}}
