.wp-block-quote cite {
	font-weight: 700;
	font-style: normal;
	text-transform: uppercase;
	padding-left: 1rem;
	position: relative;
}

.wp-block-quote cite::before {
	content: '~';
	color: currentColor;
	display: block;
	font-size: inherit;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
}
