/* Full-bleed social proof marquee, matching the end-to-end Caltiger pattern. */
.qr-reviews-section {
  width: 100vw !important;
  max-width: none !important;
  margin-right: calc(50% - 50vw) !important;
  margin-left: calc(50% - 50vw) !important;
  overflow: hidden;
}

.qr-reviews-section > h2,
.qr-reviews-section > p {
  width: min(100% - 36px, 1120px);
  margin-right: auto;
  margin-left: auto;
}

.ugc-marquee-stage {
  width: 100vw !important;
  margin-right: 0 !important;
  margin-left: 0 !important;
  overflow: visible;
}

.ugc-row {
  width: 100vw;
  overflow: hidden;
}

.ugc-track {
  width: max-content;
}

.ugc-set {
  gap: 24px;
  padding-right: 24px;
}

.ugc-card {
  width: 224px !important;
  height: 400px !important;
  border-radius: 18px;
}

@media (max-width: 720px) {
  .qr-reviews-section > h2,
  .qr-reviews-section > p {
    width: min(100% - 28px, 520px);
  }

  .ugc-row,
  .ugc-card {
    height: 340px !important;
  }

  .ugc-card {
    width: 236px !important;
    border-radius: 20px;
  }
}
