@media print {
	body { background: #fff; color: #000; font-size: 12pt; }
	.nws-header, .nws-footer, .nws-sidebar, .nws-cookie-banner,
	.nws-related, .nws-byline__avatar, .nws-breaking,
	nav, button, .nws-kicker { display: none !important; }
	.nws-article { max-width: none; }
	.nws-article__title { font-size: 22pt; }
	a { color: #000; text-decoration: underline; }
	a[href]::after { content: " (" attr(href) ")"; font-size: 80%; opacity: .7; }
	img { max-width: 100% !important; }
}
