/* Print styles — for "Print my result" buttons. */
@media print {
	.pwb-site-header, .pwb-site-footer, .pwb-sticky-cta, .pwb-aff-link, .pwb-quiz__nav, .pwb-calc__actions button, .pwb-viz__actions button, .pwb-track__bulk, .pwb-prio__actions { display: none !important; }
	body { background: #fff; color: #000; }
	.pwb-card, .pwb-product-box, .pwb-quiz__card, .pwb-calc, .pwb-viz, .pwb-gen, .pwb-prio, .pwb-track, .pwb-db { box-shadow: none !important; border: 1px solid #888 !important; }
	a[href]:after { content: " (" attr(href) ")"; font-size: 0.8em; color: #555; }
}
