/* SPONSOR: AUTO SCROLL + DRAG AMAN */

.sponsor-marquee {
  overflow-x: auto !important;
  overflow-y: hidden !important;
  cursor: grab !important;
  scrollbar-width: none !important;
  -ms-overflow-style: none !important;
  -webkit-overflow-scrolling: touch !important;
  touch-action: pan-x pan-y !important;
}

.sponsor-marquee::-webkit-scrollbar {
  display: none !important;
  width: 0 !important;
  height: 0 !important;
}

.sponsor-marquee.sl-dragging {
  cursor: grabbing !important;
}

.sponsor-track {
  animation: none !important;
  transform: none !important;
  display: flex !important;
  width: max-content !important;
  min-width: max-content !important;
  will-change: auto !important;
}

.sponsor-track > * {
  flex: 0 0 auto !important;
}

.sponsor-track img {
  user-select: none !important;
  -webkit-user-select: none !important;
  -webkit-user-drag: none !important;
}

/*
  Jangan memakai pointer-events: none.
  Klik sponsor harus tetap aktif.
*/