.uispml-language-bar {
    box-sizing: border-box;
    position: relative;
    z-index: 1000;
    height: 36px;
    padding: 0 max(20px, calc((100% - 1280px) / 2));
    border-bottom: 1px solid #dce5e7;
    background: #f4f8f8;
    color: #17323a;
    font-family: Inter, Arial, sans-serif;
    font-size: 13px;
    line-height: 1.4;
    letter-spacing: 0;
}
.uispml-language-bar nav { display: flex; justify-content: flex-end; height: 100%; }
.uispml-language-menu { position: relative; width: 144px; max-width: 100%; }
.uispml-language-menu summary {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    box-sizing: border-box;
    min-height: 35px;
    padding: 0 10px;
    cursor: pointer;
    list-style: none;
    font-weight: 600;
}
.uispml-language-menu summary::-webkit-details-marker { display: none; }
.uispml-language-menu summary::after {
    content: "";
    width: 6px;
    height: 6px;
    border-right: 1.5px solid currentColor;
    border-bottom: 1.5px solid currentColor;
    transform: rotate(45deg) translateY(-2px);
}
.uispml-language-menu summary:focus-visible,
.uispml-language-menu a:focus-visible { outline: 2px solid #176c7b; outline-offset: -2px; }
.uispml-language-menu ul {
    box-sizing: border-box;
    position: absolute;
    top: 35px;
    right: 0;
    width: 180px;
    max-width: calc(100vw - 40px);
    margin: 0;
    padding: 5px;
    list-style: none;
    border: 1px solid #cad9dd;
    border-radius: 4px;
    background: #fff;
    box-shadow: 0 6px 18px #0e35421f;
}
.uispml-language-menu li { margin: 0; padding: 0; list-style: none; }
.uispml-language-menu a {
    display: flex;
    align-items: center;
    min-height: 44px;
    box-sizing: border-box;
    padding: 8px 10px;
    color: #17323a;
    font-size: 14px;
    text-decoration: none;
    overflow-wrap: anywhere;
}
.uispml-language-menu a:hover { background: #eef5f5; }
.uispml-language-menu a[aria-current="page"] { font-weight: 700; background: #e6f0f2; }
body[data-uisp-language] h1,
body[data-uisp-language] h2,
body[data-uisp-language] h3 { overflow-wrap: anywhere; hyphens: auto; }
body[data-uisp-language] .uisp-turnstile-widget { width: 100%; min-height: 65px; }
body[data-uisp-language] #et-contact-message:not(:empty) { margin-bottom: 20px; }
@media (max-width: 600px) {
    .uispml-language-bar { padding-right: 12px; padding-left: 12px; }
    .uispml-language-menu ul { max-width: calc(100vw - 24px); }
}
