:root {
--recipe-width: 900px;
}

.roundhouse-recipe-blog {
	background: #eae7e1;
	max-width: 100%;
	width: 100%;
	margin: 0;
	padding: 80px 0;
}

.roundhouse-recipe-blog__inner {
	max-width: var(--recipe-width);
	width: 100%;
	margin: 0 auto;
	padding: 0;
	text-align: center;
}

.roundhouse-recipe-blog__grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 21px;
	margin-bottom: 32px;
	margin-top: 32px;
	margin-left: auto;
	margin-right: auto;
	max-width: var(--recipe-width);
	width: 100%;
}

.roundhouse-recipe-blog__item {
	min-width: 0;
}

.roundhouse-recipe-blog__media {
	overflow: hidden;
	width: 100%;
}

.roundhouse-recipe-blog__image {
	display: block;
	width: 100%!important;
	height: 100%!important;
	max-width: none!important;
	object-fit: cover;
}

.roundhouse-recipe-blog__content {
	padding-top: 24px;
	margin-left: auto;
	margin-right: auto;
	max-width: var(--recipe-width);
	text-align: center;
	width: 100%;
}

.roundhouse-recipe-blog__content h2 {
	margin-bottom: 10px;
}

.roundhouse-recipe-blog__content > *:first-child {
	margin-top: 0;
}

.roundhouse-recipe-blog__content > *:last-child {
	margin-bottom: 0;
}

.roundhouse-recipe-blog__content a {
	text-decoration: underline;
}

.roundhouse-recipe-blog__copyright {
	margin-left: auto;
	margin-right: auto;
	max-width: var(--recipe-width);
	padding-top: 24px;
	text-align: center;
	width: 100%;

	pre {
		font-family: var(--entry-content--font-family);
		font-size: 13px;
	}
}

.roundhouse-recipe-blog__caption {
	margin-top: 12px;
	text-align: center;
}

.roundhouse-recipe-blog__caption a {
	text-decoration: underline;
}

@media (max-width: 768px) {
	.roundhouse-recipe-blog__grid {
		grid-template-columns: 1fr;
	}

	.roundhouse-recipe-blog__media {
		aspect-ratio: 536 / 802;
	}
}
