.block-diet-key {
	background: var(--wp--preset--color--background);
	border: 3px solid var(--wp--preset--color--quinary);
	padding: 16px;
}

.block-diet-key__title {
	font-family: var(--wp--custom--typography--interface--font-family);
	font-size: var(--wp--preset--font-size--x-large);
	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);
	margin-top: 0;
	text-align: center;
}

@media only screen and (min-width: 768px) {
	.block-diet-key {
		padding: 24px;
	}

	.block-area-sidebar .block-diet-key {
		padding: 16px;
	}
}
