/* .slick-next,
.slick-prev {
  z-index: 1;
}

.slick-prev {
  left: -26px;
}

.slick-next {
  right: -16px;
} */

.slick-slider {
  margin-bottom: 14px;
}

/* ── Top 10 Boost Section ─────────────────────────────────────── */
#top10-section {
  margin-bottom: 4px;
}

.top10-divider {
  display: block;
  clear: both;
  width: 100%;
  box-sizing: border-box;
  height: 1px;
  margin: 1px 0 2px;
  position: relative;
  z-index: 10;
  overflow: hidden;
  background: linear-gradient(
    to right,
    transparent 0%,
    rgba(245, 5, 17, 0.12) 18%,
    rgba(245, 5, 17, 0.65) 50%,
    rgba(245, 5, 17, 0.12) 82%,
    transparent 100%
  );
  animation: sep-breathe 3s ease-in-out infinite;
  animation-delay: 1.5s; /* desfase respecto al carousel-separator */
}

.top10-divider::after {
  content: '';
  position: absolute;
  top: 0;
  left: -45%;
  width: 45%;
  height: 100%;
  background: linear-gradient(
    to right,
    transparent,
    rgba(255, 120, 60, 0.45),
    rgba(255, 255, 255, 0.65),
    rgba(255, 120, 60, 0.45),
    transparent
  );
  animation: sep-shimmer 4s cubic-bezier(0.4, 0, 0.6, 1) infinite;
  animation-delay: 2.3s;
}
