.latest-blog-title {
  font-weight: 600;
  text-transform: uppercase;
  font-size: 3rem;
}
@media (max-width: 576px) {
  .latest-blog-title {
    font-size: 2rem;
  }
}

/* Blog carousel (PageBuilder "Latest from CCL Tech") */
.blog-swiper .splide-btn {
  color: #0bce40; /* CCL green, matches basket nav */
  font-size: 24px;
}
.blog-swiper .splide__list {
  align-items: stretch; /* equal-height cards, no JS */
}
.blog-swiper .splide__slide {
  height: auto; /* let .h-100 card fill the slide */
}

.cclLaunchpad_promo_buttonContainer .btn {
  white-space: normal !important;
}

.cclLaunchpad_promo_content {
  max-width: 100%;
}
