/* ===== BANNER SLIDER ===== */
/* Override desktop-css02e3: .banner-carousel>div:not(:first-child){display:none} */
.banner {
  position: relative;
  width: 100%;
  overflow: hidden;
  background: #020518;
  aspect-ratio: auto !important;
}
.banner .banner-carousel {
  position: relative;
  width: 100%;
  line-height: 0;
  background: #020518;
}
.banner .banner-carousel .banner-slide {
  display: none !important;
  width: 100%;
}
.banner .banner-carousel .banner-slide.active {
  display: block !important;
}
.banner .banner-carousel .banner-slide a {
  display: block;
  line-height: 0;
}
.banner .banner-carousel .banner-slide img {
  display: block !important;
  width: 100% !important;
  height: auto !important;
  max-width: 100%;
  vertical-align: top;
}
.banner .banner-carousel.banner-slider-initialized {
  cursor: grab;
  user-select: none;
}
.banner .banner-carousel.banner-slider-initialized:active {
  cursor: grabbing;
}
/* Titik navigasi banner */
.banner .banner-slider-dots {
  position: absolute;
  bottom: 12px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 20;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  list-style: none;
  margin: 0;
  padding: 0;
}
.banner .banner-slider-dots li {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.9);
  cursor: pointer;
  text-indent: -999px;
  overflow: hidden;
  transition: background 0.2s, border-color 0.2s, transform 0.2s;
}
.banner .banner-slider-dots li:hover {
  border-color: #fff;
  transform: scale(1.1);
}
.banner .banner-slider-dots li.active {
  background: #e91e8c;
  border-color: #e91e8c;
}
.banner .banner-slider-dots li.active:hover {
  background: #ff2d9e;
  border-color: #ff2d9e;
}

/* ===== ANNOUNCEMENT / PEMBERITAHUAN ===== */
.announcement-container {
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  gap: 12px;
  flex-wrap: nowrap;
}
.announcement-container > [data-section="title"] {
  flex-shrink: 0;
  white-space: nowrap;
  font-size: 14px;
}
.announcement-container > [data-section="announcements"] {
  flex: 1;
  min-width: 0;
  width: auto !important;
  background: #070d2f;
  overflow: hidden;
  border-radius: 3px;
  padding: 0;
}
.announcement-container > [data-section="date"] {
  flex-shrink: 0;
  white-space: nowrap;
  font-size: 12px;
  color: #80a4e1;
}
.announcement-container .announcement-list {
  display: none !important;
}
.announcement-marquee-wrap {
  overflow: hidden;
  width: 100%;
  height: 36px;
  display: flex;
  align-items: center;
  position: relative;
}
.announcement-marquee-inner {
  display: flex;
  width: max-content;
  animation: announcement-scroll 80s linear infinite;
  will-change: transform;
}
.announcement-marquee-inner:hover {
  animation-play-state: paused;
}
.announcement-marquee-text {
  display: inline-block;
  white-space: nowrap;
  padding-right: 80px;
  color: #80a4e1;
  font-size: 13px;
  line-height: 36px;
}
@keyframes announcement-scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}

/* ===== PEMENANG MESIN SLOT ===== */
.popular-games .winners-ticker ul li {
  min-height: 82px;
  line-height: 1.35;
  align-items: center;
}
.popular-games .winners-ticker ul li img {
  flex-shrink: 0;
  object-fit: contain;
}
.popular-games .winners-ticker ul li .winner-info {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 180px;
}
.popular-games .winners-ticker ul li .winner-amount {
  flex-shrink: 0;
  margin-left: auto;
  padding-left: 8px;
}

/* ===== PROVIDER SLIDER ===== */
.provider-slider-wrap {
  position: relative;
  display: flex;
  align-items: center;
  background: #1a1a1a;
  border-radius: 4px;
  padding: 0 4px;
  margin-bottom: 10px;
}
.provider-slider-container {
  flex: 1;
  overflow: hidden;
  min-width: 0;
}
.provider-slider-wrap .nav-tabs {
  display: flex;
  flex-wrap: nowrap;
  overflow-x: auto;
  scroll-behavior: smooth;
  border-bottom: 0;
  margin-bottom: 0;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.provider-slider-wrap .nav-tabs > li {
  flex-shrink: 0;
}
.provider-slider-wrap .nav-tabs > li > a {
  background: #2a2a2a;
  color: #ccc;
  border: 0;
  border-radius: 4px;
  margin: 4px 2px;
  padding: 6px 12px;
  font-size: 12px;
  white-space: nowrap;
  display: flex;
  align-items: center;
  gap: 6px;
}
.provider-slider-wrap .nav-tabs > li > a:hover {
  background: #3a3a3a;
  color: #fff;
}
.provider-slider-wrap .nav-tabs > li.active > a {
  background: #4a4a4a;
  color: #f0c040;
}
.provider-slider-wrap .nav-tabs > li > a img {
  width: 24px;
  height: 24px;
  object-fit: contain;
}
.provider-slider-wrap .nav-tabs::-webkit-scrollbar {
  display: none;
}
.provider-slider-arrow {
  flex-shrink: 0;
  width: 28px;
  height: 28px;
  border: 0;
  border-radius: 50%;
  background: #333;
  color: #f0c040;
  font-size: 14px;
  line-height: 1;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  z-index: 2;
}
.provider-slider-arrow:hover {
  background: #444;
  color: #ffd700;
}

/* ===== ARTICLE (site-description / article-wrap) ===== */
/* Warna teks disamakan dengan paragraf <p> — abu-abu, bukan putih terang */
.site-description .article-wrap {
  color: #858585;
}

.site-description .article-wrap p {
  color: #858585;
}

.article-wrap {
  color: #e7e7e7;
}

.article-wrap p {
  color: #e7e7e7;
}

.site-description .article-wrap ol,
.article-wrap ol {
  margin: 14px 0 18px;
  padding-left: 1.35rem;
  list-style-position: outside;
}

.site-description .article-wrap ol li,
.article-wrap ol li {
  margin-bottom: 14px;
  padding-left: 4px;
  line-height: 1.65;
  color: inherit;
}

.site-description .article-wrap ol li:last-child,
.article-wrap ol li:last-child {
  margin-bottom: 0;
}

.site-description .article-wrap ol li::marker,
.article-wrap ol li::marker {
  color: inherit;
  font-weight: 700;
}

.site-description .article-wrap ol.article-list--features .article-li-title,
.article-wrap ol.article-list--features .article-li-title {
  display: block;
  color: inherit;
  font-weight: 700;
  margin-bottom: 6px;
  line-height: 1.4;
}

.site-description .article-wrap ol.article-list--features .article-li-desc,
.article-wrap ol.article-list--features .article-li-desc {
  display: block;
  color: inherit;
  font-weight: 400;
  line-height: 1.65;
}

.site-description .article-wrap ol.article-list--providers li strong,
.article-wrap ol.article-list--providers li strong {
  color: inherit;
  font-weight: 700;
}

.site-description .article-wrap ol.article-list--providers li,
.article-wrap ol.article-list--providers li {
  padding-bottom: 2px;
}
