/* Hide unnecessary elements */
@media print {
	body {
		font-size: 12px;
		line-height: 1.6;
		color: #000;
	}
	header, footer, nav, .sidebar, .comments, .no-print {
		display: none !important;
	}

	img {
		max-width: 100%;
		height: auto;
		display: block;
	}

	a:link:after, a:visited:after {
		content: " (" attr(href) ")";
	}

	/* Specific post type content styling */
	.post-title {
		font-size: 18px;
		font-weight: bold;
	}

	/* Remove background colors */
	* {
		background: none !important;
		color: #000 !important;
	}
}
