/*
 * Braaimate print styles. Mainly for recipes: someone printing the
 * braaibroodjies method gets the recipe, not the chrome.
 */

.site-header,
.main-navigation,
.site-footer,
.bm-newsletter,
.bm-equipment,
.comments-area,
.post-navigation {
	display: none !important;
}

/* Dark surfaces print as plain black on white */
.bm-band,
.bm-band *,
.bm-swap__sa,
.bm-swap__sa *,
.bm-swap__arrow {
	background: #fff !important;
	color: #000 !important;
}

body {
	background: #fff !important;
	color: #000 !important;
	font-size: 12pt;
}

.bm-recipe-layout {
	display: block !important;
}

.bm-ingredients {
	position: static !important;
	border: 1pt solid #000;
	padding: 12pt;
	margin-bottom: 12pt;
}

.bm-swap {
	border: 1pt solid #000;
}

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

.bm-method a::after {
	content: " (" attr(href) ")";
	font-size: 9pt;
}
