.gt-editorial__closing-invitation .steiner-editorial-projects-link {
	color: inherit;
	font-size: 15px;
	font-weight: 700;
	line-height: 1.5;
	letter-spacing: 0.075em;
	text-decoration: none;
	transition: color 160ms ease, opacity 160ms ease;
}

.gt-editorial__closing-invitation .steiner-editorial-projects-link:hover {
	color: var(--gold-dark);
	text-decoration: underline;
	text-decoration-thickness: 1px;
	text-underline-offset: 0.18em;
}

.gt-editorial__closing-invitation .steiner-editorial-projects-link:focus-visible {
	outline: 2px solid var(--gold-dark);
	outline-offset: 5px;
}

@media (prefers-reduced-motion: reduce) {
	.gt-editorial__closing-invitation .steiner-editorial-projects-link {
		transition: none;
	}
}