.block-cookbook.has-background,
.editor-styles-wrapper .block-cookbook.has-background {
	padding-top: var(--wp--custom--layout--block-gap-large);
	padding-bottom: var(--wp--custom--layout--block-gap-large);
}

.block-cookbook.has-background.has-background-image {
	background-size: cover;
	background-position: center;
	padding-block: 48px;
}

.block-cookbook__image,
.editor-styles-wrapper .block-cookbook .block-cookbook__image {
	max-width: 336px;
	margin: 0 auto;
}

.block-cookbook__inner {
	background: var(--wp--preset--color--background);
	border: 1px solid var(--wp--preset--color--foreground);
	border-radius: var(--wp--custom--border-radius--tiny);
	padding: 40px;
}

body .block-cookbook .block-cookbook__inner.is-layout-flex {
	gap: 40px;
}

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

@media only screen and (max-width: 600px) {
	.block-cookbook .block-cookbook__inner {
		display: block;
	}
}

@media only screen and (min-width: 600px) {
	.block-cookbook.has-background,
	.editor-styles-wrapper .block-cookbook.has-background {
		padding: var(--wp--custom--layout--block-gap-large);
	}

	.block-cookbook.has-background.has-background-image {
		padding-block: 80px;
	}
}
