.cc_3otbo66j_rBtDDQV25m .video-reels {
  width: 100%;
  padding: 48px 24px;
  font-family: var(--vr-font, "Barlow", system-ui, -apple-system, sans-serif);
}

.cc_3otbo66j_rBtDDQV25m .vrs-inner {
  max-width: 1560px;
  margin: 0 auto;
}

.cc_3otbo66j_rBtDDQV25m .vrs-header {
  margin-bottom: 28px;
}

.cc_3otbo66j_rBtDDQV25m .vrs-heading {
  margin: 0 0 8px;
  font-size: var(--vr-heading-size, 30px);
  font-weight: var(--vr-heading-weight, 700);
}

.cc_3otbo66j_rBtDDQV25m .vrs-subtitle {
  margin: 0;
  font-size: var(--vr-subtitle-size, 16px);
  font-weight: var(--vr-subtitle-weight, 400);
  line-height: 1.5;
}

/* ---- Slider ---- */
.cc_3otbo66j_rBtDDQV25m .vrs-slider {
  position: relative;
}

.cc_3otbo66j_rBtDDQV25m .vrs-track {
  display: flex;
  gap: 16px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  padding: 2px;
}

.cc_3otbo66j_rBtDDQV25m .vrs-track::-webkit-scrollbar {
  display: none;
}

/* renderer wrappers display:contents → real cards at depth 3 */
.cc_3otbo66j_rBtDDQV25m .vrs-track > * > * > * {
  flex: 0 0 calc((100% - (var(--vr-desktop-cols, 5) - 1) * 16px) / var(--vr-desktop-cols, 5));
  min-width: 0;
  scroll-snap-align: start;
}

/* ---- Arrows ---- */
.cc_3otbo66j_rBtDDQV25m .vrs-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 4;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: var(--vr-arrow-size, 48px);
  height: var(--vr-arrow-size, 48px);
  border: 1px solid transparent;
  border-radius: 50%;
  background: #c33130;
  color: #fff;
  cursor: pointer;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.18);
  transition: transform 0.15s ease, opacity 0.15s ease;
}

.cc_3otbo66j_rBtDDQV25m .vrs-arrow svg {
  width: 46%;
  height: 46%;
}

.cc_3otbo66j_rBtDDQV25m .vrs-arrow:hover:not(:disabled) {
  transform: translateY(-50%) scale(1.06);
}

.cc_3otbo66j_rBtDDQV25m .vrs-arrow:disabled {
  opacity: 0;
  pointer-events: none;
}

.cc_3otbo66j_rBtDDQV25m .vrs-arrow--left {
  left: -10px;
}

.cc_3otbo66j_rBtDDQV25m .vrs-arrow--right {
  right: -10px;
}

@media (max-width: 768px) {
  .cc_3otbo66j_rBtDDQV25m .video-reels {
    padding: 32px 16px;
  }
  .cc_3otbo66j_rBtDDQV25m .vrs-heading {
    font-size: var(--vr-heading-msize, var(--vr-heading-size, 22px));
    font-weight: var(--vr-heading-mweight, var(--vr-heading-weight, 700));
  }
  .cc_3otbo66j_rBtDDQV25m .vrs-subtitle {
    font-size: var(--vr-subtitle-msize, var(--vr-subtitle-size, 14px));
    font-weight: var(--vr-subtitle-mweight, var(--vr-subtitle-weight, 400));
  }
  .cc_3otbo66j_rBtDDQV25m .vrs-track > * > * > * {
    flex-basis: calc((100% - (var(--vr-mobile-cols, 2) - 1) * 16px) / var(--vr-mobile-cols, 2));
  }
  .cc_3otbo66j_rBtDDQV25m .vrs-arrow {
    width: var(--vr-arrow-msize, var(--vr-arrow-size, 40px));
    height: var(--vr-arrow-msize, var(--vr-arrow-size, 40px));
  }
  .cc_3otbo66j_rBtDDQV25m .vrs-arrow--left {
    left: 2px;
  }
  .cc_3otbo66j_rBtDDQV25m .vrs-arrow--right {
    right: 2px;
  }
}
