:root {
  --gradient-red: linear-gradient(360deg, #4b0000 0%, #a90404 100%);
  --gradient-dark: linear-gradient(360deg, #121212 0%, #313131 100%);
  --social-bg: #1c1c1c;
  --social-hover-bg: linear-gradient(45deg, #1c1c1c 0%, #323232 100%);
  --transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  --box-hover: red;
}

.nav-menu-item {
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  text-align: center !important;
  padding: 12px !important;
  text-decoration: none !important;
  min-width: 80px !important;
  position: relative !important;
  overflow: visible !important;
  margin: 0 0.2rem !important;
}

.nav-menu-item i {
  font-size: 24px !important;
  margin-bottom: 8px !important;
  order: -1 !important;
}

.nav-menu-item span {
  display: block !important;
  font-size: 12px !important;
  line-height: 1.2 !important;
  width: 100% !important;
  white-space: nowrap !important;
  overflow: visible !important;
  text-overflow: ellipsis !important;
}

.nav-menu {
  display: flex !important;
  list-style: none !important;
  margin: 0 !important;
  padding: 0 !important;
  flex-wrap: wrap !important;
}

.nav-menu.nav-menu-hide-items {
  height: 55px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
}

.nav-menu-sub-arrow {
  display: none !important;
}

.nav-menu-sub {
  display: none !important;
  position: absolute !important;
  top: 100% !important;
  left: 0 !important;
  background: white !important;
  box-shadow: 0 2px 5px rgba(0,0,0,0.1) !important;
  border-radius: 4px !important;
  padding: 8px 0 !important;
  min-width: 150px !important;
  z-index: 1000 !important;
}

.nav-menu-item:hover .nav-menu-sub {
  display: block !important;
}

.nav-menu-sub .nav-menu-item {
  flex-direction: row !important;
  justify-content: flex-start !important;
  padding: 8px 16px !important;
  min-width: auto !important;
}

.nav-menu-sub .nav-menu-item i {
  margin-right: 8px !important;
  margin-bottom: 0 !important;
  font-size: 16px !important;
}

.nav-menu-sub .nav-menu-item span {
  text-align: left !important;
  font-size: 14px !important;
}

.btn a-color.header-icon-text>bc-i-live-chat-v1 {
  display: none!important;
}

.horizontalSliderWrapper {
  overflow: hidden;
  width: 100%;
  position: relative;
}

.horizontalSliderRow {
  display: flex;
  gap: 20px;
  animation: infiniteScroll 40s linear infinite;
  width: max-content;
}

.horizontalSliderWrapper:hover .horizontalSliderRow {
  animation-play-state: paused;
}

@keyframes infiniteScroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}

.sliderContent > .horizontalSliderWrapper > .horizontalSliderNav {
  display: none !important;
}

.layout-header-holder-bc {
  box-shadow: none !important;
}

.product-banner-container-bc:not(.product-banner-without-titles) .product-banner-img-bc {
  height: 50px !important;
  width: 50px !important;
}

.product-banner-container-bc.col-4 > a.product-banner-info-bc.product-banner-bc {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.product-banner-container-bc:not(.product-banner-without-titles) .product-banner-bc {
  height: 80px !important;
}

  
.product-banner-info-bc.product-banner-bc {
  background: linear-gradient(110deg,rgb(255, 0, 0), #000000 50%, #ff0000);
  padding: 5px 0px!important;
}

.product-banner-title-bc {
  font-size: 14px !important;
}

.market-bc {
    background: linear-gradient(90deg, #000 0%, #110305 50%, #c60821 100%) !important;

}

.providerItemsInner:not(.active):hover {
  color:  #fff !important;
}

.providerItemsInner:not(.active) {
      background: linear-gradient(90deg, #000 0%, #110305 50%, #c60821 100%) !important;

}


.product-banner-info-bc.product-banner-bc i {
  color: white !important;
}

.product-banner-info-bc {
  justify-content: space-around !important;
}

.btn.s-small.sign-in {
text-decoration: none;
  width: 80px!important;
    background: linear-gradient(90deg, #000 0%, #110305 50%, #c60821 100%) !important;

}

.bc-i-x50-wheel:before {
  content: none!important;
}

a.btn.a-color.header-icon-text.bc-i-x50-wheel {
  background-image: url(https://cmsbetconstruct.com/storage/medias/yanbahis-18755746/media_18755746_cce8d34ecfe9f53144bc92cd9c6026ba.gif);
  height: 28px!important;
  background-size: cover !important;
  background-position: center;
  width: 30px;
}

.promotion-details-popup.windowed .popup-inner-bc {
  width: 1200px !important;
  height: 650px !important;
}

.promotion-details-info p img {
  display: flex !important;
}

.promotion-details-info p {
  margin-top: 1rem !important;
}

.overlay-header {
  display: none !important;
}

.inAuthPopup, .mobVersionView {
  display: none !important;
}

.jackpot-banner .carousel-viewport,
.jackpot-banner .carousel-container {
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 1rem !important; 
  justify-content: center !important;
  align-items: stretch !important;
  width: 100% !important;
  transform: none !important;
  overflow: visible !important;
  margin: 0 auto !important;
}

.jackpot-banner .carousel-slide {
  flex: 1 1 calc(25% - 1rem) !important; 
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  padding: 0 !important;
  margin: 0 !important;
  box-sizing: border-box !important;
  min-width: 200px !important;
}

.casinoJackpotLevelEl-bc {
  background-color: #121212 !important;
  border-radius: 10px 10px 0 0 !important;
  border-bottom: 5px solid #e60023 !important; 
  width: 100% !important;
  text-align: center !important;
  padding: 12px 0 !important;
  transition: all 0.3s ease-in-out !important;
  box-shadow: 0 0 0 transparent !important;
  cursor: pointer !important;
}

.casinoJackpotLevelEl-bc:hover {
  box-shadow: 0 0 16px rgba(230, 0, 35, 0.6) !important;
  transform: translateY(-3px) !important;
}

/* Başlık */
.casinoJackpotLevelTitle-bc {
  font-size: 1rem !important;
  font-weight: 700 !important;
  color: #ffffff !important;
  margin-bottom: 4px !important;
  letter-spacing: 0.6px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 6px !important;
}

.casinoJackpotLevelTitle-bc i {
  font-size: 1.2rem !important;
  color: #ffffff !important;
}

.casinoJackpotLevelPrice-bc {
  font-size: 1.3rem !important;
  font-weight: bold !important;
  color: #ffffff !important;
  letter-spacing: 0.6px !important;
}

.odometer,
.odometer-auto-theme,
.odometer-inside,
.odometer-digit,
.odometer-value,
.odometer-ribbon-inner {
  color: #ffffff !important;
  font-size: inherit !important;
  font-weight: inherit !important;
}

@media (max-width: 1024px) {
  .jackpot-banner .carousel-slide {
    flex: 1 1 calc(50% - 1rem) !important;
  }
}

@media (max-width: 600px) {
  .jackpot-banner .carousel-slide {
    flex: 1 1 100% !important;
  }
}


.informative-widget-link {
  border-top: 2px solid red !important;
}

.nav-menu-container.header-navigation:first-child .nav-menu>li>.nav-menu-item>i {
  font-size: 20px!important;
}

.bc-i-apps {
  color: red !important;
}

.YoPhoneAppContent {
  display: none !important;
}

.YoPhoneApp inAuthPopup {
  display: none !important;
}

.hm-row-bc {
  gap: none !important;
}

.hm-row-bc .casinoJackpotWrapper-bc:not(.VGS,.PSN,.DLV,.EGT,.RTG,.APG):before {
 background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAXcAAAMYCAMAAAAHI1dqAAAAaVBMVEUAAAD////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////8G612AAAAI3RSTlMAAwYKDRATGSAWKiaTPyOFfh1bMTkuT0cbVJAVYos1l3RtaCkfz+wAAAqkSURBVHja7N3ZktowEIVhuluS943F2AxL4P0fMgOZVO6mKgUjR5P/45IqLo5bkrUUWuFviKzikPcPPoh5ixKHiKoKyX/QbJPr6suJqJkzI/kPOjSVrb6aqLlQFEVwqgR/J/bmX5KE2qdf+qzdbXZ54cj9peOq+PKzcndZuV8f100VTFd4HSmazxpVaPfX7tTdmoyCfymx6bPevditu/pS93PujdxjdVfqis3xdLnU3bol92hE7a18r/f60I/Ue0RiPm9ufdcft/TvEYm6omrm9bhtg5F7PGIuZHk7ZJ7YYxJVc957R+xxiYiamQrrM7GJEDoAAP8oRullWJZ7go/P7ZqJLZT4bGqp9wWIsmMIAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAP8tUce1ZwvQrOTPsBdgeVORe3zih0A/swAumQCAryXcurcAEVFVLpmMTETNOWemBB+RiDpfZNmbdwQfzSP2kO+253IIXFYezz32tlnfbvOZy/kjEvXZ+difTv28Kyj4aMR8vv9xqOvDdZuRezRivt33h/py+NFM5B6NqB+a66muu+OZeo9H1BXleO37274KjthjETE/7Zpx3FYZu24RiZov8rYdCm90MxGJmvPBe/dk7Dyzvw5ezUyfWSWQ31bPe+ZHErtpXR6efXKPZ/eC99olR/fH0mwq61S/eqoiPN1VvZOsKd1qEX8KSJMY6ETuI3O5KfPC2bOlIsWmtdVSfq3NJrIyK+qKqlkf56Z6e37mteQZMlEL5X5fpvFmJ+bz5tqdulszeJOEx1VRN42n05jGxF0slHNX14d+rkLSUy9RN8yHw5ylUO9yz319qi91ty5Tz93Cbp53IYXc7/Vezf3hvd7HxOt9JebCNIRExlXzw/bYd/1xOyW+ZSWq5pwlUe6P1tlux3k852k00G8y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),
    radial-gradient(circle at 56% 100%, rgba(255, 0, 0, 0.7), #000000b3)!important;}


.horizontal-sl-wheel {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  width: 100%; 
}

.casino-game-item   {
  border-radius: 0 0 30px 30px !important;
  background: none !important;
}

.e-p-section-title-bc {
    background: linear-gradient(90deg, #000 0%, #110305 50%, #c60821 100%) !important;
  padding: 10px 15px !important;
  border-radius: 8px !important;
  text-decoration: none !important;
}

.btn.register,
.btn.btn-color {
  padding: 0 8px;
  color: rgba(var(--hero-sc), 1);
  background: var(--gradient-red) !important;
  transition: var(--transition);
  min-width: 120px;
}

.promotionsArticleThumbnail-bc {
  display: flex;
  width: 100%;
  height: auto;
  opacity: 0;
  border-radius: var(--border-radius) var(--border-radius) 0 0;
  animation: promo-img var(--default-transition-duration) var(--default-transition-delay) forwards;
}

@keyframes promo-img {
  0% { opacity: 0; }
  to { opacity: 1; }
}

.nav-menu-container .nav-menu,
.nav-menu-container .nav-menu-other {
  display: flex !important;
  justify-content: space-around;
}

.nav-menu-container.header-navigation:first-child {
  position: relative;
  border-radius: var(--border-radius);
  z-index: 1;
  background: var(--gradient-dark) !important;
}

ul.nav-menu.nav-menu-hide-items > li > a > i {
  color: red !important;
}

.hm-row-bc {
  gap: none !important;
}

.footerInnerLeftCol {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  padding-left: 140px !important;
}

.footerInnerLeftCol li {
  position: relative;
  overflow: hidden;
  border-radius: 120px !important;
  background: var(--social-bg) !important;
  padding: 21px !important;
  transition: var(--transition) !important;
  cursor: pointer;
  animation: socialPulse 3s infinite;
}

@keyframes socialPulse {
  0% { transform: scale(1); }
  50% { transform: scale(1.05); }
  100% { transform: scale(1); }
}

.footerInnerLeftCol li:hover {
  transform: translateY(-5px) scale(1.1);
  box-shadow: 0 10px 20px rgba(0,0,0,0.3);
  background: var(--social-hover-bg) !important;
  animation: none;
}

.footerInnerLeftCol li:hover i {
  transform: rotate(360deg) scale(1.2);
  transition: var(--transition);
}

i.bc-i-youtube { color: #fd0000 !important; }
i.bc-i-twitter { color: #fff !important; }
i.bc-i-instagram { color: #ff0095 !important; }
i.bc-i-telegram { color: #37a8ef !important; }

.footerInnerLeftCol li:hover .bc-i-youtube { color: #ff4d4d !important; }
.footerInnerLeftCol li:hover .bc-i-twitter { color: #1da1f2 !important; }
.footerInnerLeftCol li:hover .bc-i-instagram { color: #ff006a !important; }
.footerInnerLeftCol li:hover .bc-i-telegram { color: #4ab3f4 !important; }

.footerInnerLeftCol li::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  background: rgba(255,255,255,0.1);
  border-radius: 50%;
  transform: translate(-50%, -50%);
  transition: width 0.4s, height 0.4s;
}

.footerInnerLeftCol li:hover::after {
  width: 150px;
  height: 150px;
}

.footerInnerLeftCol li::before {
  content: attr(data-platform);
  position: absolute;
  bottom: -30px;
  left: 50%;
  transform: translateX(-50%);
  background: #fff;
  color: #000;
  padding: 4px 8px;
  border-radius: 4px;
  font-size: 12px;
  opacity: 0;
  transition: opacity 0.3s;
  white-space: nowrap;
}

.footerInnerLeftCol li:hover::before {
  opacity: 1;
}

.ftr-g-i-head-bc {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  height: 33px;
  padding: 0 10px;
  background: var(--gradient-red) !important;
}

.hdr-user-bc .btn.register {
  max-width: 80px !important;
}

.ftr-g-i-b-time-bc {
  font-size: 11px;
  color: rgb(255, 255, 255) !important;
}

.footerLinkCols {
  gap: 4rem !important;
}



.btn.a-color.header-icon-text.undefined {
  background: linear-gradient(360deg, #4b0000 0%, #a90404 100%);
  color: white;               
  border: none;
  padding: 10px 18px;
  border-radius: 8px;
  font-size: 16px;
  font-weight: bold;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  transition: all 0.3s ease;
}

.btn.a-color.header-icon-text.undefined:hover {
  background-color: #c0392b; 
    transform: scale(1.05);   
}

.btn.a-color.header-icon-text.bc-i-circle-dollar {
  background-color: #28a745;  
  color: white;              
  border: none;
  padding: 10px 18px;
  border-radius: 8px;
  font-size: 16px;
  font-weight: bold;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  transition: all 0.3s ease;
}

.btn.a-color.header-icon-text.bc-i-circle-dollar:hover {
  background-color: #c0392b; 
  transform: scale(1.05);    
}

.btn.a-color.header-icon-text.bc-i-bonus {
  background: linear-gradient(360deg, #4b0000 0%, #a90404 100%);
  color: white;               
  border: none;
  padding: 10px 18px;
  border-radius: 8px;
  font-size: 16px;
  font-weight: bold;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  transition: all 0.3s ease;
}

.btn.a-color.header-icon-text.bc-i-bonus:hover {
  background-color: #c0392b; 
  transform: scale(1.05);    
}

.header-icon {
  width: 68px !important;
}

.popup-inner-bc {
  margin: auto;
  border-radius: 20px !important;
  overflow: hidden;
  position: relative;
  background: #1f1c175e !important;
  animation: var(--default-transition-duration) open-popup ease-in-out forwards;
  backdrop-filter: blur(10px) !important;
  box-shadow: 0 0 0.2rem #fff, 0 0 0.2rem #fff, 0 0 1rem #a90404, 0 0 0.4rem #a90404, 0 0 1.4rem #a90404, inset 0 0 0.7rem #a90404 !important;
}

.promotionsList-bc:not(.gridView) {
  grid-template-columns: repeat(auto-fill, minmax(420px, 1fr)) !important;
}

.promotions-article-title {
  display: none;
}

.view-title-more {
  text-align: center !important;  
      margin: 10px 0;
    font-weight: 900;
    color: #e2fff6;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.hm-row-bc:not(:first-child:empty)+.hm-row-bc  {
  margin-top: 10px!important;
}

.promotionsArticleThumbnail-bc {
  position: relative;
  z-index: 2; 
}


.page-view-more {
  display: block !important;
}

@media (max-width: 480px) {
  .btn span {
    display: inline;
  }
}

.btn.icon::before {
  content: ";
  font-family: "Font Awesome 5 Free;
  font-weight: 900;
  margin-right: 8px;
}

.swiper {
  width: 100% !important;
  max-width: 1440px !important;
  aspect-ratio: 1440 / 520 !important;
  margin: 0 auto !important;
  overflow: hidden !important;
}

.swiper-wrapper {
  height: 100% !important;
}

.swiper-slide {
  height: 100% !important;
  display: flex !important;
  align-items: center;
  justify-content: center;
  overflow: hidden !important;
}

.swiper-slide img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  display: block !important;
}

@media (max-width: 768px) {
  .swiper {
    aspect-ratio: 16 / 7 !important;
  }
}
/* =========================
   KATEGORI ALANI FINAL CSS
   ========================= */

/* Kategori alanını slider genişliğine yaklaştır */
.product-banner-section-bc,
.product-banner-wrapper-bc,
.product-banner-container-bc,
.products-banner-bc,
.product-banner-row-bc {
    max-width: 1440px !important;
    margin-left: auto !important;
    margin-right: auto !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    width: 100% !important;
    box-sizing: border-box !important;
}

/* Her kategori kartının iç link alanı */
.product-banner-info-bc {
    background: transparent !important;
    box-shadow: none !important;
    overflow: hidden !important;
    border-radius: 12px !important;
    max-width: 100% !important;
}

/* Kırmızı arka plan oluşturan before/after efektlerini kapat */
.product-banner-info-bc::before,
.product-banner-info-bc::after {
    display: none !important;
    content: none !important;
    background: none !important;
    box-shadow: none !important;
}

/* Kart içindeki tüm gereksiz bg efektlerini temizle */
.product-banner-info-bc *,
.product-banner-info-bc *::before,
.product-banner-info-bc *::after {
    box-shadow: none !important;
}

/* Görsel düzgün dursun */
.product-banner-img-bc {
    display: block !important;
    max-width: 100% !important;
    height: auto !important;
    background: transparent !important;
    border-radius: 12px !important;
}

/* Kategori kartlarının dış kutularında kırmızı bg varsa kaldır */
.product-banner-item-bc,
.product-banner-col-bc,
.product-banner-box-bc,
.product-banner-card-bc {
    background: transparent !important;
    box-shadow: none !important;
}

/* Kategorilerin bulunduğu satır taşmasın */
.product-banner-row-bc,
.product-banner-wrapper-bc,
.products-banner-bc {
    display: flex !important;
    flex-wrap: wrap !important;
    gap: 8px !important;
    justify-content: flex-start !important;
    align-items: stretch !important;
    overflow: visible !important;
}

/* Genel kırmızı glow/bg efekti kaldırsın */
.product-banner-row-bc * {
    box-shadow: none !important;
}

/* Mobil uyum */
@media (max-width: 1440px) {
    .product-banner-section-bc,
    .product-banner-wrapper-bc,
    .product-banner-container-bc,
    .products-banner-bc,
    .product-banner-row-bc {
        max-width: calc(100% - 20px) !important;
    }
}
/* GIF banner görseli */
img.sdr-image-bc[title="Gif Banner"] {
  display: block !important;
  width: auto !important;
  max-width: 100% !important;
  height: 110px !important;
  margin: 0 auto !important;
  object-fit: contain !important;
  object-position: center center !important;
}

/* GIF'in link/kapsayıcı alanı */
a:has(> img.sdr-image-bc[title="Gif Banner"]) {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 100% !important;
  height: 110px !important;
  min-height: 110px !important;
  max-height: 110px !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: hidden !important;
}

/* GIF'in bulunduğu slide */
.swiper-slide:has(img.sdr-image-bc[title="Gif Banner"]) {
  height: 110px !important;
  min-height: 110px !important;
  max-height: 110px !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: hidden !important;
}

/* GIF'in bulunduğu iç divler */
.swiper-slide:has(img.sdr-image-bc[title="Gif Banner"]) > div,
.swiper-slide:has(img.sdr-image-bc[title="Gif Banner"]) > div > div {
  height: 110px !important;
  min-height: 110px !important;
  max-height: 110px !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: hidden !important;
}

/* GIF'in bulunduğu swiper alanı komple */
.swiper:has(img.sdr-image-bc[title="Gif Banner"]),
.swiper-wrapper:has(img.sdr-image-bc[title="Gif Banner"]) {
  height: auto !important;
  min-height: 110px !important;
  max-height: 110px !important;
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
  overflow: hidden !important;
}
.games-content,
.games-horiz,
.hm-row-bc {
  max-width: 1440px !important;
  width: 100% !important;
  margin: 0 auto !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
  box-sizing: border-box !important;
}

.games-horiz-scroll {
  width: 100% !important;
  box-sizing: border-box !important;
}
/* =========================
   WEB ICON EFFECT
========================= */
@media (min-width: 769px) {

  .CMSIconSVGWrapper {
    color: #ff0000 !important;
  }

  .CMSIconSVGWrapper svg {
    fill: #ff0000 !important;
    color: #ff0000 !important;
    filter:
      drop-shadow(0 0 4px rgba(255, 0, 0, 0.45))
      drop-shadow(0 0 8px rgba(255, 0, 0, 0.35));
    animation: webIconFloat 2.2s ease-in-out infinite;
    transition: filter 0.3s ease, transform 0.3s ease;
    will-change: transform, filter;
  }

  a.nav-menu-item:hover .CMSIconSVGWrapper svg {
    filter:
      drop-shadow(0 0 6px rgba(255, 0, 0, 0.75))
      drop-shadow(0 0 12px rgba(255, 0, 0, 0.55))
      drop-shadow(0 0 18px rgba(255, 0, 0, 0.35));
  }

  @keyframes webIconFloat {
    0%   { transform: translateY(0); }
    50%  { transform: translateY(-4px); }
    100% { transform: translateY(0); }
  }

}

/* SADECE SAYFA GENİŞLİĞİ */

#root.casino-slots .layout-content-holder-bc {
  width: 100% !important;
  max-width: 1480px !important;
  margin: 0 auto !important;
  padding-left: 16px !important;
  padding-right: 16px !important;
  box-sizing: border-box !important;
}

/* CANLI CASINO SAYFA GENİŞLİĞİ */

#root.live-casino-games .layout-content-holder-bc,
#root.live-casino-games .liveCasinoWrapper {
  width: 100% !important;
  max-width: 1480px !important;
  margin: 0 auto !important;
  padding-left: 16px !important;
  padding-right: 16px !important;
  box-sizing: border-box !important;
}

/* PROMOSYON SAYFASI GENİŞLİĞİ */

#root.promotion-page .layout-content-holder-bc {
  width: 100% !important;
  max-width: 1480px !important;
  margin: 0 auto !important;
  padding-left: 16px !important;
  padding-right: 16px !important;
  box-sizing: border-box !important;
}

/* ÖNERİLEN BAHİSLER - COMPACT FINAL */

.featuredGamesContent {
    overflow: hidden !important;
}

.featuredGamesContent .swiper-slide {
    width: 31.8% !important;
    min-width: 31.8% !important;
    max-width: 31.8% !important;
    margin-right: 12px !important;
    box-sizing: border-box !important;
}

.featuredGamesContent .featuredGameItem {
    width: 100% !important;
    height: 170px !important;
    min-height: 170px !important;
    max-height: 170px !important;
    padding: 12px 14px !important;
    overflow: hidden !important;
    box-sizing: border-box !important;
}

.featuredGamesContent .featuredGameItemBody {
    height: 116px !important;
    min-height: 116px !important;
    max-height: 116px !important;
    display: flex !important;
    flex-direction: column !important;
    justify-content: space-between !important;
}

.featuredGamesContent .featuredGameItemPlayersContainer {
    height: 58px !important;
    min-height: 58px !important;
    max-height: 58px !important;
    display: grid !important;
    grid-template-columns: 1fr 70px 1fr !important;
    align-items: center !important;
    gap: 8px !important;
}

.featuredGamesContent .featuredGameItemPlayer {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 6px !important;
    min-width: 0 !important;
}

.featuredGamesContent .featuredGameItemPlayerImg {
    width: 28px !important;
    height: 28px !important;
    min-width: 28px !important;
    min-height: 28px !important;
    max-width: 28px !important;
    max-height: 28px !important;
    object-fit: contain !important;
}

.featuredGamesContent .featuredGameItemPlayerName {
    font-size: 13px !important;
    line-height: 15px !important;
    max-width: 95px !important;
    white-space: normal !important;
}

.featuredGamesContent .featuredGameItemTimeBlock {
    text-align: center !important;
    min-width: 70px !important;
}

.featuredGamesContent .market-group-holder-bc {
    height: 44px !important;
    display: flex !important;
    gap: 4px !important;
}

.featuredGamesContent .market-group-holder-bc > * {
    flex: 1 1 0 !important;
    min-width: 0 !important;
}

/* Başlık üst boşluğu azalt */
.featuredGames {
    margin-top: 10px !important;
    padding-top: 0 !important;
}

/* ÖNERİLEN BAHİSLER yazısı */
.featuredGames .page-view-more {
    margin-bottom: 8px !important;
    padding-bottom: 0 !important;
}

/* Sliderı yukarı çek */
.featuredGamesContent {
    margin-top: -8px !important;
}

/* Slider oklarının yüksekliğini kart boyuna indir */
.featuredGamesContent .swiper-button-prev,
.featuredGamesContent .swiper-button-next {
    height: 170px !important;
    top: 0 !important;
    margin-top: 0 !important;
}

/* Carousel alanının gereksiz yüksekliğini kır */
.featuredGamesContent .carouselWrapper,
.featuredGamesContent .swiper,
.featuredGamesContent .swiper-wrapper {
    height: 180px !important;
    min-height: 180px !important;
    max-height: 180px !important;
}

/* Tüm site arkaplanı */
body,
.layout-content-holder-bc,
.hm-row-bc,
.page-content,
#root {
    background-image: url("https://cmsbetconstruct.com/storage/medias/yanbahis-18755746/media_18755746_17a740c9f8c267b17244bb6de5491f8e.jpeg") !important;

    background-size: cover !important;
    background-position: center top !important;
    background-repeat: no-repeat !important;
    background-attachment: fixed !important;

    background-color: #000 !important;
}

