/*  Snap recipe card styles.  */

.tasty-recipes-image {
	max-height: 650px;
	display: flex;
	align-items: center;
	overflow: hidden;
	margin-bottom: -30px;
	z-index: 1;
}

.tasty-recipes-image img {
	object-fit: cover;
	width: 100%;
}

.tasty-recipes-entry-header {
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: center;
	background-color: #fff;
	border: 1px solid #dadada;
	border-bottom: 0;
	border-top-left-radius: 30px;
	border-top-right-radius: 30px;
	padding: 1.25em;
	z-index: 2;
}

.tasty-recipes-entry-header .tasty-recipes-title {
	font-size: 2em;
	margin: 0.313em 0;
	text-align: center;
}

.tasty-recipes-rating-solid,
.tasty-recipes-rating-outline {
	width: 1.5em;
}

.tasty-recipes-rating a {
	text-decoration: none;
}

.tasty-recipes-entry-header .tasty-recipes-rating {
	text-align: center;
	color: #000;
	color: var(--tr-star-color, #000);
	line-height: 1em;
}

.tasty-recipes-entry-header .tasty-recipes-rating p {
	margin: 0;
}

.tasty-recipes-entry-header .tasty-recipes-rating .rating-label,
.tasty-recipes-rating-link .rating-label {
	font-style: italic;
	font-size: 0.75em;
}

.tasty-recipes-entry-header .tasty-recipes-buttons {
	display: flex;
	margin-top: 1em;
	margin-bottom: 1em;
}

.tasty-recipes-entry-header .tasty-recipes-button-wrap {
	box-sizing: border-box;
}

.tasty-recipes-print-button {
	margin-right: 1.25em;
}

.tasty-recipes-quick-links a.button,
.tasty-recipes a.button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	background-color: #000;
	background-color: var(--tr-button-color, #000);
	color: #fff;
	color: var(--tr-button-text-color, #fff);
	border-color: var(--tr-button-color, #000);
	font-size: 0.813em;
	padding-left: 1em;
	padding-right: 1em;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
	letter-spacing: 0.5px;
	white-space: nowrap;
}

.tasty-recipes-quick-links a.button{
	display: inline-block;
}

body.foodie-pro .tasty-recipes-quick-links a.button:hover,
body.foodie-pro .tasty-recipes a.button:hover {
	box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 1) inset;
	color: #000;
	background-color: #fff;
}

.tasty-recipes-entry-header .tasty-recipes-buttons .svg-print,
.tasty-recipes-entry-header .tasty-recipes-buttons .svg-pinterest,
.tasty-recipes-entry-header .tasty-recipes-buttons .svg-heart-regular,
.tasty-recipes-entry-header .tasty-recipes-buttons .svg-heart-solid {
	height: 1.25em;
	margin-right: 0.375em;
	margin-bottom: 0;
	background: none;
	display: inline-block;
	box-shadow: none;
	vertical-align: middle;
}

.tasty-recipes-entry-header .tasty-recipes-description-body {
	font-size: 0.938em;
	font-style: italic;
	line-height: 1.5em;
}

.tasty-recipes-entry-header .tasty-recipes-description-body p:first-of-type {
	margin: 0;
}

.tasty-recipes-entry-header .tasty-recipes-description-body p {
	margin: 1em 0;
}

.tasty-recipes-entry-header .tasty-recipes-details {
	font-size: 0.875em;
	margin-top: 0.875em;
}

.tasty-recipes-entry-header .tasty-recipes-details .tasty-recipes-label {
	font-weight: bold;
}

.tasty-recipes-entry-header .tasty-recipes-details ul {
	list-style-type: none;
	margin: 0;
}

.tasty-recipes-entry-header .tasty-recipes-details ul li {
	display: inline-block;
	margin-left: 0.5em;
	margin-right: 0.5em;
	font-size: 1em;
	line-height: 1em;
}

.tasty-recipes-details ul li:before,
.tasty-recipes-other-details ul li:before {
	content: unset;
}

.tasty-recipes-entry-header .tasty-recipes-details .detail-icon {
	height: 1em;
	margin-top: 0;
	vertical-align: bottom;
	display: inline-block;
}

@media only screen and (max-width: 520px) {
	.tasty-recipes-entry-header .tasty-recipes-details .detail-icon {
		height: 0.8em;
	}
	.tasty-recipes-entry-header .tasty-recipes-details ul li {
		font-size: 0.875em;
		line-height: 1.75em;
	}
}

label[for="tasty-recipes-video-toggle"] {
	font-size: 0.75rem;
	color: #000;
	color: var(--tr-h3-color, #000);
}

button[name="tasty-recipes-video-toggle"] {
	border: #000000;
	border-color: var(--tr-button-color, #000);
	background: #000000;
	background: var(--tr-button-color, #000);
}

button[name="tasty-recipes-video-toggle"][aria-checked="false"] :last-child,
button[name="tasty-recipes-video-toggle"][aria-checked="true"] :first-child {
	color: #000;
	color: var(--tr-button-color, #000);
}

.tasty-recipes-entry-content .tasty-recipes-ingredients,
.tasty-recipes-entry-content .tasty-recipes-instructions,
.tasty-recipes-entry-content .tasty-recipes-equipment{
	background-color: #fff;
	border-top: 1px solid #dadada;
	padding: 1.25em;
}

.tasty-recipes-entry-content .tasty-recipes-ingredients-header,
.tasty-recipes-entry-content .tasty-recipes-instructions-header,
.tasty-recipes-entry-content .tasty-recipes-notes h3,
.tasty-recipes-entry-content .tasty-recipes-nutrition h3,
.tasty-recipes-entry-content .tasty-recipes-equipment h3 {
	margin: 0;
}

.tasty-recipes-entry-content .tasty-recipes-ingredients-header h3,
.tasty-recipes-entry-content .tasty-recipes-instructions-header h3,
.tasty-recipes-entry-content .tasty-recipes-notes h3,
.tasty-recipes-entry-content .tasty-recipes-nutrition h3,
.tasty-recipes-entry-content .tasty-recipes-equipment h3 {
	text-transform: uppercase;
	margin-bottom: 1em;
	font-size: 1.25em;
}

.tasty-recipes-entry-content .tasty-recipes-ingredients h4,
.tasty-recipes-entry-content .tasty-recipes-ingredients p,
.tasty-recipes-entry-content .tasty-recipes-instructions h4,
.tasty-recipes-entry-content .tasty-recipes-instructions p {
	margin: 1.25em 0;
}

.tasty-recipes-entry-content .tasty-recipes-ingredients h4:first-child,
.tasty-recipes-entry-content .tasty-recipes-ingredients p:first-child,
.tasty-recipes-entry-content .tasty-recipes-instructions h4:first-child,
.tasty-recipes-entry-content .tasty-recipes-instructions p:first-child {
	margin-top: 0;
}

.tasty-recipes-entry-content .tasty-recipes-ingredients ul,
.tasty-recipes-entry-content .tasty-recipes-instructions ul,
.tasty-recipes-entry-header .tasty-recipes-description-body ul {
	list-style-type: none;
	margin: 0 1.25em;
	margin-bottom: 0.625em;
	padding: 0;
}

.tasty-recipes-entry-content .tasty-recipes-instructions p {
	margin: 0 1.75em;
	margin-bottom: 0.625em;
}

.tasty-recipes-entry-content .tasty-recipes-ingredients p,
.tasty-recipes-entry-content .tasty-recipes-instructions p,
.tasty-recipes-entry-content .tasty-recipes-ingredients ul li,
.tasty-recipes-entry-content .tasty-recipes-instructions ul li,
.tasty-recipes-entry-content .tasty-recipes-ingredients ol li,
.tasty-recipes-entry-content .tasty-recipes-instructions ol li {
	font-size: 0.875em;
}

.tasty-recipes-entry-content .tasty-recipes-ingredients ul li,
.tasty-recipes-entry-content .tasty-recipes-instructions ul li,
.tasty-recipes-entry-header .tasty-recipes-description-body ul li {
	margin-bottom: 0.625em;
	list-style-type: none;
	position: relative;
	margin-left: 2em;
	line-height: 1.46em;
}

.tasty-recipes-entry-content .tasty-recipes-ingredients ul li:before,
.tasty-recipes-entry-content .tasty-recipes-instructions ul li:before,
.tasty-recipes-entry-header .tasty-recipes-description-body ul li:before {
	border-radius: 50%;
	height: 0.5em;
	width: 0.5em;
	display: block;
	content: "\2022";
	left: -1.5em;
	position: absolute;
}

.tasty-recipes-entry-content .tasty-recipes-ingredients ol,
.tasty-recipes-entry-content .tasty-recipes-instructions ol,
.tasty-recipes-entry-header .tasty-recipes-description-body ol {
	counter-reset: li;
	margin: 0 1.25em;
	padding: 0;
	margin-bottom: 0.625em;
}

.tasty-recipes-entry-content .tasty-recipes-ingredients ol > li,
.tasty-recipes-entry-content .tasty-recipes-instructions ol > li,
.tasty-recipes-entry-header .tasty-recipes-description-body ol > li {
	list-style-type: none;
	position: relative;
	margin-bottom: 1em;
	margin-left: 2em;
	line-height: 1.46;
}

.tasty-recipes-entry-content .tasty-recipes-ingredients ol > li:before,
.tasty-recipes-entry-content .tasty-recipes-instructions ol > li:before,
.tasty-recipes-entry-header .tasty-recipes-description-body ol > li:before {
	content: counter(li);
	counter-increment: li;
	position: absolute;
	background-color: #000;
	border-radius: 50%;
	height: 1.75em;
	width: 1.75em;
	color: #fff;
	left: -2em;
	top: 0;
	transform: translateX(-50%);
	font-size: 0.85em;
	display: flex;
	justify-content: center;
	align-content: center;
	flex-wrap: nowrap;
	font-variant-numeric: lining-nums;
	align-items: center;
	flex-direction: row;
}

.tasty-recipes-entry-content .tasty-recipes-ingredients li li,
.tasty-recipes-entry-content .tasty-recipes-instructions li li {
	margin-top: 0.625em;
}

.tasty-recipes-entry-content .tasty-recipes-ingredients li ul,
.tasty-recipes-entry-content .tasty-recipes-ingredients li ol,
.tasty-recipes-entry-content .tasty-recipes-instructions li ul,
.tasty-recipes-entry-content .tasty-recipes-instructions li ol {
	margin-bottom: 0;
}

@media only screen and (max-width: 520px) {
	.tasty-recipes-entry-content .tasty-recipes-ingredients ol,
	.tasty-recipes-entry-content .tasty-recipes-instructions ol {
		margin-left: 0;
	}
}

/* Equipments section */
.tasty-recipes-entry-content .tasty-recipes-equipment .tasty-link-card {
	padding: 0em 0rem 1rem;
}

.tasty-recipes-entry-content
	.tasty-recipes-equipment
	.tasty-link-card
	.tasty-link {
	font-weight: 500;
}

/* Notes section */
.tasty-recipes-entry-content .tasty-recipes-notes {
	background-color: #edf0f2;
	padding: 1.25em;
}

.tasty-recipes-entry-content .tasty-recipes-notes h3 {
	margin-top: 0;
}

.tasty-recipes-entry-content .tasty-recipes-notes-body {
	margin: 0 1.25em;
}

.tasty-recipes-entry-content .tasty-recipes-notes ol {
	counter-reset: li;
	margin-left: 0;
	padding: 0;
	margin-bottom: 0.625em;
	padding: 0.625em 1.5em 0.625em 0em;
	background-color: #fff;
	border-radius: 5px;
}

.tasty-recipes-entry-content .tasty-recipes-notes ol li {
	padding-left: 2.25em;
	position: relative;
	margin-bottom: 0.625em;
	margin-left: 0;
	list-style-type: none;
	font-size: 0.875em;
	line-height: 1.46em;
}

.tasty-recipes-entry-content .tasty-recipes-notes p {
	padding: 0.625em 1.5em 0em 2.25em;
	margin: 0 auto;
	background-color: #fff;
	position: relative;
	margin-left: 0;
	list-style-type: none;
	font-size: 0.875em;
	line-height: 1.46em;
}

.tasty-recipes-print .tasty-recipes-entry-content .tasty-recipes-notes p {
	margin-bottom: 0.625em;
}

.tasty-recipes-entry-content .tasty-recipes-notes p:first-of-type {
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}

.tasty-recipes-entry-content .tasty-recipes-notes p:last-of-type {
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
	padding-bottom: 0.625em;
	margin-bottom: 0.625em;
}

.tasty-recipes-entry-content .tasty-recipes-notes ul {
	margin-left: 0;
	padding: 0;
	margin-bottom: 0;
	padding: 0.625em 1.5em 0.625em 0em;
	background-color: #fff;
	border-radius: 5px;
}

.tasty-recipes-entry-content .tasty-recipes-notes ul li {
	position: relative;
	padding-left: 2.25em;
	margin-bottom: 0.625em;
	margin-left: 0;
	list-style-type: none;
	font-size: 0.875em;
	line-height: 1.46em;
}

.tasty-recipes-entry-content .tasty-recipes-notes ol li:last-child,
.tasty-recipes-entry-content .tasty-recipes-notes ul li:last-child {
	margin-bottom: 0;
}

.tasty-recipes-entry-content .tasty-recipes-notes ul li:before {
	content: "\2022";
	display: block;
	position: absolute;
	left: 1.25em;
	transform: translateX(-50%);
}

.tasty-recipes-entry-content .tasty-recipes-notes ol > li:before {
	content: counter(li) ".";
	counter-increment: li;
	position: absolute;
	left: 1.25em;
	transform: translateX(-50%);
	text-align: center;
}

/* Nutrifox - nutrition */
.tasty-recipes-entry-content .tasty-recipes-nutrifox {
	display: flex;
}

.tasty-recipes-entry-content .tasty-recipes-nutrition {
	padding: 1.25em;
	background-color: #fff;
}

.tasty-recipes-entry-content .tasty-recipes-nutrition ul {
	font-size: 0.75em;
}

/* Keywords */
.tasty-recipes-entry-content .tasty-recipes-keywords {
	background-color: #edf0f2;
	text-align: center;
	font-size: 0.75em;
	padding: 1.25em 2.5em;
}

.tasty-recipes-entry-content .tasty-recipes-keywords .tasty-recipes-label {
	font-weight: bold;
}

.tasty-recipes-entry-content .tasty-recipes-keywords p {
	margin: 0;
}

/* Other Details */
.tasty-recipes-other-details {
	background-color: #edf0f2;
	padding: 0 1.25em 1.25em;
}

.tasty-recipes-entry-content .tasty-recipes-other-details ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	font-size: 0.75em;
	list-style: none;
	margin: 0;
	padding-left: 0px;
}

.tasty-recipes-other-details ul li {
	margin: 0 0.5rem;
	list-style: none;
}

.tasty-recipes-other-details ul li,
.tasty-recipes-entry-content .tasty-recipes-other-details ul li {
	font-size: 1em;
	line-height: 2.5em;
}

.tasty-recipes-entry-content {
	border-right: 1px solid #dadada;
	border-left: 1px solid #dadada;
	display: flex;
	flex-direction: column;
}

.tasty-recipes-entry-content
	.tasty-recipes-other-details
	ul
	li
	.tasty-recipes-label {
	font-style: italic;
}

.tasty-recipes-other-details .detail-icon,
.tasty-recipes-entry-content .tasty-recipes-other-details .detail-icon {
	vertical-align: top;
	margin-right: 0.2em;
	display: inline-block;
	height: 1em;
	margin-top: 0.8em;
}

@media only screen and (max-width: 520px) {
	.tasty-recipes-other-details .detail-icon,
	.tasty-recipes-entry-content .tasty-recipes-other-details .detail-icon {
		height: 0.8em;
		margin-top: 0.4em;
	}

	.tasty-recipes-other-details ul li,
	.tasty-recipes-entry-content .tasty-recipes-other-details ul li {
		font-size: 0.875em;
		line-height: 1.75em;
	}
}

.tasty-recipes-entry-footer {
	background-color: #000;
	background-color: var(--tr-primary-color, #000);
	margin-bottom: 1.25em;
}

@media only screen and (max-width: 520px) {
	.tasty-recipes-entry-content .tasty-recipes-ingredients ol > li:before,
	.tasty-recipes-entry-content .tasty-recipes-instructions ol > li:before,
	.tasty-recipes-entry-header .tasty-recipes-description-body ol > li:before {
		height: 1.5em;
		width: 1.5em;
		top: 0.25em;
		font-size: 0.685em;
	}
	.tasty-recipes-entry-content .tasty-recipes-ingredients ul li:before,
	.tasty-recipes-entry-content .tasty-recipes-instructions ul li:before,
	.tasty-recipes-entry-header .tasty-recipes-description-body ul li:before {
		left: -1.25em;
	}

	.tasty-recipes-entry-content .tasty-recipes-notes-body {
		margin: 0;
	}
	.tasty-recipes-entry-content .tasty-recipes-ingredients ul li,
	.tasty-recipes-entry-content .tasty-recipes-instructions ul li,
	.tasty-recipes-entry-header .tasty-recipes-description-body ul li {
		margin-left: 0;
	}
	.tasty-recipes-entry-content .tasty-recipes-ingredients ol > li,
	.tasty-recipes-entry-content .tasty-recipes-instructions ol > li,
	.tasty-recipes-entry-header .tasty-recipes-description-body ol > li {
		margin-left: 1.65em;
	}
	.tasty-recipes-entry-content .tasty-recipes-ingredients ol > li:before,
	.tasty-recipes-entry-content .tasty-recipes-instructions ol > li:before,
	.tasty-recipes-entry-header .tasty-recipes-description-body ol > li:before {
		left: -1.65em;
	}
}

@media only screen and (max-width: 428px) {
	.tasty-recipes-instructions-header {
		flex-direction: column;
	}
	.tasty-recipes-entry-content .tasty-recipes-instructions-header h3 {
		margin-bottom: 0.25em;
	}
	.tasty-recipes-video-toggle-container {
		margin-bottom: 1em;
	}
}

.tasty-recipe-responsive-iframe-container {
	margin: 0px;
}

/* Print card */

@media print {
	.tasty-recipes-print-view .tasty-recipes {
		margin: 0;
	}
}

body.tasty-recipes-print-view {
	font-size: 0.75em;
	background-color: #fff;
	line-height: 1.25em;
}

.tasty-recipes-print-view .tasty-recipes {
	padding: 0;
	border: 1px solid #dadada;
}

.tasty-recipes-print-view .tasty-recipes-entry-content,
.tasty-recipes-print-view .tasty-recipes-entry-header {
	border-radius: 0;
	border: none;
}

/* Fix page break in Safari */
.tasty-recipes-print-view .tasty-recipes-entry-content {
	display: block;
}

.tasty-recipes-print-view .tasty-recipes-image {
	max-height: 160px;
	margin-bottom: 30px;
}

.tasty-recipes-print-view
	.tasty-recipes-entry-content
	.tasty-recipes-ingredients
	ul,
.tasty-recipes-print-view
	.tasty-recipes-entry-content
	.tasty-recipes-instructions
	ul,
.tasty-recipes-print-view
	.tasty-recipes-entry-header
	.tasty-recipes-description-body
	ul {
	margin: 0;
}

.tasty-recipes-print-view
	.tasty-recipes-entry-content
	.tasty-recipes-ingredients
	ul
	li,
.tasty-recipes-print-view
	.tasty-recipes-entry-content
	.tasty-recipes-instructions
	ul
	li,
.tasty-recipes-print-view
	.tasty-recipes-entry-header
	.tasty-recipes-description-body
	ul
	li {
	margin-bottom: 0.25em;
	margin-left: 1.5em;
	line-height: 1.25em;
}

.tasty-recipes-print-view
	.tasty-recipes-entry-content
	.tasty-recipes-ingredients
	ol
	> li,
.tasty-recipes-print-view
	.tasty-recipes-entry-content
	.tasty-recipes-instructions
	ol
	> li,
.tasty-recipes-print-view
	.tasty-recipes-entry-header
	.tasty-recipes-description-body
	ol
	> li {
	margin-bottom: 0.75em;
	margin-left: 0.6em;
	line-height: 1.25;
}

.tasty-recipes-print-view
	.tasty-recipes-entry-content
	.tasty-recipes-notes-body {
	margin: 0;
}

.tasty-recipes-print-view
	.tasty-recipes-entry-content
	.tasty-recipes-instructions
	p {
	margin-left: 2em;
}

.tasty-recipes-print-view .tasty-recipes-entry-content .tasty-recipes-notes p,
.tasty-recipes-print-view .tasty-recipes-entry-content
	.tasty-recipes-notes ul li,
.tasty-recipes-print-view .tasty-recipes-entry-content
	.tasty-recipes-notes ol li {
	padding: 0;
}

.tasty-recipes-print-view
	.tasty-recipes-entry-content
	.tasty-recipes-notes
	ol
	> li:before {
	left: 0.5em;
}

.tasty-recipes-print-view
	.tasty-recipes-entry-content
	.tasty-recipes-notes
	p:before,
.tasty-recipes-print-view
	.tasty-recipes-entry-content
	.tasty-recipes-notes
	ul
	li:before {
	left: 0.25em;
}

.tasty-recipes-print-view .tasty-recipes-other-details {
	padding: 0;
}

.tasty-recipes-print-view
	.tasty-recipes-entry-content
	.tasty-recipes-other-details
	ul {
	justify-content: flex-start;
	padding: 1.25em;
	padding-top: 0;
}

.tasty-recipes-print-view .tasty-recipe-video-embed,
.tasty-recipes-print
	.tasty-recipes-entry-header
	.tasty-recipes-details
	.detail-icon {
	display: none;
}

.tasty-recipes-print .tasty-recipes-entry-header .tasty-recipes-details ul {
	padding-left: 0;
}
.tasty-recipes-print .tasty-recipes-entry-header .tasty-recipes-details {
	margin-top: 0.5em;
}

.tasty-recipes-print .tasty-recipes-entry-header .tasty-recipes-title {
	margin-bottom: 0.5em;
}

.tasty-recipes-print .tasty-recipes-source-link {
	text-align: center;
}

.tasty-recipes-print
	.tasty-recipes-entry-header
	.tasty-recipes-description-body
	p:first-of-type {
	margin-top: 0.5em;
}
