.block-recipe-key {
	border: 1px solid var(--wp--preset--color--secondary);
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: var(--wp--custom--layout--block-gap);
	row-gap: 24px;
	text-align: center;
}

.block-recipe-key,
.wp-block-cwp-recipe-key {
	height: 100%;
}

.editor-styles-wrapper .block-recipe-key .cwp-recipe-key a {
	pointer-events: none;
}
