/* Keep locale choices reachable in the header, including touch-sized screens. */
.hp-language-desktop{display:inline-flex;align-items:center;gap:3px;direction:ltr}
.hp-language-dropdown{display:none;position:relative;direction:ltr;color:#10231e;text-align:left}
.hp-language-dropdown.hp-language-always{display:block}
.hp-language-dropdown summary{display:flex;align-items:center;justify-content:center;gap:7px;min-height:44px;min-width:82px;padding:0 10px;box-sizing:border-box;border:1px solid #dce3dc;border-radius:10px;background:#fff;color:#10231e;cursor:pointer;font:700 13px/1.2 var(--hp-font-ui,system-ui,sans-serif);list-style:none;white-space:nowrap}
.hp-language-dropdown summary::-webkit-details-marker{display:none}
.hp-language-dropdown summary:focus-visible,.hp-language-options :is(a,button):focus-visible{outline:3px solid #80a844;outline-offset:3px}
.hp-language-dropdown[open] .hp-language-chevron{transform:rotate(180deg)}
.hp-language-options{position:absolute;z-index:100;top:calc(100% + 8px);inset-inline-end:0;display:flex;flex-direction:column;gap:4px;min-width:176px;padding:6px;border:1px solid #dce3dc;border-radius:12px;background:#fff;box-shadow:0 12px 35px #10231e26}
.hp-language-options :is(a,button),.public-language .hp-language-options a{display:flex;align-items:center;justify-content:flex-start;min-height:44px;width:100%;box-sizing:border-box;margin:0;padding:10px 14px;border:0;border-radius:7px;background:transparent;color:#10231e;text-align:start;text-decoration:none;font:600 14px/1.35 var(--hp-font-ui,system-ui,sans-serif);white-space:nowrap;cursor:pointer}
.hp-language-options :is(a,button):hover,.hp-language-options [aria-current],.hp-language-options [aria-pressed="true"]{background:#e3ff98;color:#10231e}
.site-header>.mobile-language-switcher{display:none}
@media(max-width:1240px){
 .site-header{grid-template-columns:minmax(0,1fr) auto auto;column-gap:10px}
 .site-header>.mobile-language-switcher{display:block;margin:0;padding:0;border:0;background:none}
 .site-header .menu-button{min-width:44px;width:44px;height:44px;margin:0}
 .site-header .hp-language-dropdown summary{border-color:#ffffff29;background:#ffffff0a;color:#fff}
}
@media(max-width:900px){
 .hp-language-desktop{display:none}
 .hp-language-dropdown{display:block}
 .language-switcher:has(>.hp-language-dropdown){padding:0;border:0;background:none;box-shadow:none}
 .public-header .public-language{padding:0;border:0}
 .method-header .language-switcher{order:0}
}
@media(max-width:380px){
 .site-header{column-gap:6px;padding-inline:10px}
 .site-header .brand{gap:6px}.site-header .brand-name{font-size:17px}.site-header .brand-mark{width:28px;height:28px}
 .site-header .hp-language-dropdown summary{min-width:73px;padding-inline:7px;gap:5px}
}
html[dir="rtl"] .hp-language-dropdown{direction:ltr}
html[dir="rtl"] .hp-language-options{right:auto;left:0}
