/* China BG Modern — print styles. Clean, ink-saving article print. */
@media print {
	.topbar, .scroll-band, .nav-primary, .site-footer,
	.sidebar, .to-top, .post-nav, .comments, .search-mini,
	.tags, .author-card, .pagination { display: none !important; }

	body { background: #fff; color: #000; font-size: 12pt; }
	.wrap { max-width: 100%; padding: 0; }
	.layout { display: block; }
	.site-header { border: 0; }
	.masthead .wrap { padding: 0 0 8pt; border-bottom: 2pt solid #000; }
	.brand .title-cjk, .brand .tagline { color: #000; }
	.article-header h1 { font-size: 24pt; }
	.entry-content { font-size: 12pt; line-height: 1.5; }
	.entry-content a { color: #000; text-decoration: underline; }
	.entry-content a[href^="http"]::after { content: " (" attr(href) ")"; font-size: 9pt; color: #555; }
	.entry-content > p:first-of-type::first-letter { color: #000; }
	img { max-width: 100% !important; page-break-inside: avoid; }
	h1, h2, h3 { page-break-after: avoid; }
}
