.block-find-recipe > *,
.block-find-recipe.alignfull:not(.is-layout-constrained) > *,
.editor-styles-wrapper .block-find-recipe > *,
.editor-styles-wrapper .block-find-recipe.alignfull:not(.is-layout-constrained) > * {
	max-width: var(--wp--custom--layout--content);
	margin-inline-start: auto;
	margin-inline-end: auto;
}

.block-find-recipe :where(.wp-block-search__button-inside .wp-block-search__inside-wrapper),
.editor-styles-wrapper .block-find-recipe :where(.wp-block-search__button-inside .wp-block-search__inside-wrapper) {
	border-color: transparent;
}

.block-find-recipe :where(.wp-block-search__button-inside) .wp-block-search__button,
.editor-styles-wrapper .block-find-recipe :where(.wp-block-search__button-inside) .wp-block-search__button {
	background-color: transparent;
	color: var(--wp--preset--color--foreground);
}

.block-find-recipe > * {
	margin-block-start: 0;
	margin-block-end: 0;
}

.block-find-recipe > * + * {
	margin-block-start: var(--wp--custom--layout--block-gap);
}
