.block-recipe-key.has-background {
	padding-inline: 24px;
}

.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 0 16px;
	text-align: center;
}

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

@media only screen and (max-width: 767px) {
}

@media only screen and (min-width: 768px) {
	body.full-width-content .block-recipe-key.has-background:not(.block-area-sidebar .block-recipe-key) {
		padding: 24px;
	}

	body.full-width-content .block-recipe-key:not(.block-area-sidebar .block-recipe-key) .block-recipe-key__inner {
		display: grid;
		grid-template-columns: max-content 1fr;
		gap: 16px;
		align-items: center;
	}

	body.full-width-content .block-recipe-key:not(.block-area-sidebar .block-recipe-key) .block-recipe-key__title {
		margin-bottom: 0;
	}

}
