/* =============================================================================
   zene.ro theme — print.css
   Cikknyomtatás és "Save as PDF" optimalizáció.
   ============================================================================= */

@media print {
	/* Elrejtjük a navigációt, reklámot, hírlevelet, footert, kommentet. */
	.z-topbar,
	.z-header-wrap,
	.z-nav-wrap,
	.z-searchbar,
	.z-adwrap,
	.z-ad,
	.z-newsletter,
	.z-footer,
	.z-postnav,
	.z-share,
	.z-tags,
	.z-related,
	.z-comments,
	.z-mhero__rank,
	.z-section:not(:first-of-type),
	.z-scroller,
	.z-crumbs,
	.z-card__readtime,
	.z-header__toggle,
	.z-iconbtn { display: none !important; }

	html, body { background: #fff !important; color: #000 !important; font-size: 12pt; }

	.z-single__head,
	.z-single__body,
	.z-container { max-width: none !important; width: auto !important; padding: 0 !important; margin: 0 !important; background: transparent !important; box-shadow: none !important; }

	.z-single__title { font-size: 22pt; color: #000 !important; margin: 0 0 .4em; }
	.z-single__meta { color: #444 !important; font-size: 9pt; margin-bottom: .6em; }
	.z-single__lead { font-size: 13pt; color: #222 !important; }

	.z-prose { font-size: 11pt; line-height: 1.5; color: #000 !important; }
	.z-prose a { color: #000 !important; text-decoration: underline; }
	.z-prose a[href]:not([href^="#"])::after {
		content: " (" attr(href) ")";
		font-size: 9pt; color: #555;
	}
	.z-prose h2, .z-prose h3 { color: #000 !important; page-break-after: avoid; }
	.z-prose p, .z-prose li { orphans: 3; widows: 3; }
	.z-prose img { max-width: 100% !important; page-break-inside: avoid; }

	.z-flag { background: transparent !important; color: #000 !important; border: 1px solid #000; padding: 2px 6px; }

	.z-single__heroimg { max-height: 300pt !important; }

	/* URL megjelenítés a cím után. */
	.z-single__head::after {
		content: "zene.ro";
		display: block;
		color: #888;
		font-size: 9pt;
		margin-top: 6pt;
	}

	@page { margin: 1.8cm; }
}
