.remote-language-select { position: relative; z-index: 30; width: 156px; flex: 0 0 auto; font-family: Manrope, sans-serif; }
.remote-language-select__trigger { display: flex; align-items: center; justify-content: space-between; width: 100%; min-height: 36px; padding: 8px 12px; border: 1px solid #e7eaeb; border-radius: 6px; background: #fff; color: #2d3939; font: inherit; font-size: 12px; font-weight: 700; line-height: 18px; cursor: pointer; }
.remote-language-select__trigger:hover, .remote-language-select__trigger:focus-visible { border-color: #9eb7b5; outline: none; }
.remote-language-select__trigger:focus-visible { box-shadow: 0 0 0 3px rgba(0,171,134,.14); }
.remote-language-select__chevron { width: 7px; height: 7px; margin: -3px 2px 0 10px; border-right: 1.5px solid #354347; border-bottom: 1.5px solid #354347; transform: rotate(45deg); transition: transform .16s ease; }
.remote-language-select--open .remote-language-select__chevron { margin-top: 3px; transform: rotate(225deg); }
.remote-language-select__menu { position: absolute; top: calc(100% + 6px); right: 0; z-index: 100; width: 100%; padding: 6px; overflow: hidden; border: 1px solid #e7eaeb; border-radius: 6px; background: #fff; box-shadow: 0 1px 16px rgba(0,0,0,.04); }
.remote-language-select__menu[hidden] { display: none; }
.remote-language-select__menu button { position: relative; display: flex; align-items: center; width: 100%; min-height: 36px; padding: 9px 34px 9px 12px; border: 0; border-radius: 6px; background: transparent; color: #2d3939; font: inherit; font-size: 12px; font-weight: 700; line-height: 18px; text-align: left; cursor: pointer; }
.remote-language-select__menu button + button { margin-top: 2px; }
.remote-language-select__menu button:hover, .remote-language-select__menu button:focus-visible { background: #f5f8f8; outline: none; }
.remote-language-select__menu button[aria-selected="true"] { background: #eff4f4; }
.remote-language-select__menu button[aria-selected="true"]::after { content: ""; position: absolute; right: 14px; top: 12px; width: 7px; height: 11px; border-right: 1.5px solid #00ab86; border-bottom: 1.5px solid #00ab86; transform: rotate(45deg); }
@media (max-width: 760px) { .remote-language-select { width: 132px; } }
