/*
 * Print / "Save as PDF" styles.
 * Loaded with media="print" (see header.php), so these rules only apply when
 * the page is printed or saved as a PDF.
 */

/* Remove the main navigation / sticky header chrome (nav, submenus, alert bar) */
.main-header-sticky,
.main-header, .modal-overlay {
	display: none !important;
}

/* Remove the footer */
#footer,
.footer-components,
#footer-links {
	display: none !important;
}

/* Remove the category / vertical sidebar navigation */
.main-submenu-wrapper {
	display: none !important;
}

/* Hide interactive / non-content UI that shouldn't appear in a saved PDF */
.cookie-banner,
.social-share,
.modal-overlay,
.hamburger-toggle {
	display: none !important;
}
