.block-recipe-key {}

.block-recipe-key.has-background,
.editor-styles-wrapper .block-recipe-key.has-background {
	padding: 24px;
}

.block-recipe-key__header {
	text-align: center;
}

.block-recipe-key__title {
	line-height: var(--wp--custom--line-height--normal);
}

.block-recipe-key .cwp-recipe-key--list,
.editor-styles-wrapper .block-recipe-key .cwp-recipe-key--list {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	justify-content: center;
}

.block-recipe-key .cwp-recipe-key--list > a {
	flex-basis: 100px;
	flex-grow: 1;
	line-height: var(--wp--custom--line-height--small);
}

.block-recipe-key .cwp-recipe-key--list a:where(:focus, :hover) .cwp-recipe-key__label {
	text-decoration: underline;
}

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

.block-area-sidebar .block-recipe-key .cwp-recipe-key--list > a {
	flex-basis: 88px;
}
