.ytn-language-selector{
    display:inline-flex;
    align-items:center;
    gap:8px;
    margin-left:auto;
    padding:6px 8px;
    border:1px solid rgba(148,163,184,.22);
    border-radius:999px;
    background:rgba(15,23,42,.72);
    box-shadow:0 10px 24px rgba(0,0,0,.18);
}
.ytn-language-selector select{
    border:0;
    outline:none;
    background:transparent;
    color:#e5f3ff;
    font-weight:700;
    font-size:13px;
    cursor:pointer;
}
.ytn-language-selector option{color:#0f172a;background:#ffffff;}
.ytn-language-label{font-size:14px;line-height:1;}
.topbar{display:flex;align-items:center;gap:16px;}
.topbar > div:first-child{min-width:0;}
.ytn-auth-header{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;}
.ytn-auth-header .ytn-language-selector{margin-top:4px;}
.admin-mobile-header .ytn-language-selector,.mobile-header .ytn-language-selector{margin-left:auto;margin-right:10px;transform:scale(.92);}
@media (max-width:760px){
    .topbar{align-items:flex-start;flex-direction:column;}
    .ytn-language-selector{margin-left:0;}
    .ytn-auth-header{flex-direction:column;}
}
.ytn-auth-language-float{position:fixed;right:22px;top:18px;z-index:50;}
.ytn-kid-language{display:flex;justify-content:flex-end;margin:0 0 16px 0;}
