/* WestCX Recipe Card — print-only stylesheet.
   Loaded with media="print" so it never affects normal browsing;
   it strips everything except the recipe card when printing or when
   a visitor chooses "Save as PDF" from the browser print dialog. */

body * { visibility: hidden; }
.wrc-recipe-card, .wrc-recipe-card * { visibility: visible; }
.wrc-recipe-card {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	box-shadow: none;
	border: none;
	margin: 0;
}
.wrc-actions-row,
.wrc-share-row,
.wrc-timer-btn,
.wrc-timer-tray,
.wrc-unit-toggle,
.wrc-rate-cta,
.wrc-cook-mode-overlay,
.wrc-jump-wrap {
	display: none !important;
}
