/*
 * Prohori — print. Readers print news; give them the story, nothing else.
 */

.site-topbar,
.site-header,
.site-nav,
.c-ticker,
.c-share,
.c-progress,
.a-related,
.a-postnav,
.c-comments,
.l-aside,
.l-rail,
.c-ad,
.a-article__foot,
.site-footer,
.c-breadcrumbs,
.a-translation,
.skip-link {
	display: none !important;
}

body {
	background: #fff;
	color: #000;
	font-size: 12pt;
}

.wrap {
	max-width: none;
	padding: 0;
}

.a-article__body {
	max-width: none;
}

.a-article__title {
	font-size: 22pt;
}

.a-article__body a::after {
	content: " (" attr(href) ")";
	font-size: 9pt;
	color: #444;
	word-break: break-all;
}

img {
	max-width: 100% !important;
	page-break-inside: avoid;
}

h1, h2, h3 {
	page-break-after: avoid;
}

p, blockquote {
	orphans: 3;
	widows: 3;
}
