/* Carousels — fixes on top of bundle (loaded after bundle-tbsd51qr.css) */

.games-showcase {
  max-width: var(--max-w);
  width: 100%;
  margin: 0 auto 64px;
  padding: 0 24px;
}

@media (max-width: 1200px) {
  .games-showcase {
    padding: 0 16px;
  }
}

.games-showcase > h2 {
  margin: 0 0 20px;
  text-align: left;
  font-size: clamp(26px, 3.2vw, 38px);
  font-weight: 800;
  color: #ffffff;
  -webkit-text-fill-color: #ffffff;
  background: none;
}

/* No panel around carousel — slider only */
.games-showcase .best-games-body {
  padding: 0;
  margin: 0;
  background: none;
  border: none;
  border-radius: 0;
  box-shadow: none;
}

.games-showcase .best-games-slider {
  padding: 0 52px;
  margin: 0;
}

.games-showcase .best-games-arrow {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: #1a2040;
  border: 1px solid #4a5588;
  color: #11ec95;
}

.games-showcase .best-games-arrow:hover {
  background: #252d52;
  border-color: #11ec95;
}

.games-showcase .best-games-list {
  gap: 14px;
}

/* ——— Best games (tabs) ——— */
.games-showcase--games .best-games-nav {
  margin-bottom: 20px;
  padding: 4px;
  gap: 4px;
  background: #151929;
  border: 1px solid #3d4666;
  border-radius: 12px;
}

.games-showcase--games .best-games-nav li a {
  height: 42px;
  padding: 0 16px;
  font-size: 14px;
  font-weight: 600;
  color: #b8c0dc;
  border-radius: 10px;
}

.games-showcase--games .best-games-nav li a.v-d9f38e83 {
  color: #05060f;
  background: #11ec95;
}

.games-showcase--games .best-games-nav li a.v-d9f38e83 svg {
  fill: #05060f;
}

.games-showcase--games .best-games-item {
  width: 240px;
}

.games-showcase--games .best-games-item-title {
  color: #ffffff;
  text-transform: none;
  letter-spacing: 0;
}

.games-showcase--games .best-games-item-provider {
  color: #9aa3c4;
  text-transform: none;
}

/* ——— Providers & payments (logo rows) ——— */
.games-showcase.best-games-logo-row .best-games-item {
  width: 188px;
  background: #1a1f2e;
  border: 1px solid #3d4666;
  border-radius: 14px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.2);
}

.games-showcase.best-games-logo-row .best-games-item:hover {
  border-color: #11ec95;
  transform: translateY(-2px);
}

/* Logo area — fill card, no tiny inset */
.games-showcase.best-games-logo-row .best-games-item-img {
  aspect-ratio: 16 / 10;
  background: linear-gradient(160deg, #252d52 0%, #12162a 100%);
  display: flex;
  align-items: center;
  justify-content: center;
}

.games-showcase.best-games-logo-row .best-games-item-img picture {
  display: block;
  width: 100%;
  height: 100%;
}

.games-showcase.best-games-logo-row .best-games-item-img-contain img {
  width: 100%;
  height: 100%;
  max-width: none;
  max-height: none;
  min-height: 0;
  object-fit: cover;
  object-position: center center;
  padding: 0 !important;
  box-sizing: border-box;
}

/* Footer — override bundle light bg + white-on-white text */
.games-showcase.best-games-logo-row .best-games-item-foot.best-games-item-foot-logo {
  margin-top: 0;
  padding: 10px 10px 12px;
  text-align: center;
  background: #12162a !important;
  border-top: 1px solid #3d4666;
}

.games-showcase.best-games-logo-row
  .best-games-item-foot-logo
  .best-games-item-title {
  margin: 0;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.35;
  letter-spacing: 0;
  text-transform: none;
  color: #e8ecf4 !important;
  -webkit-text-fill-color: #e8ecf4;
  text-align: center;
}

.games-showcase.best-games-logo-row .best-games-item-overlay {
  display: none;
}

.games-showcase--payments.best-games-logo-row .best-games-item {
  width: 172px;
}

@media (max-width: 991px) {
  .games-showcase .best-games-slider {
    padding: 0 40px;
  }

  .games-showcase.best-games-logo-row .best-games-item {
    width: min(168px, 40vw);
  }
}

@media (max-width: 767px) {
  .games-showcase {
    margin-bottom: 48px;
  }

  .games-showcase > h2 {
    text-align: center;
  }

}
