.block-find-recipes-recipe-key {
	display: flex;
	flex-wrap: wrap;
	gap: 16px;
}

.block-find-recipes-recipe-key .block-find-recipes,
.editor-styles-wrapper .block-find-recipes-recipe-key .wp-block-cwp-find-recipes {
	flex-grow: 999;
	flex-basis: 736px;
}

.editor-styles-wrapper .block-find-recipes-recipe-key .wp-block-cwp-find-recipes {
	display: flex;
}

.block-find-recipes-recipe-key .block-find-recipes {
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.block-find-recipes-recipe-key .block-find-recipes > * {
	width: 100%;
}

.block-find-recipes-recipe-key .block-recipe-key,
.editor-styles-wrapper .block-find-recipes-recipe-key .wp-block-cwp-recipe-key {
	flex-grow: 1;
	min-width: 25%;
	flex-basis: 340px;
}

.editor-styles-wrapper .block-find-recipes-recipe-key .wp-block-cwp-recipe-key {
	display: flex;
}

.editor-styles-wrapper .block-find-recipes-recipe-key .cwp-large {
	margin-block-start: 0;
	margin-block-end: 0;
}

