.block-cookbook-banner {
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: var(--wp--preset--font-size--small);
	text-align: center;
	min-height: 80px;
	position: relative;
	padding-left: 116px;
}

.entry-content {
	.block-cookbook-banner {
		margin-top: 32px;
		margin-bottom: 32px;
	}
}

.editor-styles-wrapper div.block-cookbook-banner.has-background {
	padding-left: 0;
}

.block-cookbook-banner p {
	margin: 0;
}

div.block-cookbook-banner.has-background {
	padding: 3px;
	padding-left: 116px;
}

.block-cookbook-banner__image {
	width: 100px;
	height: 100px;
	position: absolute;
	left: 16px;
	top: calc( 50% - 50px);
}

.block-cookbook-banner a {
	font-family: var(--wp--custom--typography--interface--font-family);
	font-size: var(--wp--custom--typography--interface--font-size);
	font-weight: 700;
	letter-spacing: var(--wp--custom--typography--interface--letter-spacing);
	line-height: var(--wp--custom--typography--interface--line-height);
	text-transform: uppercase;
}

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

	.block-cookbook-banner,
	div.block-cookbook-banner.has-background {
		padding-left: 64px;
	}

	.block-cookbook-banner__image {
		width: 62px;
		height: 62px;
		left: 0;
		top: calc( 50% - 31px );
	}
}
