@media print {
	*,
	*::before,
	*::after {
		box-shadow: none !important;
		text-shadow: none !important;
	}

	html {
		background: #ffffff !important;
		color: #000000 !important;
		font-size: 11pt;
	}

	body {
		margin: 0;
		background: #ffffff !important;
		color: #000000 !important;
	}

	a,
	a:visited {
		color: #000000 !important;
		text-decoration: underline;
	}

	.site-main a[href^="http"]::after,
	.site-main a[href^="mailto:"]::after,
	.site-main a[href^="tel:"]::after {
		content: " (" attr(href) ")";
		font-size: 0.85em;
		word-break: break-all;
	}

	.site-header,
	.site-footer,
	.main-navigation,
	.site-header__actions,
	.menu-toggle,
	.menu-close,
	.site-header__overlay,
	.breadcrumb,
	.social-sharing,
	.post-navigation,
	.comments-area,
	.widget-area,
	form,
	.button,
	.wp-block-button,
	.wp-block-navigation {
		display: none !important;
	}

	.site-main,
	.entry-content,
	.container {
		max-width: none !important;
		padding: 0 !important;
		margin: 0 !important;
	}

	img,
	svg {
		break-inside: avoid;
		max-width: 100% !important;
	}

	h1,
	h2,
	h3,
	h4,
	h5,
	h6 {
		break-after: avoid;
		color: #000000 !important;
	}

	p,
	blockquote,
	ul,
	ol,
	table,
	pre {
		break-inside: avoid;
	}
}
