@media print {
	body > header, body > footer {
		display: none;
	}
	main > div, .wp-block-columns, .wp-block-group, .has-background {
		margin: 0 !important;
		padding: 0 !important;
	}
	.wp-block-columns {
		gap: 0 !important;
	}
	.hero header, header.hero {
		padding: 0 !important;
		margin-bottom: 3rem !important;
	}

	.hero header figure, header.hero figure {
		transform: none !important;
	}

	header.hero::after {
		display: none !important;
	}

	.wp-block-column img {
		max-width: 30% !important;
		margin-bottom: 1rem !important;
	}

	.news-grid {
		display: grid !important;
		grid-template-columns: repeat(auto-fill, minmax(300px, 1fr)) !important;
		gap: 1rem !important;
	}

	section hr {
		display: none !important;
	}
}