.wp-block-quote.wp-block-quote:where(:not(.is-style-plain)) {
	padding-block-start: 5rem;
}

.wp-block-quote.wp-block-quote:where(:not(.is-style-plain))::after {
	content: "“";
	position: absolute;
	top: 1rem;
	left: 3.125rem;
	font-size: 6rem;
	font-family: 'Open Sans';
	font-weight: 400;
	line-height: 1;
	pointer-events: none;
}
