/**
 * Hilaal — print stylesheet.
 *
 * Strips the interface down to the article so a reader who prints a story gets
 * the story, its byline and its source, and nothing else.
 */

@page {
	margin: 18mm 16mm;
}

body {
	background: #fff !important;
	color: #111 !important;
	font-size: 12pt;
	line-height: 1.55;
}

.chr-header,
.chr-footer,
.chr-ticker,
.chr-sidebar,
.chr-share,
.chr-toc,
.chr-related,
.chr-comments,
.chr-post-nav,
.chr-next-prompt,
.chr-to-top,
.chr-ad,
.chr-sticky-ad,
.chr-progress,
.chr-breadcrumbs,
.chr-filter-bar,
.chr-pagination,
.chr-load-more,
.chr-author-box__foot,
.chr-search-panel,
.chr-offcanvas,
#wpadminbar {
	display: none !important;
}

.chr-layout,
.chr-layout--single {
	display: block !important;
	padding: 0 !important;
}

.chr-container {
	width: 100% !important;
}

.chr-article__title {
	font-size: 24pt;
	margin-bottom: 6pt;
}

.chr-article__standfirst {
	font-size: 13pt;
	color: #333 !important;
}

.chr-entry {
	font-size: 12pt;
}

.chr-entry h2 { font-size: 16pt; }
.chr-entry h3 { font-size: 14pt; }

.chr-entry a {
	color: #111 !important;
	text-decoration: underline;
}

.chr-entry a[href^="http"]::after {
	content: " (" attr(href) ")";
	font-size: 9pt;
	word-break: break-all;
}

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

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

p, blockquote, figure, table {
	page-break-inside: avoid;
}
