.fh-editorial-links {
	border-top: 1px solid var(--fh-line-light, rgba(16, 23, 19, 0.18));
	margin-top: clamp(2rem, 4vw, 3.5rem);
	padding-top: clamp(1.25rem, 2vw, 1.8rem);
}

.fh-editorial-kicker {
	color: var(--fh-copper, #b8793c);
	display: block;
	font-family: var(--fh-sans, Arial, sans-serif);
	font-size: 0.61rem;
	font-weight: 800;
	letter-spacing: 0.17em;
	margin-bottom: 0.45rem;
	text-transform: uppercase;
}

.fh-editorial-heading {
	font-family: var(--fh-serif, Georgia, serif);
	font-size: clamp(1.65rem, 2.5vw, 2.35rem);
	font-weight: 400;
	letter-spacing: -0.025em;
	line-height: 1;
	margin: 0 0 1rem;
}

.fh-editorial-links ul {
	display: grid;
	gap: 0;
	list-style: none;
	margin: 0;
	padding: 0;
}

.fh-editorial-links li {
	border-top: 1px solid var(--fh-line-light, rgba(16, 23, 19, 0.18));
	margin: 0;
	padding: 0.75rem 0;
}

.fh-editorial-links li:last-child {
	border-bottom: 1px solid var(--fh-line-light, rgba(16, 23, 19, 0.18));
}

.fh-editorial-links a {
	text-decoration-thickness: 1px;
	text-underline-offset: 0.2em;
}

@media (max-width: 520px) {
	.fh-editorial-heading {
		font-size: 1.6rem;
	}

}
