.block-find-recipes {
	border-radius: var(--wp--custom--border-radius--image);
	overflow: hidden;
}

.block-find-recipes.has-background,
.editor-styles-wrapper .block-find-recipes.has-background {
	padding: 0;
}

.block-find-recipes.has-background .block-find-recipes__content {
	padding: var(--wp--custom--layout--block-gap);
}

@media only screen and (min-width: 600px) {
	.block-find-recipes--has-image {
		display: grid;
		grid-template-columns: repeat( 2, minmax( 0, 1fr ) );
		align-items: center;
	}

	.block-find-recipes.has-background .block-find-recipes__content {
		padding-inline: var(--wp--custom--layout--block-gap-large);
	}

	.block-find-recipes__image,
	.block-find-recipes .avatar {
		height: 100%;
		object-fit: cover;
	}

	.block-area-sidebar .block-find-recipes--has-image {
		display: block;
	}

	.block-area-sidebar .block-find-recipes__image,
	.block-area-sidebar .block-find-recipes .avatar {
		height: auto;
		object-fit: fill;
	}
}
