@media print {
	/* biome-ignore-start lint/complexity/noImportantStyles: Print rules must override Bootstrap utilities and runtime UI state. */
	.site-navbar,
	.copyright,
	#backToTopWrap,
	#planForm,
	.plan-output .btn,
	.shopping-output .btn,
	.modal {
		display: none !important;
	}

	body {
		padding-top: 0 !important;
		background: #fff !important;
	}

	.page-section > .container {
		padding: 0 !important;
		border: 0 !important;
		box-shadow: none !important;
		background: #fff !important;
	}

	.plan-output,
	.shopping-output {
		display: block !important;
	}

	a {
		color: inherit !important;
		text-decoration: none !important;
	}
	/* biome-ignore-end lint/complexity/noImportantStyles: Print rules must override Bootstrap utilities and runtime UI state. */
}
