/**
 * In-page anchor targets (Press and other editorial pages).
 * Offsets fixed header so hash navigation lands on the visible heading.
 */
.the-content h2[id],
.the-content h3[id] {
	scroll-margin-top: 6em;
}

html {
	scroll-padding-top: 6em;
}
