/* Step number circles */
.buy-step-number {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  min-width: 48px;
  border-radius: 50%;
  background: #0076AB;
  color: #fff;
  font-size: 1.35rem;
  font-weight: 700;
}

/* Override Bulma .content h2:not(:first-child) margin so step headers stay vertically centered */
.content .buy-step-number + h2 {
  margin-top: 0;
  margin-bottom: 0;
}

/* Testimonial slider */
.testimonial-slide {
  min-width: 400px;
  max-width: 400px;
  height: auto;
  border-radius: 12px;
  flex-shrink: 0;
}

/* Video slider */
.video-slide {
  width: 280px;
  min-width: 280px;
  border-radius: 12px;
  flex-shrink: 0;
}

@media (max-width: 768px) {
  .testimonial-slide {
    min-width: 300px;
    max-width: 300px;
  }

  .video-slide {
    width: 220px;
    min-width: 220px;
  }
}
