.legal-footnote-reference {
	font-size: .72em;
	line-height: 0;
	vertical-align: super;
}

.legal-footnote-reference a {
	text-decoration: none;
}

.legal-footnote-reference a:hover,
.legal-footnote-reference a:focus {
	text-decoration: underline;
}

.legal-footnotes {
	margin-top: 2rem;
	font-size: .875em;
}

.legal-footnotes__title {
	margin: 0 0 1rem;
}

.legal-footnotes__list {
	margin: 0;
	padding: 0;
	list-style: none;
}

.legal-footnotes__item {
	display: grid;
	grid-template-columns: minmax(2rem, auto) 1fr;
	gap: .5rem;
	margin-bottom: .75rem;
}

.legal-footnotes__backlink {
	font-weight: 600;
	text-decoration: none;
}

.legal-footnotes__backlink:hover,
.legal-footnotes__backlink:focus {
	text-decoration: underline;
}

.legal-footnotes__text {
	min-width: 0;
}

.legal-footnote-reference,
.legal-footnotes__item {
	scroll-margin-top: 140px;
}
