@media print {
	.site-header, .site-footer, .site-breadcrumbs, .entry-sidebar, .post-navigation, .comments-area, .front-cta, .button, .search-form { display: none !important; }
	body { color: #000; background: #fff; font-size: 11pt; }
	.site-main, .section { padding: 0; }
	.ms-container, .entry-content { width: 100%; max-width: none; }
	a { color: #000; text-decoration: underline; }
	a[href^="http"]::after { content: " (" attr(href) ")"; font-size: 9pt; }
	h1, h2, h3 { break-after: avoid; }
	img, table, blockquote, .ms-faq__item { break-inside: avoid; }
	.ms-faq__item > * { display: block !important; }
}
