.gray-article__sources {
	max-width: 760px;
	margin: 72px auto 0;
	padding: 34px 0;
	border-top: 1px solid var(--line);
	border-bottom: 1px solid var(--line);
}
.gray-article__sources h2 {
	margin: 0 0 16px;
	font-family: "Yu Mincho", "Hiragino Mincho ProN", serif;
	font-size: 25px;
	font-weight: 400;
}
.gray-article__sources > p:not(.gray-eyebrow) {
	margin: 0 0 20px;
	color: #5e5e59;
	font-size: 14px;
	line-height: 1.8;
}
.gray-article__sources ol { margin: 0; padding-left: 1.4em; }
.gray-article__sources li { margin: 10px 0; line-height: 1.65; }
.gray-article__sources a { color: inherit; text-underline-offset: 4px; }
