.block-recipe-key {
	display: flex;
	flex-direction: column;
}

.block-recipe-key__inner {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 16px;
	height: 100%;
}



.block-recipe-key__title {
	font-family: var(--wp--custom--typography--heading--font-family);
	font-size: var(--wp--custom--typography--heading--font-size);
	font-weight: var(--wp--custom--typography--heading--font-weight);
	letter-spacing: var(--wp--custom--typography--heading--letter-spacing);
	line-height: var(--wp--custom--typography--heading--line-height);
	text-transform: var(--wp--custom--typography--heading--text-transform);
	margin: 0;
	text-align: center;
}

.block-recipe-key .block-recipe-key__title,
.block-recipe-key .cwp-recipe-key {
	gap: 16px;
	max-width: 300px;
	margin-inline-start: auto;
	margin-inline-end: auto;
	width: 100%;
}

.block-recipe-key .cwp-recipe-key__item {
	font-size: var(--wp--preset--font-size--small);
	font-weight: 700;
	letter-spacing: var(--wp--custom--letter-spacing--loose);
}

.block-recipe-key .cwp-recipe-key__label {
	display: inline-block;
	margin-block-start: 8px;
	font-family: var(--wp--custom--typography--interface--font-family);
	font-size: var(--wp--custom--typography--interface--font-size);
	font-weight: var(--wp--custom--typography--interface--font-weight);
	letter-spacing: var(--wp--custom--typography--interface--letter-spacing);
	line-height: var(--wp--custom--typography--interface--line-height);
	text-transform: var(--wp--custom--typography--interface--text-transform);
}

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