.card.card-news {
  border-radius: 32px;
  transition: background-color 0.2s ease;
}

article.card.card-news:hover,
article.card.card-news:focus-within {
  background-color: var(--mhpc-bg-card-alt);
}

/* Title underline on tile hover — news + success stories */
article.card.card-news:hover .data-container h3 a,
article.card.card-news:focus-within .data-container h3 a {
  text-decoration: underline !important;
  text-underline-offset: 0.1em;
  text-decoration-thickness: 2px;
  text-decoration-color: currentColor;
}

/* image  */
.card-news picture img {
  max-width: none;
  border-radius: 30px;
}
