.trp-floating-switcher{background:var(--bg,#fff);border:var(--border,none);border-radius:var(--border-radius,8px);bottom:var(--bottom,unset);box-shadow:0 10px 20px 0 #0000000d;display:flex;left:var(--left,unset);overflow:hidden;padding:var(--switcher-padding,10px);position:fixed;right:var(--right,unset);top:var(--top,unset);width:var(--switcher-width,auto);z-index:99999}.trp-floating-switcher,.trp-floating-switcher .trp-switcher-dropdown-list{flex-direction:column-reverse}.trp-shortcode-switcher__wrapper{border:none;position:relative}.trp-shortcode-switcher{background:var(--bg,#fff);border:var(--border,none);border-radius:var(--border-radius,5px);box-shadow:none;display:inline-block;overflow:hidden;padding:10px 0;position:static;width:auto}.trp-shortcode-switcher.trp-open-on-click{cursor:pointer}.trp-shortcode-overlay{left:0;position:absolute;top:0;z-index:9999}.trp-language-switcher-inner{display:flex}.trp-floating-switcher .trp-language-switcher-inner{flex-direction:column-reverse}.trp-shortcode-switcher .trp-language-switcher-inner{flex-direction:column}.trp-switcher-dropdown-list{display:flex;max-height:0;overflow-y:hidden;transition:max-height .2s ease-in-out;transition-duration:var(--transition-duration)}.trp-shortcode-switcher .trp-switcher-dropdown-list{flex-direction:column}.trp-ls-dropdown.is-open .trp-switcher-dropdown-list,.trp-ls-dropdown[aria-expanded=true] .trp-switcher-dropdown-list,.trp-shortcode-switcher[aria-expanded=true] .trp-switcher-dropdown-list{-webkit-overflow-scrolling:touch;max-height:min(350px,70vh);overflow-y:auto;scrollbar-color:var(--text) #fff0;scrollbar-width:thin}.trp-ls-dropdown.is-transitioning .trp-switcher-dropdown-list,.trp-shortcode-switcher.is-transitioning .trp-switcher-dropdown-list{overflow-y:hidden!important}.trp-shortcode-overlay:focus{outline:none}.trp-shortcode-overlay:focus-visible{outline:2px solid var(--text);outline-offset:2px}.trp-shortcode-overlay .trp-language-item:focus{outline:none}.trp-shortcode-overlay .trp-language-item:focus-visible{outline:2px solid var(--text);outline-offset:2px}.trp-language-item{align-items:center;box-sizing:content-box;display:flex;gap:8px;min-height:19px;padding:7px 16px;text-decoration:none}.trp-language-item:hover{background:var(--bg-hover,#f3f3f3)}.trp-language-item__current{cursor:default;pointer-events:none}.trp-flag-image{aspect-ratio:var(--aspect-ratio,4/3);border-radius:var(--flag-radius,0);display:inline-block;height:auto;width:var(--flag-size,18px)}.trp-switcher-dropdown-list::-webkit-scrollbar{width:6px}.trp-switcher-dropdown-list::-webkit-scrollbar-track{background:0 0}.trp-switcher-dropdown-list::-webkit-scrollbar-thumb{background-color:var(--text);border-radius:4px}.trp-switcher-dropdown-list::-webkit-scrollbar-thumb:hover{background-color:var(--text-hover)}