.mobile-language-switcher {
    position: relative;
    z-index: 10;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    box-sizing: border-box;
    gap: 8px;
    width: 100%;
    padding: 12px 16px;
    padding-top: max(12px, env(safe-area-inset-top));
    color: #fff;
    font: 14px/1.4 Arial, sans-serif;
    background: #0c192c;
}
.mobile-language-switcher select {
    box-sizing: border-box;
    min-width: 132px;
    min-height: 40px;
    border: 1px solid #63758b;
    border-radius: 6px;
    padding: 8px;
    color: #fff;
    background: #132235;
    font: inherit;
}
.mobile-language-switcher select:focus-visible { outline: 2px solid #24c9df; outline-offset: 2px; }
.mobile-language-switcher select:disabled { opacity: .65; }
html[lang="en"] .login-form__submit-btn,
html[lang="en"] .login-action-btn-group__action-btn { white-space: normal; }
html[lang="en"] .Agree-Text { line-height: 1.5; }
html[lang="en"] .AgreeFrame { height: auto; min-height: 54px; }
html[lang="en"] .login-page-version-info { overflow-wrap: anywhere; }
.RegisterFrame .RegisterTitle {
    background: none;
    width: 90%;
    margin: 0 auto 12px;
    height: auto;
    min-height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.mobile-register-title {
    margin: 0 0 12px;
    color: #333;
    font: 600 26px/1.3 Arial, sans-serif;
    text-align: center;
}
