/* KSWX — Features Box ("Waarom Voor Ons Kiezen?") whole-card link.
   Pairs with inc/kswx-features.php. A linked card gets .features-box--link and
   its title anchor gets .features-link; the anchor's ::after is stretched over
   the whole box so clicking anywhere on the card follows the link. Only the two
   homepage "Waarom Voor Ons Kiezen?" cards use [features], so this is scoped
   safely to the --link variant. */

.features-box--link {
	position: relative;
}

.features-box--link .features-link {
	color: inherit;
	text-decoration: none;
	cursor: pointer;
}

/* Stretch the title link across the entire card. */
.features-box--link .features-link::after {
	content: "";
	position: absolute;
	inset: 0;
	z-index: 1;
}
