/* 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.778rem 2.222rem 1.222rem;
	border-bottom-left-radius: var(--radial-border);
	border-bottom-right-radius: var(--radial-border);
	background-color: var(--off-color);
	margin-top: 0;
}

.system-entry.patient-story > .inline-items li:not(:last-child) {
    margin-bottom: 0rem;
}

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

.system-entry.patient-story > .inline-items li {
    font-size: 1rem;
    font-weight: 400;
    align-items: center;
		line-height: 36px;
}

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

.system-entry.patient-story > .share {
	margin-top: 2.444rem;
}

.content-zone .patient-story.pstories-details .system-card {
	padding-bottom: 100%;
}
/* End Patient Stories */
