/* Print styles — clean article printing for study guides. */
@media print {
	.rv-header, .rv-footer, .rv-sidebar, .rv-ad-slot, .rv-share, .rv-cta,
	.rv-newsletter, .rv-related, .rv-post-nav, .rv-nav-toggle, .rv-progress,
	.rv-breadcrumbs, .rv-header-search, .rv-toc__head { display: none !important; }
	body { color: #000; background: #fff; font-size: 12pt; }
	.rv-entry-content, .rv-article__header { max-width: 100%; }
	a { color: #000; text-decoration: underline; }
	.rv-entry-content a[href^="http"]::after { content: " (" attr(href) ")"; font-size: 0.85em; color: #555; }
	.rv-box, .rv-table-wrap, table { break-inside: avoid; }
	h2, h3 { break-after: avoid; }
}
