.cc_K0NqjoILrr_etjZhngCi4 .velora-shorts {
  width: 100%;
  box-sizing: border-box;
  background: linear-gradient(135deg, #d8f3f1 0%, #edfaf9 50%, #f5fffe 100%);
  font-family: var(--site-font, system-ui, -apple-system, sans-serif);
}

.velora-shorts *,
.velora-shorts *::before,
.cc_K0NqjoILrr_etjZhngCi4 .velora-shorts *::after {
  box-sizing: border-box;
}

.cc_K0NqjoILrr_etjZhngCi4 .velora-shorts[style*="background-color"] {
  background: none;
}

.cc_K0NqjoILrr_etjZhngCi4 .velora-shorts__inner {
  max-width: 1320px;
  margin: 0 auto;
  padding: 64px 40px;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 48px;
}

/* ── Left: content ───────────────────────────────────────────────────────── */

.cc_K0NqjoILrr_etjZhngCi4 .velora-shorts__content {
  flex: 0 0 360px;
  min-width: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
}

.cc_K0NqjoILrr_etjZhngCi4 .velora-shorts__title {
  font-size: var(--ys-title-fs, clamp(32px, 4vw, 52px));
  font-weight: 900;
  line-height: 1.05;
  letter-spacing: -0.5px;
  margin: 0;
}

.cc_K0NqjoILrr_etjZhngCi4 .velora-shorts__title * {
  font-weight: 900;
  line-height: 1.05;
}

.cc_K0NqjoILrr_etjZhngCi4 .velora-shorts__desc {
  margin: 0;
  font-size: var(--ys-desc-fs, 15px);
  font-weight: 400;
  line-height: 1.65;
}

.cc_K0NqjoILrr_etjZhngCi4 .velora-shorts__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 48px;
  padding: 0 32px;
  border-radius: 999px;
  font-size: var(--ys-btn-fs, 15px);
  font-weight: 600;
  text-decoration: none;
  transition: opacity 0.15s ease, transform 0.15s ease;
  white-space: nowrap;
}

.cc_K0NqjoILrr_etjZhngCi4 .velora-shorts__btn:hover {
  opacity: 0.88;
  transform: translateY(-1px);
}

/* ── Right: videos ───────────────────────────────────────────────────────── */

.cc_K0NqjoILrr_etjZhngCi4 .velora-shorts__videos {
  flex: 1 1 0;
  min-width: 0;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: center;
  gap: 16px;
  overflow-x: auto;
  scrollbar-width: none;
}

.cc_K0NqjoILrr_etjZhngCi4 .velora-shorts__videos::-webkit-scrollbar {
  display: none;
}

/* Kademeli sıralama (desktop) */
.cc_K0NqjoILrr_etjZhngCi4 .velora-shorts__card:nth-child(2) { margin-top: 48px; }
.cc_K0NqjoILrr_etjZhngCi4 .velora-shorts__card:nth-child(3) { margin-top: 96px; }

/* ── Video card ──────────────────────────────────────────────────────────── */

.cc_K0NqjoILrr_etjZhngCi4 .velora-shorts__card {
  flex: 1 1 0;
  min-width: 0;
  max-width: 240px;
  position: relative;          /* overlay ve card-ratio için bağlam */
  aspect-ratio: 9 / 16;
  border: 3px solid #00B5A5;
  border-radius: 24px;
  overflow: hidden;
  box-shadow: 0 8px 28px rgba(0, 0, 0, 0.14);
  background: #000;
}

/* iframe wrapper — kartı tamamen doldurur */
.cc_K0NqjoILrr_etjZhngCi4 .velora-shorts__card-ratio {
  position: absolute;
  inset: 0;
}

.cc_K0NqjoILrr_etjZhngCi4 .velora-shorts__iframe {
  width: 100%;
  height: 100%;
  border: none;
  display: block;
}

/* Drag overlay — iframe üstünde, swipe/tap yakalar */
.cc_K0NqjoILrr_etjZhngCi4 .velora-shorts__drag-overlay {
  position: absolute;
  inset: 0;
  z-index: 10;
  cursor: grab;
  touch-action: none;   /* tüm platformlarda varsayılan tarayıcı touch'ı engelle */
}

.cc_K0NqjoILrr_etjZhngCi4 .velora-shorts__drag-overlay:active {
  cursor: grabbing;
}

/* ── Empty state ─────────────────────────────────────────────────────────── */

.cc_K0NqjoILrr_etjZhngCi4 .velora-shorts__empty {
  width: 100%;
  min-height: 200px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #aaa;
  font-size: 14px;
}

/* ── Mobile (≤768px) ─────────────────────────────────────────────────────── */

@media (max-width: 768px) {
  /* Inner: yatay padding kaldırıldı — videos tam genişliğe çıksın */
.cc_K0NqjoILrr_etjZhngCi4 .velora-shorts__inner {
    flex-direction: column !important;
    padding: 40px 0 32px !important;
    gap: 32px !important;
    align-items: stretch !important;
  }

  /* Content: padding manuel */
.cc_K0NqjoILrr_etjZhngCi4 .velora-shorts__content {
    flex: none !important;
    padding: 0 20px !important;
    align-items: center !important;
    text-align: center !important;
  }

.cc_K0NqjoILrr_etjZhngCi4 .velora-shorts__title {
    font-size: var(--ys-title-fs-m, clamp(28px, 8vw, 40px)) !important;
    text-align: center !important;
  }

.cc_K0NqjoILrr_etjZhngCi4 .velora-shorts__desc {
    text-align: center !important;
    font-size: var(--ys-desc-fs-m, var(--ys-desc-fs, 15px));
  }

.cc_K0NqjoILrr_etjZhngCi4 .velora-shorts__btn {
    font-size: var(--ys-btn-fs-m, var(--ys-btn-fs, 15px));
  }

  /* Stagger mobilde sıfır */
.cc_K0NqjoILrr_etjZhngCi4 .velora-shorts__card:nth-child(2) { margin-top: 0 !important; }
.cc_K0NqjoILrr_etjZhngCi4 .velora-shorts__card:nth-child(3) { margin-top: 0 !important; }

  /* Yatay swiper — padding ile kart ortala:
     (100vw - 72vw) / 2 = 14vw her yana → ilk kart viewport ortasında */
.cc_K0NqjoILrr_etjZhngCi4 .velora-shorts__videos {
    flex: none !important;
    width: 100% !important;
    height: 130vw !important;
    overflow-x: auto !important;
    flex-wrap: nowrap !important;
    scroll-snap-type: x mandatory !important;
    justify-content: flex-start !important;
    align-items: flex-start !important;
    gap: 16px !important;
    padding: 0 14vw !important;
  }

  /* Kart: 72vw genişlik × (16/9) = 128vw yükseklik (explicit) */
.cc_K0NqjoILrr_etjZhngCi4 .velora-shorts__card {
    flex: 0 0 72vw !important;
    height: 128vw !important;
    aspect-ratio: unset !important;
    max-width: none !important;
    scroll-snap-align: center !important;
    scroll-snap-stop: always !important;
  }
}
