blockquote {
	font-size: var(--wp--custom--quote--typography--font-size);
	font-style: var(--wp--custom--quote--typography--font-style);
	margin-top: var(--wp--style--block-gap);
	margin-bottom: var(--wp--style--block-gap);
	> p:last-of-type {
		margin-bottom: calc(var(--wp--style--block-gap) / 2);
	}

	[class*='citation'],
	cite {
		font-size: var(--wp--preset--font-size--normal);
		text-transform: none;
		font-style: italic;
	}
}
