/* stylelint-disable no-invalid-double-slash-comments */
@import 'mediawiki.mixins.less';

// Used to be under #mw-navigation, which is hidden in common/print.less
.vector-page-toolbar,
// Hide all header content except the logo
.vector-header-start > *:not( .mw-logo ),
.vector-header-end,
// T300178, T306719
#mw-panel-toc,
#vector-sticky-header,
#p-lang-btn,
.vector-menu-checkbox,
// Hide all navigation
nav,
#vector-page-titlebar-toc,
#footer {
	/* stylelint-disable-next-line declaration-no-important */
	display: none !important;
}
