/**
 * Print — minimal, ink-saving.
 */

@media print {
	.evde-header, .evde-footer, .evde-fab, .evde-sticky-cta, .evde-cookie, .evde-drawer, .evde-btn, nav { display: none !important; }
	body { background: #fff; color: #000; font-size: 12pt; }
	a { color: #000; text-decoration: underline; }
	a[href^="http"]::after { content: " (" attr(href) ")"; font-size: 10pt; color: #555; }
	img { max-width: 60%; page-break-inside: avoid; }
	h1, h2, h3 { page-break-after: avoid; color: #000; }
	p { orphans: 3; widows: 3; }
}
