<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* Patient Stories */
.patient-story figure.story-edit, .patient-story figure.quote {
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
}

.patient-story p.quote {
	padding: 2em 2.22em;
	border-bottom-left-radius: var(--radial-border);
	border-bottom-right-radius: var(--radial-border);
	background-color: var(--off-color);
	margin-top: 0;
}
/* End Patient Stories */
</pre></body></html>