.outreach-page {
	max-width: 58rem;
	margin: 0 auto;
	padding: 5em 0 4em;
}

.outreach-header {
	padding-bottom: 2.5rem;
}

.outreach-kicker {
	color: #f56a6a;
	font-size: 0.8rem;
	font-weight: 700;
	letter-spacing: 0.12em;
	margin-bottom: 0.75rem;
	text-transform: uppercase;
}

.outreach-header h1 {
	font-size: 3.25rem;
	line-height: 1.12;
	margin-bottom: 1.25rem;
}

.outreach-standfirst {
	color: #4c4e50;
	font-family: "Roboto Slab", serif;
	font-size: 1.3rem;
	line-height: 1.65;
	margin-bottom: 1.5rem;
	max-width: 48rem;
}

.outreach-meta {
	align-items: center;
	color: #7f888f;
	display: flex;
	flex-wrap: wrap;
	font-size: 0.9rem;
	gap: 0.35rem 0.75rem;
	list-style: none;
	margin: 0 0 1.75rem;
	padding: 0;
}

.outreach-meta li {
	margin: 0;
	padding: 0;
}

.outreach-meta li + li::before {
	color: #c7c9ca;
	content: "•";
	margin-right: 0.75rem;
}

.translation-note {
	background: #f7f7f7;
	border-left: solid 4px #f56a6a;
	border-radius: 0 0.375rem 0.375rem 0;
	margin: 0 0 3rem;
	padding: 1.2rem 1.4rem;
}

.translation-note p {
	margin: 0;
}

.outreach-section {
	border-top: solid 1px rgba(210, 215, 217, 0.75);
	padding: 2.75rem 0 0.5rem;
}

.outreach-section h2 {
	font-size: 1.7rem;
	line-height: 1.35;
	margin-bottom: 1.5rem;
}

.outreach-section.question h2 {
	font-size: 1.45rem;
	line-height: 1.45;
}

.outreach-section p,
.outreach-section li {
	font-size: 1.05rem;
	line-height: 1.85;
}

.outreach-section ul {
	margin-bottom: 2rem;
}

.outreach-section li {
	margin-bottom: 0.45rem;
}

.outreach-section q {
	quotes: "“" "”" "‘" "’";
}

.outreach-section q::before {
	content: open-quote;
}

.outreach-section q::after {
	content: close-quote;
}

.formula {
	white-space: nowrap;
}

.display-formula {
	font-family: "Roboto Slab", serif;
	font-size: 1.1rem;
	overflow-x: auto;
	padding: 0.5rem 0 1.5rem;
	text-align: center;
	white-space: nowrap;
}

.theorem {
	border-left: solid 4px #f56a6a;
	color: #4c4e50;
	font-family: "Roboto Slab", serif;
	font-size: 1.08rem;
	font-style: normal;
	line-height: 1.75;
	margin: 2rem 0;
	padding: 0.25rem 0 0.25rem 1.5rem;
}

.outreach-source {
	background: #f7f7f7;
	border-radius: 0.375rem;
	margin-top: 2rem;
	padding: 1.5rem;
}

.outreach-source h2 {
	font-size: 1.2rem;
	margin-bottom: 0.65rem;
}

.outreach-source p:last-child {
	margin-bottom: 0;
}

@media screen and (max-width: 736px) {
	.outreach-page {
		padding: 3em 0 2em;
	}

	.outreach-header h1 {
		font-size: 2.25rem;
	}

	.outreach-standfirst {
		font-size: 1.1rem;
	}

	.outreach-section {
		padding-top: 2.25rem;
	}

	.outreach-section h2,
	.outreach-section.question h2 {
		font-size: 1.25rem;
	}

	.outreach-section p,
	.outreach-section li {
		font-size: 1rem;
		line-height: 1.75;
	}

	.outreach-meta {
		display: block;
	}

	.outreach-meta li {
		margin-bottom: 0.35rem;
	}

	.outreach-meta li + li::before {
		content: none;
	}

	.outreach-header .actions {
		display: block;
		margin-left: 0;
	}

	.outreach-header .actions li {
		padding: 0 0 0.75rem;
	}

	.outreach-header .actions .button {
		white-space: normal;
		width: 100%;
	}
}
