:root {
	--wpd-primary-color: #2db68d;
	--wpd-primary-color-rgb: 45, 182, 141;
	--wpd-secondary-color: #cc3233;
	--wpd-secondary-color-rgb: 204, 50, 51;
	--wpd-font-color: #505556;
	--wpd-font-color-rgb: 55, 71, 87;
	--wpd-heading-font-color: #212728;
	--wpd-black-color: #000000;
	--wpd-black-color-rgb: 0, 0, 0;
	--wpd-white-color: #ffffff;
	--wpd-white-color-rgb: 255, 255, 255;
	--wpd-body-bg-color: #f9f9f9;
	--wpd-border-color: #edeeee;
	--wpd-border-color-rgb: 237, 238, 238;
}

body {
	background-color: var(--wpd-body-bg-color);
	color: var(--wpd-font-color);
	padding: 0;
	margin: 0;
	font-size: 14px;
	line-height: 1.42;
	font-family:
		system-ui,
		-apple-system,
		BlinkMacSystemFont,
		"Segoe UI",
		Roboto,
		Oxygen,
		Ubuntu,
		Cantarell,
		"Open Sans",
		"Helvetica Neue",
		sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6,
.dr-title,
[class$="-title"] {
	color: var(--wpd-heading-font-color);
}

.dr-button {
	background: var(--wpd-secondary-color);
	border: 1px solid var(--wpd-secondary-color);
	color: var(--wpd-white-color);
	padding: 10px 24px;
	font-size: 1.14em;
	line-height: 1.75;
	border-radius: 4px;
	cursor: pointer;
	display: flex;
	align-items: center;
	gap: 8px;
	margin-bottom: 12px;
	transition:
		background 0.3s ease-in-out,
		color 0.3s ease-in-out;
}

.dr-button:hover {
	background: var(--wpd-white-color);
	color: var(--wpd-secondary-color);
}

.dr-increase-font-size,
.dr-decrease-font-size {
	background: none;
	border: none;
	font-size: 1.14em;
	line-height: 1.75;
	color: inherit;
	cursor: pointer;
	display: flex;
	align-items: center;
	gap: 8px;
	transition: color 0.3s ease-in-out;
	margin-bottom: 8px;
}

.dr-increase-font-size:hover,
.dr-decrease-font-size:hover {
	color: var(--wpd-primary-color);
}

.dr-print-outer-wrap {
	max-width: 794px;
	margin-inline: auto;
	background-color: var(--wpd-white-color);
	padding: 16px;
	position: relative;
	margin-block: 48px clamp(50px, 8vw, 80px);
}

.dr-print-outer-wrap>* {
	margin-bottom: 16px;
}

.dr-print-outer-wrap *,
.dr-print-outer-wrap *::before,
.dr-print-outer-wrap *::after {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.dr-print-outer-wrap a {
	text-decoration: none;
	color: var(--wpd-primary-color);
}

.dr-print-outer-wrap a:hover {
	color: var(--wpd-primary-color);
	text-decoration: underline;
}

table,
img,
svg {
	break-inside: avoid;
}

img,
svg {
	display: block;
	max-width: 100%;
}

.dr-print-outer-wrap img {
	max-width: 100%;
	border-radius: 16px;
	object-fit: cover;
	height: auto;
}

.dr-print-header .dr-print-img img {
	width: 100%;
}

.dr-print-outer-wrap .dr-print-img {
	justify-content: center;
	margin: 0 0 16px;
}

.dr-logo {
	margin-top: 20px;
	margin-bottom: 30px;
	padding-left: 40px;
	padding-right: 40px;
	text-align: center;
}

.dr-print-title {
	margin-top: 0;
	margin-bottom: 16px;
	font-size: 2.28em;
	line-height: 1.375;
	font-weight: 600;
	text-align: center;
}

.dr-print-footer {
	position: relative;
	margin-top: 20px;
	margin-bottom: 20px;
	text-align: right;
}

.dr-print-footer::before {
	content: "";
	border-top: 1px solid rgba(var(--wpd-font-color-rgb), 0.1);
	width: calc(100% - 25px);
	height: 1px;
	position: absolute;
	top: 50%;
	left: 0;
}

.dr-site-url {
	font-size: 0.58em;
	letter-spacing: 0.9px;
	display: inline;
	position: relative;
	z-index: 9;
	background: var(--wpd-white-color);
	padding-left: 15px;
	padding-right: 15px;
}

.dr-site-url a {
	color: var(--wpd-font-color);
	background: var(--wpd-white-color);
	display: inline-block;
}

.dr-page-count {
	color: var(--wpd-white-color);
	background: var(--wpd-primary-color);
	width: 25px;
	height: 25px;
	display: inline-block;
	text-align: center;
	line-height: 23px;
	font-size: 0.92em;
	position: relative;
}

.dr-print-outer-wrap .icon {
	width: 20px;
	height: 20px;
	fill: rgba(var(--wpd-font-color-rgb), 0.55);
}

.dr-print-block-header {
	margin-bottom: 16px;
}

.dr-print-block-title,
.dr-ingrd-title-wrap,
.dr-instrc-title-wrap,
.dr-print-nutrition h2.dr-title {
	font-size: 16px;
	line-height: 1.625;
	font-weight: 600;
	position: relative;
}

.dr-ingrd-title-wrap h3,
.dr-instrc-title-wrap h3 {
	all: unset;
	font-size: 16px;
	line-height: 1.625;
	font-weight: 600;
}

.dr-description-wrap {
	margin-bottom: 16px;
}

.dr-ingrd-title-wrap::before,
.dr-instrc-title-wrap::before,
.dr-print-block-title::before {
	content: "";
	border-top: 4px double rgba(var(--wpd-font-color-rgb), 0.1);
	width: 100%;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 0;
}

.dr-ingrd-title-wrap h3,
.dr-instrc-title-wrap h3,
.dr-print-block-title span,
.dr-print-block-title b,
.dr-print-nutrition h2.dr-title {
	display: inline-block;
	background: #fff;
	position: relative;
	padding-right: 12px;
}

.dr-keywords .dr-meta-title {
	font-weight: bold;
}

.dr-print-block-content ul {
	padding: 0 0 0 1.5em;
}

.dr-print-ingredients .dr-print-block-content ul li {
	margin-bottom: 12px;
}

.dr-print-block-content ol {
	margin: 0;
	padding: 0;
}

.dr-print-block-content ul li,
.dr-print-block-content ol li {
	margin-bottom: 15px;
}

.dr-print-block-content ul li:last-child,
.dr-print-block-content ol li:last-child {
	margin-bottom: 0;
}

.dr-print-instructions-detailed .dr-print-block-content ol li img {
	margin-top: 30px;
}

.dr-print-instructions-detailed .dr-print-block-content ol li .dr-instruction-note {
	display: block;
	margin-top: 20px;
	border: 1px solid rgba(210, 37, 34, 0.07);
	padding: 15px 30px;
	letter-spacing: 0.2px;
	border-left-width: 3px;
	border-left-color: var(--wpd-primary-color);
}

.dr-print-block-content p {
	margin: 0;
	margin-bottom: 16px;
}

.dr-print-nutrition .dr-print-block-header {
	padding-top: 17px;
	position: relative;
}

.dr-print-nutrition .dr-nutrition-serve {
	position: absolute;
	top: 0;
	right: 0;
	background: var(--wpd-primary-color);
	color: var(--wpd-white-color);
	font-weight: 600;
	line-height: 1.5;
	padding: 5px 15px;
}

.dr-print-block-content ul.dr-list-inline {
	margin: 0 -1.5%;
	padding: 0;
	list-style: none;
}

.dr-print-block-content ul.dr-list-inline li {
	display: inline-block;
	width: 46%;
	margin-left: 1.5%;
	margin-right: 1.5%;
	margin-bottom: 15px;
	padding: 0;
	color: rgba(var(--wpd-black-color-rgb), 0.7);
}

.dr-print-block-content ul.dr-list-inline li b {
	float: right;
}

.dr-print-block-footer {
	border-top: 1px solid rgba(var(--wpd-font-color-rgb), 0.1);
	margin-top: 15px;
	padding-top: 15px;
}

.dr-print-block-footer b {
	margin-right: 5px;
}

.dr-print-block-footer span {
	display: inline-block;
	margin-right: 5px;
}

.dr-print-cta {
	background: rgba(var(--wpd-primary-color-rgb), 0.08);
	padding: 16px 24px 1px;
}

.dr-cta-title {
	font-size: 1.14em;
	font-weight: 600;
}

.dr-cta-content {
	letter-spacing: 0.2px;
}

.dr-cta-content p {
	margin-top: 15px;
	margin-bottom: 0;
}

.dr-print-cta+.dr-print-block-footer {
	margin-top: 16px;
	padding-top: 0;
	border-top: none;
}

.dr-print-block-img-wrap .dr-print-block-title,
.dr-print-block-img-wrap .dr-print-block-subtitle {
	text-align: center;
}

.dr-print-author .dr-print-block-img {
	vertical-align: top;
	width: 120px;
	border-radius: 200px;
	overflow: hidden;
	margin: 0 auto 20px;
}

.dr-print-author .dr-print-block-title {
	font-size: 1.28em;
}

.dr-print-author .dr-print-block-title::before {
	display: none;
}

.dr-print-author .dr-print-block-subtitle {
	display: block;
	color: rgba(var(--wpd-black-color-rgb), 0.7);
	letter-spacing: 0.2px;
	margin-top: 5px;
	line-height: 1.5;
}

.dr-print-author .dr-print-block-title span {
	padding-right: 0;
}

.dr-author-social {
	margin: 10px -15px 0;
	padding: 0;
	list-style: none;
}

.dr-author-social li {
	margin-top: 15px;
	margin-left: 15px;
	margin-right: 15px;
}

.dr-author-social li a:hover {
	text-decoration: none;
}

.dr-author-social li img {
	display: inline-block;
	vertical-align: middle;
}

.dr-author-social li .social-name {
	display: inline-block;
	vertical-align: middle;
	padding-left: 10px;
	font-size: 0.85em;
	letter-spacing: 0.7px;
	max-width: calc(100% - 30px);
}

.dr-author-social li a:hover .social-name {
	text-decoration: underline;
}

.dr-print-author .dr-print-block+.dr-print-block-content {
	border-top: 1px solid rgba(var(--wpd-font-color-rgb), 0.1);
	margin-top: 40px;
	padding-top: 20px;
	letter-spacing: 0.2px;
}

.dr-print-additional {
	background: rgba(var(--wpd-primary-color-rgb), 0.08);
	padding: 35px;
}

.dr-print-additional-img {
	display: inline-block;
	vertical-align: top;
	width: 145px;
	padding: 7px;
}

.dr-print-additional-img img {
	-webkit-transform: rotate(5deg);
	-moz-transform: rotate(5deg);
	transform: rotate(5deg);
}

.dr-print-additional-wrap {
	display: inline-block;
	vertical-align: top;
	width: calc(100% - 150px);
	padding-left: 40px;
}

.dr-additional-title {
	font-weight: 600;
	font-size: 1.07em;
	line-height: 1.7;
}

.dr-print-additional-footer {
	margin-top: 20px;
}

.dr-print-additional-footer b {
	display: block;
	font-size: 0.85em;
	line-height: 1.5;
}

.dr-print-additional-footer span {
	display: block;
	color: rgba(var(--wpd-black-color-rgb), 0.7);
	letter-spacing: 0.7px;
	line-height: 1.5;
	font-size: 0.85em;
	margin-top: 4px;
}

#dr-print-options {
	max-width: 996px;
	margin-inline: auto;
	margin-bottom: 48px;
	color: var(--wpd-heading-font-color);
}

#dr-print-options h3 {
	margin: 0 0 0.25em;
	font-size: 0.75em;
	text-transform: uppercase;
	font-weight: 800;
}

/* // Nutrition CSS */

.dr-nutrition-label {
	background: #fff;
	border-radius: 3px;
}

.dr-nutrition-label .dr-nutrition-title {
	line-height: 1;
	letter-spacing: 0;
	padding: 0;
	margin: 0 0 0.4em;
	color: #333;
}

.dr-nutrition-label.dr-float-right {
	max-width: 45%;
	margin: 0 0 3em 3em;
	float: right;
}

.dr-nutrition-label.dr-float-left {
	max-width: 45%;
	margin: 0 3em 3em 0;
	float: left;
}

body .dr-nutrition-label p {
	margin: 0 !important;
	padding: 0 !important;
}

body .dr-nutrition-label p.dr-daily-value-text {
	padding: 0.75em 0 0.15em !important;
	margin: 0 !important;
	font-size: 0.9em;
	line-height: 1.3em !important;
}

body .dr-nutrition-label dl {
	margin: 0 !important;
	padding: 0 !important;
}

body .dr-nutrition-label dt {
	position: relative;
	margin: 0;
	padding: 2px 0;
	border-top: 1px solid #aaa;
}

body .dr-nutrition-label dt dt {
	padding: 2px 0 0;
	margin: 2px 0 0;
}

body .dr-nutrition-label dt:after {
	content: "";
	display: table;
	clear: both;
}

body .dr-nutrition-label dt.dr-nut-spacer {
	border: none;
	height: 0.5em;
	padding: 0;
	background: var(--wpd-primary-color);
}

body .dr-nutrition-label dl dt.dr-nut-no-border,
body .dr-nutrition-label>dl>dt:first-child {
	border: none;
}

body .dr-nutrition-label dt dl {
	margin: 0 0 0 1.5em !important;
}

body .dr-nutrition-label .dr-nut-hr {
	border: none;
	border-top: 1em solid #333;
	margin: 1em 0 0;
	padding: 0;
}

body .dr-nutrition-label .dr-nut-right {
	float: right;
}

body .dr-nutrition-label dl.dr-nut-bottom dt {
	border-top: none;
	border-bottom: 1px solid #aaa;
	float: left;
	width: 50%;
	box-sizing: border-box;
}

body .dr-nutrition-label dl.dr-nut-bottom dt:last-child,
body .dr-nutrition-label dl.dr-nut-bottom dt:nth-last-child(2) {
	border: none;
}

body .dr-nutrition-label dl.dr-nut-bottom dt:nth-last-child(2):nth-child(even) {
	border-bottom: 1px solid #aaa;
}

.widget .dr-nutrition-label {
	margin: 0;
}

body .dr-nutrition-label .dr-nut-hr {
	border: none;
	border-radius: 0;
	width: 100%;
	height: auto;
	background: none;
	border-top: 1em solid var(--wpd-primary-color);
	margin: 1em 0 0;
	padding: 0;
}

#dr-page6 {
	margin-top: 16px;
	padding-top: 0;
}

#dr-page6 .dr-print-block-desc a {
	color: var(--wpd-primary-color);
}

#dr-page6 .dr-print-block-desc a:hover {
	text-decoration: underline;
}

@media print {

	#dr-print-options,
	.wpd-print-button-wrap {
		display: none;
	}
}

.dr-ingredients-list .ingredients-list input[type="checkbox"] {
	display: none;
}

.dr-wrap-notes-keywords .dr-keywords-block {
	padding-top: 20px;
}

.dr-wrap-notes-keywords {
	margin-bottom: 16px;
}

/* logo */
#dr-print-options .wpd-logo {
	text-align: center;
	border-bottom: 1px solid rgba(33, 39, 40, 0.1);
	padding-block: 40px;
	margin-bottom: 32px;
}

#dr-print-options .wpd-logo img {
	max-width: 200px;
	height: auto;
}

/* print options */
.dr-print-options-wrap {
	max-width: 834px;
	margin-inline: auto;
	text-align: center;
}

.wpd-print-options-wrap {
	max-width: 834px;
	margin-inline: auto;
	text-align: center;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 16px;
}

.wpd-print-options-title {
	display: block;
	font-size: 1.42em;
	line-height: 1.6;
	font-weight: 600;
	margin-bottom: 24px;
	text-align: center;
}

.wpd-print-options-wrap .dr-print-block {
	padding: 2px 12px 2px 4px;
	background-color: var(--wpd-white-color);
	border: 1px solid var(--wpd-border-color);
	display: inline-flex;
	align-items: center;
	gap: 8px;
	border-radius: 50px;
}

.wpd-print-options-wrap .dr-print-block * {
	cursor: pointer;
}

.wpd-print-options-wrap .dr-print-block input[type="checkbox"] {
	display: inline-block;
	appearance: none;
	background-image: url("data:image/svg+xml,%3Csvg width='21' height='20' viewBox='0 0 21 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='0.5' width='20' height='20' rx='10' fill='white'/%3E%3Crect x='1' y='0.5' width='19' height='19' rx='9.5' stroke='%23AAAAAA' stroke-opacity='0.3'/%3E%3Cpath d='M15.8333 6L8.49996 13.3333L5.16663 10' stroke='%23AAAAAA' stroke-opacity='0.3' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
	background-repeat: no-repeat;
	background-size: 20px;
	background-position: center;
	margin: 0;
	width: 20px;
	height: 20px;
	transition: background-image 0.3s ease-in-out;
}

.wpd-print-options-wrap .dr-print-block input[type="checkbox"]:checked {
	background-image: url("data:image/svg+xml,%3Csvg width='21' height='20' viewBox='0 0 21 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='0.5' width='20' height='20' rx='10' fill='%232DB68D'/%3E%3Cpath d='M15.1667 6.5L8.75004 12.9167L5.83337 10' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}

/* print button */

.wpd-print-button-wrap {
	position: absolute;
	right: -154px;
	top: 0;
}

/* print instructions */
.dr-print-instructions .dr-print-block-content ol li {
	list-style: none;
	display: flex;
	gap: 16px;
	align-items: center;
}

.dr-print-instructions .dr-print-block-content ol li img {
	margin-bottom: 8px;
}

.dr-print-instructions .dr-print-block-content ol li .instruction-number {
	font-size: 1.14em;
	font-weight: 600;
	line-height: 1.5;
	background-color: var(--wpd-primary-color);
	color: var(--wpd-white-color);
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	width: 32px;
	height: 32px;
	flex-shrink: 0;
}

.dr-print-instructions .dr-print-block-content ol li p {
	margin: 0;
}

.dr-print-instructions .dr-print-block-content ol li:has(img) {
	align-items: start;
}

/* ingredients list */

.dr-ingredients-wrap .dr-print-block-content ul,
.ingredients-list {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 8px;
}

.dr-ingredients-list h4 {
	margin-left: 40px;
	font-weight: 600;
}

.dr-ingredients-wrap .dr-print-block-content ul .dr-subtitle {
	grid-column: span 2;
}

.dr-subtitle {
	margin-block: 8px 24px;
	font-size: 1.14em;
	line-height: 1.625;
	font-weight: 600;
	color: var(--wpd-heading-font-color);
}

.dr-nutrition-facts.chart-layout-flat .dr-nutrition-fact-lists {
	display: flex;
	flex-wrap: wrap;
	column-gap: 24px;
	margin: 0 0 16px;
	line-height: 1.85;
}

.dr-nutrition-facts {
	margin-bottom: 16px;
}

dl.dr-nut-bottom.dr-clearfix {
	display: flex;
	flex-wrap: wrap;
}

.dr-ingredient-time .meta-wrap {
	display: flex;
	justify-content: center;
	margin-bottom: 16px;
}

.dr-ingredient-time {
	margin-inline: -24px;
}

.dr-ingredient-time .meta-wrap>div {
	padding-block: 2px;
	border: 1px solid #000;
	border-left: none;
	display: grid;
	text-align: center;
	flex: 1;
}

.dr-ingredient-time .meta-wrap>div:last-child {
	border-right: none;
}

.dr-ingredient-time-title {
	font-weight: 600;
	line-height: 1.71;
}

.dr-recipe-info-box {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	column-gap: 8px;
	line-height: 1.71;
	margin-bottom: 16px;
}

.dr-recipe-info-box a {
	color: inherit;
	text-decoration: none;
}

.dr-recipe-info-box a:hover {
	text-decoration: none;
	color: var(--wpd-font-color);
}

.dr-recipe-info-box b {
	color: var(--wpd-heading-font-color);
	font-weight: 600;
	margin-right: 4px;
}

/* common padding */
.dr-print-block-wrap,
.dr-print-instructions,
.dr-print-nutrition>*:not(.dr-print-cta),
.dr-ingredient-meta-wrap {
	padding-inline: 24px;
}

.dr-content-wrap {
	margin-bottom: 16px;
}

.dr-instructions h4 {
	font-weight: 600;
}

.dr-instructions ol li {
	margin-bottom: 16px;
}

.dr-instructions ol li img {
	margin-block: 12px;
}

.dr-instructions ol {
	list-style: none;
	counter-reset: instruction-number;
}

.dr-instructions ol li {
	counter-increment: instruction-number;

}

.dr-instructions ol li::before {
	content: counter(instruction-number);
	display: inline-flex;
	align-items: center;
	justify-content: center;
	background-color: var(--wpd-primary-color);
	color: var(--wpd-white-color);
	border-radius: 50%;
	width: 32px;
	height: 32px;
	margin-right: 8px;
	font-size: 1.14em;
	font-weight: 600;
	line-height: 1.625;
	margin-left: -40px;
}