/* Print stylesheet — clean recipe card on paper */

@media print {

	body {
		background: #fff !important;
		color: #000 !important;
		font-size: 11pt;
		font-family: Georgia, serif;
	}

	header.wp-block-template-part,
	footer.wp-block-template-part,
	.wp-block-navigation,
	.servings-scaler,
	.recipe-print-btn,
	.related-recipes,
	.skip-link,
	nav,
	.acf-form {
		display: none !important;
	}

	.recipe-hero {
		display: block !important;
	}
	.recipe-hero__image {
		max-width: 320px;
		float: right;
		margin: 0 0 1rem 1rem;
		page-break-inside: avoid;
	}

	.recipe-body {
		display: block !important;
	}
	.recipe-ingredients {
		background: none !important;
		border: 1px solid #999 !important;
		padding: 0.75rem !important;
		page-break-inside: avoid;
		margin-bottom: 1rem;
	}
	.recipe-method {
		margin-top: 1rem;
	}
	.method-step {
		page-break-inside: avoid;
	}

	a { color: #000 !important; text-decoration: none !important; }
}
