/* Hide the auto-generated language toggle that the i18n plugin adds to the header.
   We replace it with a manual cross-language tab in the top menu (see nav: in mkdocs.yml). */
.md-header__option { display: none !important; }
