/**
 * Print: article content only.
 */

@page {
	margin: 16mm;
}

body {
	background: #fff;
	color: #111;
	font-size: 12pt;
	line-height: 1.5;
}

.skip-link,
.site-header,
.nav-toggle,
.header-panel,
.sidebar,
.site-footer,
.ad-slot,
.share,
.hero-actions,
.header-cta,
.newsletter-section,
.topic-grid,
.related,
.comments-area,
.nav-links,
.pagination {
	display: none !important;
}

a {
	color: inherit;
	text-decoration: underline;
}

.article-content a[href]::after {
	content: " (" attr(href) ")";
	font-size: 0.85em;
	color: #444;
}

.article,
.page-article,
.container {
	max-width: none;
	width: auto;
	margin: 0;
}

img {
	max-width: 100%;
	page-break-inside: avoid;
}

h1, h2, h3 {
	page-break-after: avoid;
}
