/**
 * print.css — loaded with media="print".
 *
 * Strips chrome and prints the article body on white.
 */

.ils-live-strip,
.ils-top-bar,
.ils-search-bar,
.ils-mega-panel,
.ils-site-footer,
.ils-sidebar,
.ils-related,
.ils-article-meta__share,
.ils-pagination,
.ils-skip-link,
.ils-native-ad-slot {
	display: none !important;
}

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

.ils-main {
	display: block;
	max-width: none;
	padding: 0;
}

.ils-article__body,
.ils-page__body {
	max-width: none;
}

/* Print the destination of every link so citations survive on paper. */
.ils-article__body a::after {
	content: " (" attr(href) ")";
	font-size: 9pt;
	word-break: break-all;
}

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

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