.flag-picker-source,[data-flag-picker="1"]{display:none!important}
.flag-language-picker{position:relative;display:inline-block;min-width:150px;font-size:12px;text-align:left}
.flag-picker-button{width:100%;min-height:42px;padding:7px 10px;display:flex;align-items:center;justify-content:space-between;gap:10px;color:var(--forest-deep,#0c3b31);background:#fffdf8;border:1px solid #d8cfbd;border-radius:10px;cursor:pointer;font:inherit;font-weight:850;box-shadow:0 2px 7px rgba(7,36,29,.06)}
.flag-picker-button:hover{border-color:#b79b5a;background:#fff}
.flag-picker-button:focus-visible,.flag-picker-option:focus-visible{outline:3px solid rgba(227,173,67,.45);outline-offset:2px}
.flag-picker-button:disabled{opacity:.6;cursor:wait}
.flag-picker-current,.flag-picker-option{display:flex;align-items:center;gap:9px}
.flag-picker-current{min-width:0}
.flag-picker-current span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
.flag-picker-current img,.flag-picker-option img{width:24px;height:16px;flex:0 0 24px;display:block;object-fit:cover;background:#fff;border:1px solid rgba(17,47,39,.18);border-radius:2px;box-shadow:0 1px 2px rgba(0,0,0,.08)}
.flag-picker-chevron{font-size:16px;line-height:1}
.flag-picker-menu{position:absolute;z-index:1450;top:calc(100% + 6px);left:0;width:max(100%,190px);max-height:min(390px,70vh);padding:6px;overflow:auto;background:#fff;border:1px solid #d8cfbd;border-radius:12px;box-shadow:0 18px 45px rgba(7,36,29,.22)}
.flag-picker-menu[hidden]{display:none!important}
.flag-picker-option{width:100%;min-height:40px;padding:7px 9px;color:#173d34;background:transparent;border:0;border-radius:8px;cursor:pointer;text-align:left;font:inherit}
.flag-picker-option:hover,.flag-picker-option:focus-visible,.flag-picker-option.selected{background:#edf4f0}
.flag-picker-option.selected{font-weight:900}
.auth-locale-switcher .flag-language-picker{width:100%;min-width:190px}
.auth-locale-switcher .flag-picker-button{background:#fff}
.quick-locale{display:block;min-width:148px;font-size:11px}
.quick-locale .flag-language-picker{width:100%;min-width:148px}
.quick-locale .flag-picker-button{height:40px;min-height:40px;padding:0 10px;box-sizing:border-box;border-radius:11px;font-size:11px}
.quick-locale .flag-picker-menu{right:0;left:auto}
.sidebar-locale{display:none}
.sidebar-locale .flag-language-picker{width:100%}

@media(max-width:1100px){
  .quick-locale{min-width:132px}
  .quick-locale .flag-language-picker{min-width:132px}
}

@media(max-width:900px){
  .quick-locale{display:none}
  .sidebar-locale{margin-top:14px;padding-top:14px;display:grid;gap:6px;color:#c5d7d0;border-top:1px solid rgba(255,255,255,.10);font-size:10px;font-weight:850}
  .sidebar-locale .flag-picker-button{min-height:46px;color:#fff;background:rgba(255,255,255,.09);border-color:rgba(255,255,255,.18);box-shadow:none}
  .sidebar-locale .flag-picker-menu{top:auto;bottom:calc(100% + 6px);width:100%}
}
