.cc-recipe-editorial {
	line-height: 1.7;
	color: inherit;
}

/* Hide author and publish date on imported recipe posts */
body.single-recipe .entry-meta,
body.single-recipe .byline,
body.single-recipe .posted-on,
body.single-recipe .post-author-avatar,
body.single-recipe .author-row-1,
body.single-recipe .author-row-2 {
	display: none !important;
}

.cc-recipe-editorial h2,
.cc-recipe-editorial h3 {
	margin: 1.75rem 0 0.75rem;
}

.cc-recipe-editorial p {
	margin-bottom: 1rem;
}

.cc-recipe-editorial ul,
.cc-recipe-editorial ol {
	margin: 0 0 1.25rem 1.25rem;
}

.cc-recipe-editorial img {
	max-width: 100%;
	height: auto;
	border-radius: 8px;
}

.cc-recipe-editorial blockquote {
	margin: 1.5rem 0;
	padding: 1rem 1.25rem;
	border-left: 4px solid currentColor;
	opacity: 0.9;
}
