.block-cookbooks h2 {
	text-align: center;
	margin-bottom: 25px;
}

.block-cookbooks .cookbook {
	background: var(--wp--custom--color--light-blue-1);
}

.block-cookbooks h4 a {
	color: var(--wp--custom--color--purple);
	text-decoration: none;
}

.wprm-recipe .block-youtube-promo {
	margin: 0 -25px 25px;
}

@media only screen and (max-width: 899px) {

	.block-cookbooks .cookbook {
		padding: 0 22px 32px 22px;
		position: relative;
		text-align: center;
		margin-top: 32px;
	}

	.block-cookbooks .cookbook::before {
		background: white;
		content: '';
		display: block;
		width: 100%;
		height: 32px;
		top: 0;
		left: 0;
		position: absolute;
		z-index: 1;
	}

	.block-cookbooks .cookbook-content {
		position: relative;
		z-index: 2;
	}

	.block-cookbooks .cookbook-image {
		display: block;
		max-width: 140px;
		margin: 0 auto 16px;
		position: relative;
		z-index: 2;
	}
}

@media only screen and (min-width: 900px) {
	.block-cookbooks__inner {
		display: grid;
		grid-template-columns: repeat( 3, 1fr );
		grid-column-gap: 32px;
	}

	.content-sidebar .block-cookbooks__inner,
	.content .block-cookbooks__inner {
		grid-template-columns: 1fr;
		grid-row-gap: 16px;
	}

	.block-cookbooks .cookbook {
		padding: 16px 16px 16px 0;
		margin-left: 16px;
		display: grid;
		grid-template-columns: 120px 1fr;
		grid-column-gap: 16px;
		align-items: center;
	}

	.block-cookbooks .cookbook-image {
		display: block;
		margin-left: -36px;
	}
}
