/* Blog cards: no underline (entire card is a link) */
#blog a.gmHLa-D {
  text-decoration: none !important;
  color: inherit;
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
}

#blog a.gmHLa-D:hover,
#blog a.gmHLa-D:focus,
#blog a.gmHLa-D:focus-visible {
  text-decoration: none !important;
  color: inherit;
}

#blog .fuppyx,
#blog .fuppyx p,
#blog .lfXmFh,
#blog .eaZSvd,
#blog .eaZSvd p,
#blog .text-content {
  text-decoration: none !important;
}

#blog .eaZSvd {
  -webkit-line-clamp: 3;
  line-clamp: 3;
}

/* Carousel slide animation */
#blog .p-carousel-items-container {
  transition: transform 0.5s ease;
  will-change: transform;
}

#blog .p-carousel-item {
  box-sizing: border-box;
}
