/* Solar Planner — Print Styles */
/* Applied only when printing from the dedicated print window */
/* The main page uses JS-based printing (printReport method in wizard.js) */
/* This file is kept as fallback but the JS approach handles all print logic */

@media print {
	/* Fallback: hide buttons inside report if somehow printed from main page */
	.sp-report-actions,
	.sp-btn,
	.sp-lead-form,
	.sp-credit,
	.sp-cookie-notice,
	#sp-sec-products {
		display: none !important;
	}
}
