/* 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: 1.944rem 2.22rem 1.444rem;
	border-bottom-left-radius: var(--radial-border);
	border-bottom-right-radius: var(--radial-border);
	background-color: transparent;
	margin-top: 0;
}

.patient-story figure.quote {
	margin-top: 3.333rem;
}

.system-entry.patient-story > .inline-items li {
    font-size: 1.056rem;
    font-weight: 400;
    align-items: center;
}

.system-entry.patient-story > .content-style:not([class*="mar-t"]) {
	margin-top: 3.333rem;
}

.system-entry.patient-story > .share {
	margin-top: 2.556rem;
}
/* End Patient Stories */
