.block-cookbook {
	position: relative;
	align-items: center;
	isolation: isolate;
}

.block-cookbook::before {
	content: "";
	display: block;
	position: absolute;
	top: 12px;
	left: 12px;
	right: 12px;
	bottom: 12px;
	border: var(--wp--custom--border-width--tiny) solid var(--wp--preset--color--foreground);
	z-index: -1;
}

.block-cookbook.cwp-large,
.block-cookbook.cwp-large.has-background,
.editor-styles-wrapper .block-cookbook.has-background {
	padding: 24px;
}

.editor-styles-wrapper .wp-block-cwp-cookbook.has-background {
	padding: 0;
}

.block-cookbook .block-cookbook__inner,
.editor-styles-wrapper .block-cookbook .block-cookbook__inner {
	gap: var(--wp--custom--layout--block-gap-large);
}

.block-cookbook__image {
	flex-basis: 297px;
	flex-shrink: 0;
}

.block-cookbook__content {
	flex-grow: 1;
}

.block-cookbook__subtitle {
	font-weight: 900;
	letter-spacing: var(--wp--custom--typography--interface--letter-spacing);
	text-transform: var(--wp--custom--typography--interface--text-transform);
}
.block-cookbook__title {}

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

	.block-cookbook,
	.entry-content .block-cookbook,
	.block-area .block-cookbook {
		text-align: center;
		margin-inline-start: calc(-1 * var(--wp--custom--layout--padding));
		margin-inline-end: calc(-1 * var(--wp--custom--layout--padding));
	}

	.block-cookbook .block-cookbook__inner,
	.editor-styles-wrapper .block-cookbook .block-cookbook__inner {
		display: block;
	}

	.block-cookbook .block-cookbook__image,
	.editor-styles-wrapper .block-cookbook .block-cookbook__image {
		max-width: 200px;
		margin: 0 auto var(--wp--custom--layout--block-gap);
	}

	.block-cookbook__inner .wp-block-buttons {
		justify-content: center;
	}

}

@media only screen and (min-width: 768px) {

	.block-cookbook.cwp-large,
	.block-cookbook.cwp-large.has-background,
	.editor-styles-wrapper .block-cookbook.has-background {
		padding: 48px;
	}

	.block-cookbook::before {
		top: 24px;
		left: 24px;
		right: 24px;
		bottom: 24px;
	}
}

.block-area-sidebar .block-cookbook .block-cookbook__inner {
	display: block;
}

.block-area-sidebar .block-cookbook {
	text-align: center;
}

.block-area-sidebar .block-cookbook .wp-block-buttons {
	justify-content: center;
}

.block-area-sidebar .block-cookbook.has-background,
.block-area-sidebar .editor-styles-wrapper .block-cookbook.has-background {
	padding: 24px;
}

.block-area-sidebar .block-cookbook::before {
	top: 12px;
	bottom: 12px;
	left: 12px;
	right: 12px;
}

.block-area-sidebar .block-cookbook .block-cookbook__image {
	margin-block-end: var(--wp--custom--layout--block-gap);
}
