@charset "UTF-8";

.wp-block-aioseo-recipe, .aioseo-recipe-block {
	display: flex;
	flex-direction: column;
	gap: 20px;
}

.wp-block-aioseo-recipe *, .aioseo-recipe-block * {
	box-sizing: border-box !important;
}

.wp-block-aioseo-recipe .aioseo-recipe-header-area, .aioseo-recipe-block .aioseo-recipe-header-area {
	display: flex;
	border-bottom: 1px solid #8c8f9a;
	padding-bottom: 24px;
	justify-content: center;
	gap: 40px;
}

@media (max-width: 767px) {
	.wp-block-aioseo-recipe .aioseo-recipe-header-area, .aioseo-recipe-block .aioseo-recipe-header-area {
		flex-direction: column;
	}
}

.wp-block-aioseo-recipe .aioseo-recipe-header-area div, .aioseo-recipe-block .aioseo-recipe-header-area div {
	flex: 1;
}

.wp-block-aioseo-recipe .aioseo-recipe-header-area div h2, .aioseo-recipe-block .aioseo-recipe-header-area div h2 {
	font-size: 32px;
	color: #2c324c;
	line-height: 125%;
	padding-bottom: 0;
	margin-bottom: 12px;
	font-weight: 700;
}

.wp-block-aioseo-recipe .aioseo-recipe-header-area div.aioseo-recipe-description p, .aioseo-recipe-block .aioseo-recipe-header-area div.aioseo-recipe-description p {
	white-space: pre-wrap;
	margin-block-start: 0px;
	margin-block-end: 0px;
	margin-inline-start: 0px;
	margin-inline-end: 0px;
	font-size: 16px;
	font-weight: 400;
	color: #434960;
	line-height: 125%;
}

.wp-block-aioseo-recipe .aioseo-recipe-header-area div.aioseo-recipe-description p:before, .wp-block-aioseo-recipe .aioseo-recipe-header-area div.aioseo-recipe-description p:after, .aioseo-recipe-block .aioseo-recipe-header-area div.aioseo-recipe-description p:before, .aioseo-recipe-block .aioseo-recipe-header-area div.aioseo-recipe-description p:after {
	font-size: 24px;
	color: #333;
}

.wp-block-aioseo-recipe .aioseo-recipe-header-area div.aioseo-recipe-description p:before, .aioseo-recipe-block .aioseo-recipe-header-area div.aioseo-recipe-description p:before {
	content: "“";
}

[dir=ltr] .wp-block-aioseo-recipe .aioseo-recipe-header-area div.aioseo-recipe-description p:before, [dir=ltr] .aioseo-recipe-block .aioseo-recipe-header-area div.aioseo-recipe-description p:before {
	margin-right: 4px;
}

[dir=rtl] .wp-block-aioseo-recipe .aioseo-recipe-header-area div.aioseo-recipe-description p:before, [dir=rtl] .aioseo-recipe-block .aioseo-recipe-header-area div.aioseo-recipe-description p:before {
	margin-left: 4px;
}

.wp-block-aioseo-recipe .aioseo-recipe-header-area div.aioseo-recipe-description p:after, .aioseo-recipe-block .aioseo-recipe-header-area div.aioseo-recipe-description p:after {
	content: "”";
}

[dir=ltr] .wp-block-aioseo-recipe .aioseo-recipe-header-area div.aioseo-recipe-description p:after, [dir=ltr] .aioseo-recipe-block .aioseo-recipe-header-area div.aioseo-recipe-description p:after {
	margin-left: 4px;
}

[dir=rtl] .wp-block-aioseo-recipe .aioseo-recipe-header-area div.aioseo-recipe-description p:after, [dir=rtl] .aioseo-recipe-block .aioseo-recipe-header-area div.aioseo-recipe-description p:after {
	margin-right: 4px;
}

.wp-block-aioseo-recipe .aioseo-recipe-general-info, .aioseo-recipe-block .aioseo-recipe-general-info {
	border-bottom: 1px solid #8c8f9a;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	font-size: 12px;
	gap: 16px;
	padding: 16px 0;
	text-transform: uppercase;
}

.wp-block-aioseo-recipe .aioseo-recipe-general-info__row, .aioseo-recipe-block .aioseo-recipe-general-info__row {
	display: flex;
	gap: 32px;
}

.wp-block-aioseo-recipe .aioseo-recipe-general-info__row-item, .aioseo-recipe-block .aioseo-recipe-general-info__row-item {
	font-weight: 700;
}

.wp-block-aioseo-recipe .aioseo-recipe-general-info__row-item span, .aioseo-recipe-block .aioseo-recipe-general-info__row-item span {
	color: #000;
}

.wp-block-aioseo-recipe .aioseo-recipe-general-info__row-item span.value, .aioseo-recipe-block .aioseo-recipe-general-info__row-item span.value {
	color: #434960;
}

[dir=ltr] .wp-block-aioseo-recipe .aioseo-recipe-general-info__row-item span.value, [dir=ltr] .aioseo-recipe-block .aioseo-recipe-general-info__row-item span.value {
	margin-left: 8px;
}

[dir=rtl] .wp-block-aioseo-recipe .aioseo-recipe-general-info__row-item span.value, [dir=rtl] .aioseo-recipe-block .aioseo-recipe-general-info__row-item span.value {
	margin-right: 8px;
}

.wp-block-aioseo-recipe .aioseo-recipe-tags, .aioseo-recipe-block .aioseo-recipe-tags {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}

.wp-block-aioseo-recipe .aioseo-recipe-tags span, .aioseo-recipe-block .aioseo-recipe-tags span {
	background-color: #d0d1d7;
	border-radius: 4px;
	padding: 8px 12px;
	font-size: 12px;
	font-weight: 700;
}

.wp-block-aioseo-recipe .aioseo-recipe-instructions, .wp-block-aioseo-recipe .aioseo-recipe-ingredients, .aioseo-recipe-block .aioseo-recipe-instructions, .aioseo-recipe-block .aioseo-recipe-ingredients {
	display: flex;
	flex-direction: column;
}

.wp-block-aioseo-recipe .aioseo-recipe-instructions h3, .wp-block-aioseo-recipe .aioseo-recipe-ingredients h3, .aioseo-recipe-block .aioseo-recipe-instructions h3, .aioseo-recipe-block .aioseo-recipe-ingredients h3 {
	color: #2c324c;
	font-size: 18px;
	font-weight: 700;
}

.wp-block-aioseo-recipe .aioseo-recipe-instructions ul, .wp-block-aioseo-recipe .aioseo-recipe-ingredients ul, .aioseo-recipe-block .aioseo-recipe-instructions ul, .aioseo-recipe-block .aioseo-recipe-ingredients ul {
	display: flex;
	flex-wrap: wrap;
	padding: 0;
	margin-bottom: 0;
}

[dir=ltr] .wp-block-aioseo-recipe .aioseo-recipe-instructions ul, [dir=ltr] .wp-block-aioseo-recipe .aioseo-recipe-ingredients ul, [dir=ltr] .aioseo-recipe-block .aioseo-recipe-instructions ul, [dir=ltr] .aioseo-recipe-block .aioseo-recipe-ingredients ul {
	margin-left: 16px;
}

[dir=rtl] .wp-block-aioseo-recipe .aioseo-recipe-instructions ul, [dir=rtl] .wp-block-aioseo-recipe .aioseo-recipe-ingredients ul, [dir=rtl] .aioseo-recipe-block .aioseo-recipe-instructions ul, [dir=rtl] .aioseo-recipe-block .aioseo-recipe-ingredients ul {
	margin-right: 16px;
}

.wp-block-aioseo-recipe .aioseo-recipe-instructions ul li, .wp-block-aioseo-recipe .aioseo-recipe-ingredients ul li, .aioseo-recipe-block .aioseo-recipe-instructions ul li, .aioseo-recipe-block .aioseo-recipe-ingredients ul li {
	width: 100%;
	font-size: 16px;
	font-weight: 400;
}

@media (min-width: 768px) {
	.wp-block-aioseo-recipe .aioseo-recipe-instructions ul li, .wp-block-aioseo-recipe .aioseo-recipe-ingredients ul li, .aioseo-recipe-block .aioseo-recipe-instructions ul li, .aioseo-recipe-block .aioseo-recipe-ingredients ul li {
		width: 50%;
	}
}

.wp-block-aioseo-recipe .aioseo-recipe-instructions ol, .wp-block-aioseo-recipe .aioseo-recipe-ingredients ol, .aioseo-recipe-block .aioseo-recipe-instructions ol, .aioseo-recipe-block .aioseo-recipe-ingredients ol {
	padding: 0;
	margin-bottom: 0;
}

[dir=ltr] .wp-block-aioseo-recipe .aioseo-recipe-instructions ol, [dir=ltr] .wp-block-aioseo-recipe .aioseo-recipe-ingredients ol, [dir=ltr] .aioseo-recipe-block .aioseo-recipe-instructions ol, [dir=ltr] .aioseo-recipe-block .aioseo-recipe-ingredients ol {
	margin-left: 16px;
}

[dir=rtl] .wp-block-aioseo-recipe .aioseo-recipe-instructions ol, [dir=rtl] .wp-block-aioseo-recipe .aioseo-recipe-ingredients ol, [dir=rtl] .aioseo-recipe-block .aioseo-recipe-instructions ol, [dir=rtl] .aioseo-recipe-block .aioseo-recipe-ingredients ol {
	margin-right: 16px;
}

.wp-block-aioseo-recipe .aioseo-recipe-instructions ol li, .wp-block-aioseo-recipe .aioseo-recipe-ingredients ol li, .aioseo-recipe-block .aioseo-recipe-instructions ol li, .aioseo-recipe-block .aioseo-recipe-ingredients ol li {
	font-size: 16px;
	font-weight: 400;
}

.wp-block-aioseo-recipe .aioseo-recipe-instructions ol li:not(:last-of-type), .wp-block-aioseo-recipe .aioseo-recipe-ingredients ol li:not(:last-of-type), .aioseo-recipe-block .aioseo-recipe-instructions ol li:not(:last-of-type), .aioseo-recipe-block .aioseo-recipe-ingredients ol li:not(:last-of-type) {
	margin-bottom: 20px;
}

.wp-block-aioseo-recipe .aioseo-recipe-instructions ol li h4, .wp-block-aioseo-recipe .aioseo-recipe-ingredients ol li h4, .aioseo-recipe-block .aioseo-recipe-instructions ol li h4, .aioseo-recipe-block .aioseo-recipe-ingredients ol li h4 {
	font-size: 16px;
	font-weight: 700;
	margin-bottom: 0;
}

.wp-block-aioseo-recipe .aioseo-recipe-instructions ol li p, .wp-block-aioseo-recipe .aioseo-recipe-ingredients ol li p, .aioseo-recipe-block .aioseo-recipe-instructions ol li p, .aioseo-recipe-block .aioseo-recipe-ingredients ol li p {
	margin-top: 0;
}

.wp-block-aioseo-recipe .aioseo-recipe-instructions ol li .instruction-title, .wp-block-aioseo-recipe .aioseo-recipe-ingredients ol li .instruction-title, .aioseo-recipe-block .aioseo-recipe-instructions ol li .instruction-title, .aioseo-recipe-block .aioseo-recipe-ingredients ol li .instruction-title {
	font-weight: 700;
	display: block;
}

.wp-block-aioseo-recipe .aioseo-recipe-reviews, .aioseo-recipe-block .aioseo-recipe-reviews {
	display: flex;
	flex-direction: column;
	gap: 8px;
}

@media (max-width: 767px) {
	.wp-block-aioseo-recipe .aioseo-recipe-reviews, .aioseo-recipe-block .aioseo-recipe-reviews {
		margin-top: 3rem;
	}
}

.wp-block-aioseo-recipe .aioseo-recipe-reviews .review, .aioseo-recipe-block .aioseo-recipe-reviews .review {
	margin: 10px 0;
}

.wp-block-aioseo-recipe .aioseo-recipe-reviews .review .content, .aioseo-recipe-block .aioseo-recipe-reviews .review .content {
	color: #434960;
}

.wp-block-aioseo-recipe .aioseo-recipe-reviews .review .content .headline, .aioseo-recipe-block .aioseo-recipe-reviews .review .content .headline {
	font-size: 16px;
	font-weight: 700;
	margin: 0 0 10px;
}

.wp-block-aioseo-recipe .aioseo-recipe-reviews .review .content .description, .aioseo-recipe-block .aioseo-recipe-reviews .review .content .description {
	font-size: 14px;
	margin: 0 0 10px;
}

.wp-block-aioseo-recipe .aioseo-recipe-reviews .review .author-rating, .aioseo-recipe-block .aioseo-recipe-reviews .review .author-rating {
	color: #434960;
	font-size: 14px;
	display: flex;
	justify-content: space-between;
	gap: 8px;
}

@media (max-width: 767px) {
	.wp-block-aioseo-recipe .aioseo-recipe-reviews .review .author-rating, .aioseo-recipe-block .aioseo-recipe-reviews .review .author-rating {
		flex-direction: column;
	}
}

.wp-block-aioseo-recipe .aioseo-recipe-reviews .review .author-rating .rating, .aioseo-recipe-block .aioseo-recipe-reviews .review .author-rating .rating {
	font-size: 20px;
}

.wp-block-aioseo-recipe .aioseo-recipe-reviews .review .author-rating .rating .filled, .aioseo-recipe-block .aioseo-recipe-reviews .review .author-rating .rating .filled {
	color: #ffc107;
}

.wp-block-aioseo-recipe .aioseo-recipe-reviews .review .author-rating .rating .empty, .aioseo-recipe-block .aioseo-recipe-reviews .review .author-rating .rating .empty {
	color: #d0d1d7;
}