.jt-language-switcher {    display: none;    position: relative;    z-index: 1003;    flex: 0 0 auto;    font: 700 12px/1.2 Arial, sans-serif;    color: #111;}.jt-language-switcher--ready { display: block; }.jt-language-switcher__button {    display: inline-flex;    align-items: center;    justify-content: center;    gap: 4px;    min-width: 56px;    height: 34px;    padding: 0 6px;    border: 1px solid rgba(0, 0, 0, .4);    border-radius: 17px;    background: transparent;    color: #111;    font: inherit;    cursor: pointer;}.jt-language-switcher__button:hover,.jt-language-switcher__button:focus-visible,.jt-language-switcher__button[aria-expanded="true"] {    background: #fff8e8;    color: #111;    outline-offset: 2px;}.jt-language-switcher__button svg { display: block; flex: none; fill: none !important; }.jt-language-switcher__button svg * { fill: none !important; }.jt-language-switcher__options {    position: absolute;    top: calc(100% + 8px);    right: 0;    min-width: 132px;    padding: 6px;    border: 1px solid #eee4cd;    border-radius: 10px;    background: #fffbf2;    box-shadow: 0 9px 25px rgba(0, 0, 0, .17);    white-space: nowrap;}.jt-language-switcher__options[hidden] { display: none !important; }.jt-language-switcher__options a {    display: block;    padding: 9px 10px;    border-radius: 6px;    color: #111 !important;    font: 600 13px/1.2 Arial, sans-serif;    text-decoration: none !important;}.jt-language-switcher__options a:hover,.jt-language-switcher__options a:focus-visible { background: #ffe9a0; }.jt-language-switcher__options a[aria-current="page"] { font-weight: 800; }@media (max-width: 767px) {    #header .main-menu > .container > .jt-language-switcher {        position: absolute;        top: 50%;        left: 65px;        transform: translateY(-50%);    }    .jt-language-switcher__button { min-width: 54px; height: 32px; }    .jt-language-switcher__options { left: 0; right: auto; }

}