.wp-block-wrd-testimonial__quote {
	font-size: 1.5rem;
	line-height: 1.5;
	font-weight: 400;

	background-image: linear-gradient(
		to top,
		var(--scaffold__color) 1px,
		transparent 1px,
		transparent 100%
	);
	background-size: 100% 1.5em;
	background-position: left -0.35em;
}

.wp-block-wrd-testimonial__quote > p:first-child::before {
	content: open-quote;
}

.wp-block-wrd-testimonial__quote > p:last-child::after {
	content: close-quote;
}

button[aria-pressed="true"] > .wp-block-wrd-testimonial__icon--false {
	display: none;
}

button[aria-pressed="false"] > .wp-block-wrd-testimonial__icon--true {
	display: none;
}

@media (min-width: 1024px) {
	.wp-block-wrd-testimonial__quote {
		font-size: 1.75rem;
	}
}
