/* mx-dark-fix v1: language dropdown in dark theme */
body:not(.light-theme) .langsw-drop{background:#1f2331 !important;border:1px solid rgba(255,255,255,.08) !important;box-shadow:0 12px 32px rgba(0,0,0,.45) !important}
body:not(.light-theme) .langsw-item{color:#e8ecf5 !important}
body:not(.light-theme) .langsw-item:hover{background:rgba(255,255,255,.07) !important}
body:not(.light-theme) .langsw-item.active{background:rgba(247,201,72,.16) !important;color:#ffd426 !important}
