/**
 * Print Styles
 */
@media print {
	.wte-header, .wte-footer, .wte-hero__scroll-btn, .wte-btn,
	.wte-mobile-nav, .wte-sns-list { display: none !important; }
	body { color: #000; background: #fff; font-size: 12pt; }
	a { color: #000; text-decoration: underline; }
	.wte-hero { min-height: auto; background: none; color: #000; padding: 2rem 0; }
	.wte-hero__heading { color: #000; }
	.wte-section { padding: 1rem 0; }
}
