/* Restore full-card link hit areas for the site's single-destination card components. */
:is(
  .fr-feature-card-victor,
  .fr-feature-card-alpha,
  .fr-article-card-alpha,
  .fr-testimonial-card-hotel
) {
  position: relative;
}

:is(.fr-feature-card-victor, .fr-article-card-alpha) .clickable-parent:not(a),
:is(.fr-feature-card-victor, .fr-article-card-alpha) .clickable-parent:not(a) > a,
.fr-feature-card-alpha__heading,
.fr-feature-card-alpha__heading > a,
.fr-testimonial-card-hotel > a:first-child {
  position: static;
}

:is(.fr-feature-card-victor, .fr-article-card-alpha) .clickable-parent:not(a) > a::after,
.fr-feature-card-alpha__heading > a::after,
.fr-testimonial-card-hotel > a:first-child::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  display: block;
  cursor: pointer !important;
}
