.block-hero-cookbook {
	max-width: 100% !important;
}

.full-width-content .editor-styles-wrapper .block-editor-block-list__layout.is-root-container .wp-block-cwp-hero-cookbook {
	max-width: 100% !important;
}

.block-hero-cookbook > div.alignfull {
	margin-inline: calc( var(--wp--custom--layout--padding) * -1 );
}

.block-hero-cookbook__tophat.alignfull.has-background {
	padding-block: 8px;
}

.block-hero-cookbook__tophat-inner {
	display: grid;
	grid-template-columns: 265px 1fr;
	align-items: center;
	column-gap: 32px;
	row-gap: 8px;

	font-size: var(--wp--preset--font-size--medium);
	font-weight: 600;
	line-height: var(--wp--custom--line-height--small);
}

.block-hero-cookbook__tophat-inner p {
	font-size: 18px;
	margin-top: 0;
}

@media (max-width: 768px) {
	.block-hero-cookbook__tophat-inner {
		grid-template-columns: 1fr;
	}

	.block-hero-cookbook__tophat-inner figure {
		width: 100%;
		max-width: 225px;
		margin-inline: auto;
	}

	.block-hero-cookbook__tophat-inner p {
		font-size: var(--wp--preset--font-size--tiny);
		text-align: center;
		line-height: var(--wp--custom--line-height--normal);
	}
}

.block-hero-cookbook__content.alignfull.has-background {
	padding-block: 8px;
}

.block-hero-cookbook__content-inner {
	display: grid;
	grid-template-columns: 450px 1fr;
	align-items: center;
	column-gap: 32px;
}

.block-hero-cookbook__content-inner .block-hero-cookbook__text .is-style-interface {
	font-weight: 300;
	line-height: var(--wp--custom--line-height--small);
	font-size: var(--wp--preset--font-size--small);
}

.block-hero-cookbook__content-inner .block-hero-cookbook__text .wp-block-heading {
	font-size: var(--wp--preset--font-size--gargantuan);
}

.block-hero-cookbook__content-inner .block-hero-cookbook__text .is-style-outline .wp-block-button__link::after {
	content: '→';
	margin-left: 4px;
}

@media (max-width: 768px) {
	.block-hero-cookbook__content-inner {
		grid-template-columns: 1fr;
		padding-bottom: 24px;
	}

	.block-hero-cookbook__content-inner .block-hero-cookbook__text > * {
		text-align: center;
	}

	.block-hero-cookbook__content-inner .block-hero-cookbook__text .wp-block-buttons {
		justify-content: center;
	}
}