/* Print rules — fired only by media="print". */

@media print {
	.header,
	.sticky-banner,
	.cta-inline,
	.contact,
	.cta-strip,
	.fv__cta,
	.case-nav,
	.nav-links,
	.wpcf7-form,
	.company__map iframe,
	.skip-link {
		display: none !important;
	}

	body,
	.section,
	.section--alt,
	.section--dark {
		background: #ffffff !important;
		color: #000000 !important;
		padding-top: 0 !important;
		padding-bottom: 0 !important;
	}

	a[href]::after {
		content: ' (' attr(href) ')';
		font-size: 0.8em;
		color: #666666;
	}
	a[href^="tel:"]::after,
	a[href^="#"]::after,
	a[href^="javascript:"]::after { display: none; }

	.section { page-break-inside: avoid; }
	h2, h3 { page-break-after: avoid; }
	img { max-width: 100% !important; }
}
