/** Page-scoped refinements for the RLT Outcomes Study. */

.rlf-outcomes .rlf-outcomes__hero {
	text-align: center;
}

.rlf-outcomes .rlf-outcomes__hero-content {
	display: flex;
	flex-direction: column;
	align-items: center;
	width: min(100% - (2 * var(--rlf-gutter)), 960px);
	max-width: 960px;
	margin-inline: auto;
	text-align: center;
}

.rlf-outcomes .rlf-outcomes__hero-content h1 {
	max-width: 900px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}

.rlf-outcomes .rlf-outcomes__hero-content .rlf-outcomes__lead {
	max-width: 830px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}

.rlf-outcomes .rlf-outcomes__hero-content .rlf-outcomes__eyebrow,
.rlf-outcomes .rlf-outcomes__hero-content .rlf-outcomes__audience {
	align-self: center;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}

.rlf-outcomes__referrals {
	display: flex;
	justify-content: center;
	padding: clamp(44px, 5vw, 64px) 0;
	border-top: 1px solid var(--rlf-study-sand);
	border-bottom: 1px solid var(--rlf-study-sand);
	background: var(--rlf-study-white);
}

.rlf-outcomes__referrals .rlf-outcomes__wrap {
	display: flex;
	flex-direction: column;
	align-items: center;
	width: 100%;
	max-width: 980px;
	margin-right: auto;
	margin-left: auto;
}

.rlf-outcomes__graphic--wide {
	width: min(100%, 900px);
	max-width: 900px;
	margin-right: auto;
	margin-left: auto;
}

.rlf-outcomes__graphic--wide img {
	display: block;
	width: 100%;
	max-width: 100%;
	margin-right: auto;
	margin-left: auto;
}

.rlf-outcomes__section--experience {
	background: var(--rlf-study-sand);
}

.rlf-outcomes__section--participation {
	background: var(--rlf-study-cream);
}

.rlf-outcomes__section--participation .rlf-outcomes__eligibility {
	border: 1px solid var(--rlf-study-sand);
	background: var(--rlf-study-white);
}

.rlf-outcomes__section--resources {
	background: var(--rlf-study-sand);
	color: var(--rlf-study-ink);
}

.rlf-outcomes__section--resources h2,
.rlf-outcomes__section--resources p {
	color: inherit;
}

.rlf-outcomes__section--resources .rlf-outcomes__resources a {
	border-color: var(--rlf-study-white);
}

.rlf-outcomes__faq {
	background: var(--rlf-study-white);
}

.rlf-outcomes__intro--centered {
	max-width: 780px;
	margin: 0 auto 42px;
	text-align: center;
}

.rlf-outcomes__intro--centered p {
	max-width: 720px;
	margin-inline: auto;
}

.rlf-outcomes__faq .rlf-outcomes__faqs {
	max-width: 900px;
	margin: 0 auto;
}

.rlf-outcomes__faq .rlf-outcomes__faqs summary::after {
	color: var(--rlf-study-wine);
}

.rlf-outcomes__faq .rlf-outcomes__faqs details p {
	max-width: 760px;
	margin: 0;
	padding: 0 46px 24px 0;
}

@media (max-width: 600px) {
	.rlf-outcomes__referrals {
		padding: 36px 0;
	}

	.rlf-outcomes__intro--centered {
		margin-bottom: 30px;
	}
}
