.block-cookbook {
	border: 3px solid var(--wp--preset--color--quinary);
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 16px;
}

.block-cookbook__image {
	flex-basis: 200px;
	flex-grow: 0;
	flex-shrink: 1;
}

.block-cookbook__image img {
	width: 100%;
}

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

@media only screen and (max-width: 767px) {
	.block-cookbook__image {
		flex-grow: 1;
	}

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

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

	.block-cookbook__image img {
		max-width: 150px;
		margin-inline: auto;
	}
}

.block-area-sidebar .block-cookbook__image {
	flex-grow: 1;
}

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

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

.block-area-sidebar .block-cookbook__image img {
	max-width: 150px;
	margin-inline: auto;
}
