/* Utility routes: keep the existing quiet layout while restoring visible controls. */
html.white-apple-theme body .utility-lang-switch .lang-switcher__toggle::before {
    background-color: #1d1d1f !important;
    color: #1d1d1f !important;
}

html.white-apple-theme body .utility-lang-switch .lang-switcher__toggle::after {
    border-color: #1d1d1f !important;
    color: #1d1d1f !important;
}
