.block-cookbooks {}
.block-cookbooks__header {
	text-align: center;
}
.block-cookbooks__title,
.editor-styles-wrapper .block-cookbooks__title {
	font-family: var(--wp--preset--font-family--primary);
	font-size: 2.75rem;
	font-weight: 400;
	line-height: 2;
	letter-spacing: 0;
	margin-bottom: 1.5rem;
}

.block-cookbooks__inner {
	display: grid;
	gap: 1.5rem;
}

.block-cookbook {
	display: grid;
	grid-template-columns: 118px minmax(0, 1fr);
	gap: 1.5rem;
}

.block-cookbook__image img {
	width: 118px;
}

.block-cookbook__title {
	font-size: var(--wp--preset--font-size--small);
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.01em;
	line-height: var(--wp--custom--line-height--small);
	margin: 0 0 0.5rem;
}

.block-cookbook__content:first-child {
	grid-column: span 2;
}

.block-cookbook__content p:not(.block-cookbook__title) {
	font-size: var(--wp--preset--font-size--tiny);
	margin-top: 0;
}

@media only screen and (max-width: 767px) {
	.block-cookbooks {
		text-align: center;
	}
	.block-cookbook {
		grid-template-columns: 1fr;
	}
	.block-cookbook__image img {
		margin: 0 auto;
	}

	.block-cookbooks__title {
		font-size: 2.5rem;
	}
}

@media only screen and (min-width: 768px) {
	.block-cookbooks__inner {
		grid-template-columns: 1fr 1fr;
	}
}

@media only screen and (min-width: 992px) {
	.full-width-content .block-cookbooks,
	.full-width-content .editor-styles-wrapper .block-cookbooks {
		display: grid;
		grid-template-columns: 1fr 3fr;
		gap: 1.5rem;
	}

	.full-width-content .block-cookbooks__header,
	.full-width-content .editor-styles-wrapper .block-cookbooks__header {
		text-align: left;
	}
}
