/* Print styles for tool exports and articles. */

@media print {
	.trgg-site-header,
	.trgg-site-footer,
	.trgg-sticky-cta,
	.trgg-mobile-menu,
	.trgg-menu-toggle,
	.trgg-search-form,
	.trgg-tool__nav,
	.trgg-affiliate-link::after { display: none !important; }

	body.trgg-body { background: #fff; color: #000; }
	a { color: #000; text-decoration: underline; }
	.trgg-section { padding: 0 !important; }
	.trgg-card { box-shadow: none !important; border: 1px solid #ccc; }
	.trgg-tool { box-shadow: none; padding: 0; }
}
