/*
 * GreenBio - additional enqueued stylesheet.
 * All core theme styling lives in the root style.css (required by WordPress
 * to hold the theme header comment). This file is reserved for print styles
 * and small incremental additions so the main stylesheet's cache doesn't need
 * busting on every tweak. Kept intentionally small for performance.
 */

@media print {
	.gb-header, .gb-sidebar, .gb-footer, .gb-hero-search, .gb-ad-slot, .gb-ad-widget, .comments-area {
		display: none !important;
	}
	body { font-size: 12pt; }
	a[href]::after { content: " (" attr(href) ")"; font-size: 0.8em; }
}
