.block-find-recipes {
	background: var(--wp--preset--color--quaternary);
	border-top: 4px solid var(--wp--preset--color--secondary);
	box-shadow: var(--wp--custom--box-shadow--2);
	padding: 20px 24px 24px;
}

.block-find-recipes .wp-block-group:not(:first-child) {
	border-top: 1px solid var(--wp--custom--color--neutral-400);
	padding-top: 24px;
	margin-top: 24px;
}

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

	.block-find-recipes {
		display: grid;
		grid-template-columns: repeat( 2, 1fr );
	}

	.block-find-recipes .wp-block-group:not(:first-child) {
		border-top: 0;
		border-left: 1px solid var(--wp--custom--color--neutral-400);
		padding-top: 0;
		margin-top: 0;
		padding-left: 40px;
		margin-left: 40px;
	}
}
