/*
 * Blog-specific behavior layered onto the homepage intervention carousel.
 * The shared homepage stylesheet owns the desktop and mobile card layout.
 */

.blog-carousel-scope .intervention-card {
  text-decoration: none;
  -webkit-tap-highlight-color: transparent;
}

.blog-carousel-scope .intervention-card:link,
.blog-carousel-scope .intervention-card:visited {
  color: var(--rr-primary-navy);
}

.blog-carousel-scope .intervention-card.is-active:link,
.blog-carousel-scope .intervention-card.is-active:visited {
  color: var(--rr-white);
}

.blog-carousel-scope .intervention-card.is-active {
  cursor: pointer;
}

.blog-carousel-scope .intervention-card__summary {
  gap: 0;
}

.blog-carousel-scope .intervention-card__detail-label {
  white-space: nowrap;
}
