.hdr-user-bc a[class*=promotions] {
    background: rgba(255, 90, 0, 1) !important;
    transition: var(--default-transition-duration) !important;
}

.hdr-user-bc a[class*=Vip] {
    background: rgba(255, 90, 0, 1) !important;
    transition: var(--default-transition-duration) !important;
}


.user-nav-icon+.user-nav-icon {
    background: rgba(255, 90, 0, 1) !important
}


.custom-button-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 15px;
    padding: 20px;
}

.custom-button {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 130px;
    height: 130px;
    background: linear-gradient(180deg, #4b0082, #220046);
    border-radius: 15px;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.4);
    text-align: center;
    text-decoration: none;
    color: white;
    font-family: Arial, sans-serif;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
    overflow: hidden;
    position: relative;
    padding: 10px;
}

.custom-button:hover {
    transform: translateY(-5px);
    box-shadow: 0px 6px 15px rgba(0, 0, 0, 0.6);
}

.custom-button img {
    width: 50px;
    height: 50px;
    margin-bottom: 10px;
    border-radius: 10px;
}

@media (max-width: 768px) {
    .custom-button {
        width: 100px;
        height: 100px;
    }

    .custom-button img {
        width: 40px;
        height: 40px;
    }
}

img[src*="media_1872355_146d2c5e9bbd5a359064bad2995fb501.png"] {
  transform: scale(1.60); 
  transition: transform 0.3s ease; 
}




@media only screen and (max-width: 768px) {
  .product-banner-container-bc {
    display: grid !important;
    grid-template-columns: repeat(4, 1fr) !important;
    gap: 4px !important;
    padding: 4px !important;
    justify-items: center !important;
  }

  .product-banner-img-bc {
    width: 100% !important;
    max-width: 70px !important;
    border-radius: 10px !important;
    transition: all 0.25s ease !important;
    background-color: transparent !important;
    padding: 2px !important;
    border: none !important;
    box-shadow: none !important;
  }

  .product-banner-img-bc:hover {
    transform: scale(1.05) !important;
    filter: brightness(1.1) !important;
  }

  .product-banner-container-bc {
  gap: 6px 2px !important;
    
}
}

.informative-widget-container img {
    display: none !important;
    max-width: 30px !important;
    max-height: 30px !important;
    border-radius: var(--border-radius) !important;
}



/* tg ve wp butonları */
  .horizontalSliderRow:has(.sliderImage:nth-child(8):last-child) {
    display: grid !important;
    grid-template-columns: max-content max-content !important;
    grid-template-rows: repeat(4, auto) !important;
    gap: 0 20px !important;
    justify-content: center !important;
    align-items: center !important;
    width: 100% !important;
  }
  .horizontalSliderRow:has(.sliderImage:nth-child(8):last-child) .sliderImage {
    width: auto !important;
    max-width: 95px !important;
    box-sizing: border-box !important;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    margin: -5px 0 !important;
    transform: scale(1.1) !important; /* Butonları %10 büyütür */
  }
  .horizontalSliderRow:has(.sliderImage:nth-child(8):last-child) .sliderImage img {
    width: 100% !important;
    height: auto !important;
    display: block !important;
    margin: 0 auto !important;
  }
  .horizontalSliderRow:has(.sliderImage:nth-child(8):last-child) .sliderImage:nth-child(1) img {
    margin-left: -5px !important;
  }
  .horizontalSliderRow:has(.sliderImage:nth-child(8):last-child) .sliderImage:nth-child(8) img {
    margin-right: -5px !important;
  }

/* Grid pozisyonları */
.horizontalSliderRow:has(.sliderImage:nth-child(8):last-child) .sliderImage:nth-child(1) { grid-column: 1 !important; grid-row: 1 !important; }
.horizontalSliderRow:has(.sliderImage:nth-child(8):last-child) .sliderImage:nth-child(2) { grid-column: 1 !important; grid-row: 2 !important; }  
.horizontalSliderRow:has(.sliderImage:nth-child(8):last-child) .sliderImage:nth-child(3) { grid-column: 1 !important; grid-row: 3 !important; }
.horizontalSliderRow:has(.sliderImage:nth-child(8):last-child) .sliderImage:nth-child(4) { grid-column: 2 !important; grid-row: 1 !important; }
.horizontalSliderRow:has(.sliderImage:nth-child(8):last-child) .sliderImage:nth-child(5) { grid-column: 2 !important; grid-row: 2 !important; }
.horizontalSliderRow:has(.sliderImage:nth-child(8):last-child) .sliderImage:nth-child(6) { grid-column: 2 !important; grid-row: 3 !important; }
.horizontalSliderRow:has(.sliderImage:nth-child(8):last-child) .sliderImage:nth-child(7) { grid-column: 1 !important; grid-row: 4 !important; }
.horizontalSliderRow:has(.sliderImage:nth-child(8):last-child) .sliderImage:nth-child(8) { grid-column: 2 !important; grid-row: 4 !important; }






/* lisans logosu */
img[src*="sealassets"] {
  max-width: 100px;
  max-height: 100px;
  object-fit: contain;
  padding: 33px; 
}



  /* giriş butonu — yazının altı çizili */
  .hdr-user-bc button.sign-in {
    background: transparent !important;
    background-color: transparent !important;
    color: #ffffff !important;
    border: none !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    padding: 2px 0 !important;
    min-height: auto !important;
    text-decoration: none !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    line-height: 1.1 !important;
}

.hdr-user-bc button.sign-in span {
    color: #ffffff !important;
    font-weight: 700 !important;
    text-transform: uppercase !important;
    letter-spacing: 0.04em !important;
    text-decoration: none !important;
    border-bottom: 2px solid #ffffff !important;
    padding-bottom: 3px !important;
    display: inline-block !important;
    line-height: 1.05 !important;
}

.hdr-user-bc button.sign-in:active {
    background: transparent !important;
    border: none !important;
    opacity: 0.82 !important;
}






/* Header icons - clean icon style (no gif) */
@media screen and (min-width: 1201px) {
  .hdr-user-bc,
  .hdr-user-bc .header-custom-buttons {
    display: flex !important;
    align-items: center !important;
    gap: 10px !important;
  }

  .hdr-user-bc a.user-nav-icon.bc-i-promotions-3,
  .hdr-user-bc a.user-nav-icon.bc-i-promotions,
  .hdr-user-bc a.user-nav-icon.bc-i-vip,
  .hdr-user-bc a.user-nav-icon.bc-i-Vip,
  .hdr-user-bc a.user-nav-icon.bc-i-tv {
    width: 38px !important;
    height: 38px !important;
    border-radius: 8px !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    background: rgba(var(--hero), 1) !important;
    color: #000000 !important;
    border: 0 !important;
    box-shadow: none !important;
    margin: 0 !important;
    padding: 0 !important;
    font-size: 0 !important;
    line-height: 0 !important;
  }

  .hdr-user-bc a.user-nav-icon.bc-i-promotions-3::before,
  .hdr-user-bc a.user-nav-icon.bc-i-promotions::before,
  .hdr-user-bc a.user-nav-icon.bc-i-vip::before,
  .hdr-user-bc a.user-nav-icon.bc-i-Vip::before,
  .hdr-user-bc a.user-nav-icon.bc-i-tv::before {
    font-size: 22px !important;
    line-height: 1 !important;
    color: #000000 !important;
  }
}









/* BONUS TALEP ET butonu – sadece PROMOTIONS sayfasında */
a[href*="cutt.ly/ovisbonustalep"] {
  display: inline-block !important;
  width: 110px !important;
  height: 30px !important;
  background-image: url('https://i.imgur.com/BbeGqGw.png');
  background-size: contain !important;
  background-repeat: no-repeat !important;
  background-position: center center !important;
  text-indent: -9999px !important;
  overflow: hidden !important;
  border: none !important;
}

/* PARA YATIR butonu – sadece PROMOTIONS sayfasında */
a[href*="cutt.ly/masterpay"] {
  display: inline-block !important;
  width: 110px !important;
  height: 30px !important;
  background-image: url('https://i.imgur.com/wTSjSxD.png');
  background-size: contain !important;
  background-repeat: no-repeat !important;
  background-position: center center !important;
  text-indent: -9999px !important;
  overflow: hidden !important;
  border: none !important;
}










/* görüş ve öneri alanı promosyon */
.promotion-details-info a[href*="api.whatsapp.com/send/?phone=380993316977"] {
  display: inline-block !important;
  width: 110px !important;
  height: 30px !important;
  background-image: url('https://i.imgur.com/arinCZF.png');
  background-size: contain !important;
  background-repeat: no-repeat !important;
  background-position: center center !important;
  text-indent: -9999px !important;
  overflow: hidden !important;
  border: none !important;
}

.promotion-details-info a[href*="t.me/Betovis_Marketing"] {
  display: inline-block !important;
  width: 110px !important;
  height: 30px !important;
  background-image: url('https://i.imgur.com/LPVfEVb.png');
  background-size: contain !important;
  background-repeat: no-repeat !important;
  background-position: center center !important;
  text-indent: -9999px !important;
  overflow: hidden !important;
  border: none !important;
}











  






/* Footer sosyal medya özel ikonları */
.footerSocialLinks .bc-i-instagram {
    background: url('https://i.postimg.cc/sx09Vzd8/inst.png') no-repeat center center !important;
    background-size: contain !important;
    -webkit-background-clip: initial !important;
    -webkit-text-fill-color: initial !important;
    background-clip: initial !important;
    color: transparent !important;
    text-indent: -9999px; 
    width: 33px; 
    height: 33px; 
    display: inline-block;
}

.footerSocialLinks .bc-i-telegram {
    background: url('https://i.postimg.cc/P51Z7Yx0/teleg.png') no-repeat center center !important;
    background-size: contain !important;
    color: transparent !important;
    text-indent: -9999px;
    width: 33px;
    height: 33px;
    display: inline-block;
}

.footerSocialLinks .bc-i-twitter {
    background: url('https://i.postimg.cc/CMtqLmnW/x.png') no-repeat center center !important;
    background-size: contain !important;
    color: transparent !important;
    text-indent: -9999px;
    width: 33px;
    height: 33px;
    display: inline-block;
}

.footerSocialLinks .bc-i-whatsapp {
    background: url('https://i.postimg.cc/W1cq0zn8/whats.png') no-repeat center center !important;
    background-size: contain !important;
    color: transparent !important;
    text-indent: -9999px;
    width: 33px;
    height: 33px;
    display: inline-block;
}






/* Story ortala ve küçült işlemi */
.storiesWidgetWrapper .horizontalSliderRow.storiesWidgetList {
    display: flex;
    justify-content: flex-start;
    transform: scale(0.85);
    margin: 0 auto;
}












/* Logo yanındaki ikon — şimşek rozeti */
.logo-container a.header-icon img[src*="media_1872355"],
.logo-container .header-icon img[src*="media_1872355"] {
    content: url('/images/logo-badge-lightning.png?v=20260624-lightning-v1') !important;
    width: 32px !important;
    height: 32px !important;
    max-width: 32px !important;
    max-height: 32px !important;
    object-fit: contain !important;
    display: block !important;
}

@media screen and (max-width: 1200px) {
  .logo-container a.header-icon img[src*="media_1872355"],
  .logo-container .header-icon img[src*="media_1872355"] {
      width: 28px !important;
      height: 28px !important;
      max-width: 28px !important;
      max-height: 28px !important;
  }
}

/* Gold + black theme overrides */
:root {
  --custom-gold: #FF5A00;
  --custom-black: #000000;
  --custom-dark: #161616;
  --custom-icon-gray: #828282;
}

body,
.layout-bc,
.header-bc,
.hdr-main-content-bc,
.hdr-additional-info,
.hdr-dynamic-content,
.product-banner-container-bc,
.tab-navigation-w-bc,
.informative-widget-container,
.informative-widget,
.e-p-header-bc {
  background: var(--custom-black) !important;
}

.btn.a-outline.a-white,
.user-nav-icon.bc-i-promotions-3,
.user-nav-icon.bc-i-mines,
.user-nav-icon.bc-i-result,
.user-nav-icon.bc-i-tournament {
  background: var(--custom-gold) !important;
  color: var(--custom-black) !important;
  border-color: var(--custom-gold) !important;
}

.btn.register,
.bc-i-boost {
  color: var(--custom-gold) !important;
}

.btn.register,
.btn.register span {
  color: var(--custom-black) !important;
  -webkit-text-fill-color: var(--custom-black) !important;
  opacity: 1 !important;
  visibility: visible !important;
}

.featuredGameItem,
.featuredGameItemHeader:before,
.informative-widget-link {
  border-color: var(--custom-gold) !important;
}

.market-bc.active,
.providerItemsInner.active,
.casinoTournamentTabClm.active,
.generic-search-menu-item.active,
.market-filter-scrollable-navigation-bc-holder .horizontal-sl-item-bc.active {
  background: var(--custom-gold) !important;
  color: var(--custom-black) !important;
}

.header-icon.bc-i-telegram,
.bc-i-telegram,
.bc-i-twitter,
.bc-i-youtube,
.bc-i-instagram,
.bc-i-whatsapp {
  background-color: var(--custom-black) !important;
  color: var(--custom-icon-gray) !important;
}

/* Final force override: replace red accents with gold */
:root {
  --hero: 255, 90, 0 !important;
  --hero-sc: 0, 0, 0 !important;
}

.hdr-user-bc a[class*=promotions],
.hdr-user-bc a[class*=Vip],
.user-nav-icon + .user-nav-icon {
  background: #FF5A00 !important;
  background-color: #FF5A00 !important;
  color: #000000 !important;
  border-color: #FF5A00 !important;
}

.hdr-user-bc button.sign-in,
.btn.sign-in {
  background: transparent !important;
  background-color: transparent !important;
  color: #ffffff !important;
  border: none !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  padding: 2px 0 !important;
  text-decoration: none !important;
}

.hdr-user-bc button.sign-in span,
.btn.sign-in span {
  color: #ffffff !important;
  font-weight: 700 !important;
  text-transform: uppercase !important;
  letter-spacing: 0.04em !important;
  text-decoration: none !important;
  border-bottom: 2px solid #ffffff !important;
  padding-bottom: 3px !important;
  display: inline-block !important;
  line-height: 1.05 !important;
}

.hdr-user-bc button.sign-in:active,
.btn.sign-in:active {
  background: transparent !important;
  background-color: transparent !important;
  border: none !important;
  opacity: 0.82 !important;
}

/* Ultimate color lock */
html:root,
:root,
body {
  --hero: 255, 90, 0 !important;
  --hero-sc: 0, 0, 0 !important;
  --a: 255, 90, 0 !important;
  --accent: 255, 90, 0 !important;
  --primary: 255, 90, 0 !important;
  --custom-menu-bg-color: 0, 0, 0 !important;
  --custom-menu-hover-bg-color: 255, 90, 0 !important;
}

.btn,
button.btn,
a.btn,
.market-bc.active,
.nav-menu-item.active,
.nav-menu-item:hover,
.horizontal-sl-item-bc.active,
.tab-bc.active,
.providerItemsInner.active {
  background-color: #FF5A00 !important;
  border-color: #FF5A00 !important;
  color: #000000 !important;
}

/* Featured games: keep original dark widget look */
.ftr-game-item-bc {
  background-image: none !important;
  background-color: #223741 !important;
  border: 0 !important;
}

.ftr-g-i-head-bc,
.ftr-g-i-body-bc {
  background: #2a424c !important;
}

/* Remove story widget and close top gap */
.storiesWidgetWrapper,
[class*="storyWidget"] {
  display: none !important;
  height: 0 !important;
  min-height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
}

.layout-content-holder-bc > div:has(.storiesWidgetWrapper) {
  display: none !important;
  margin: 0 !important;
  padding: 0 !important;
}

/* Mobile: quick icon style from reference CSS */
@media screen and (max-width: 1200px) {
  .hdr-additional-info .user-nav-icon {
    width: 30px !important;
    height: 30px !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    margin-inline-start: 10px !important;
    background: rgba(var(--hero), 1) !important;
    color: #ffffff !important;
    border: 0 !important;
    border-radius: 6px !important;
    padding: 0 !important;
  }

  .hdr-additional-info .user-nav-icon::before {
    display: block !important;
    font-family: BetConstruct-Icons !important;
    font-weight: 400 !important;
    font-style: normal !important;
    font-size: 20px !important;
    line-height: 1 !important;
    color: #ffffff !important;
    text-transform: none !important;
  }
}

/* Smart panel vertical icons (desktop) - hard fallback */
@media screen and (min-width: 1201px) {
  .smartPanel-bc .hdr-user-bc .user-nav-icon::before {
    display: block !important;
    font-family: "Segoe UI Emoji", "Apple Color Emoji", sans-serif !important;
    font-size: 18px !important;
    line-height: 1 !important;
    color: #ffffff !important;
    text-transform: none !important;
  }

  .smartPanel-bc .hdr-user-bc .user-nav-icon.bc-i-notification::before { content: "🔔" !important; }
  .smartPanel-bc .hdr-user-bc .user-nav-icon.bc-i-message::before { content: "✉️" !important; }
  .smartPanel-bc .hdr-user-bc .user-nav-icon.bc-i-favorite::before { content: "⭐" !important; }
  .smartPanel-bc .hdr-user-bc .user-nav-icon.bc-i-bonus::before { content: "🎁" !important; }
  .smartPanel-bc .hdr-user-bc .user-nav-icon.bc-i-settings::before { content: "⚙️" !important; }
  .smartPanel-bc .hdr-user-bc .user-nav-icon.bc-i-live-chat::before { content: "💬" !important; }
  .smartPanel-bc .hdr-user-bc .user-nav-icon.bc-i-coupon::before { content: "🎟️" !important; }
  .smartPanel-bc .hdr-user-bc .user-nav-icon.bc-i-results::before,
  .smartPanel-bc .hdr-user-bc .user-nav-icon.bc-i-result::before { content: "📊" !important; }
}

/* Correct container: desktop vertical smart panel icons */
@media screen and (min-width: 1201px) {
  .hdr-smart-panel-holder-bc .user-nav-icon {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
  }

  .hdr-smart-panel-holder-bc .user-nav-icon::before {
    display: block !important;
    font-family: "Segoe UI Emoji", "Apple Color Emoji", sans-serif !important;
    font-size: 18px !important;
    line-height: 1 !important;
    font-weight: 400 !important;
    color: #ffffff !important;
  }

  .hdr-smart-panel-holder-bc .user-nav-icon.bc-i-notification::before { content: "🔔" !important; }
  .hdr-smart-panel-holder-bc .user-nav-icon.bc-i-message::before { content: "✉️" !important; }
  .hdr-smart-panel-holder-bc .user-nav-icon.bc-i-favorite::before { content: "⭐" !important; }
  .hdr-smart-panel-holder-bc .user-nav-icon.bc-i-bonus::before { content: "🎁" !important; }
  .hdr-smart-panel-holder-bc .user-nav-icon.bc-i-settings::before { content: "⚙️" !important; }
  .hdr-smart-panel-holder-bc .user-nav-icon.bc-i-live-chat::before { content: "💬" !important; }
  .hdr-smart-panel-holder-bc .user-nav-icon.bc-i-coupon::before { content: "🎟️" !important; }
  .hdr-smart-panel-holder-bc .user-nav-icon.bc-i-results::before,
  .hdr-smart-panel-holder-bc .user-nav-icon.bc-i-result::before { content: "📊" !important; }
  .hdr-smart-panel-holder-bc .user-nav-icon.bc-i-betslip::before { content: "🧾" !important; }

  /* Real smart panel icon node is <i class="sp-button-icon-bc ..."> */
  .hdr-smart-panel-holder-bc .user-nav-icon {
    font-size: initial !important;
    line-height: normal !important;
  }

  .hdr-smart-panel-holder-bc .user-nav-icon .sp-button-icon-bc {
    display: block !important;
    font-family: BetConstruct-Icons !important;
    font-size: 18px !important;
    line-height: 1 !important;
    color: #ffffff !important;
    text-indent: 0 !important;
    overflow: visible !important;
  }

  .hdr-smart-panel-holder-bc .user-nav-icon .sp-button-icon-bc::before {
    font-family: BetConstruct-Icons !important;
    font-size: 18px !important;
    line-height: 1 !important;
    color: #ffffff !important;
  }

  /* Final fallback on actual smart panel button icon classes */
  .hdr-smart-panel-holder-bc .sp-button-bc .sp-button-icon-bc {
    display: inline-block !important;
    font-size: 18px !important;
    line-height: 1 !important;
    color: #ffffff !important;
    text-indent: 0 !important;
    overflow: visible !important;
  }

  .hdr-smart-panel-holder-bc .sp-button-bc .sp-button-icon-bc.bc-i-notification::before { content: "🔔" !important; font-family: "Segoe UI Emoji", "Apple Color Emoji", sans-serif !important; }
  .hdr-smart-panel-holder-bc .sp-button-bc .sp-button-icon-bc.bc-i-message::before { content: "✉️" !important; font-family: "Segoe UI Emoji", "Apple Color Emoji", sans-serif !important; }
  .hdr-smart-panel-holder-bc .sp-button-bc .sp-button-icon-bc.bc-i-favorite::before { content: "⭐" !important; font-family: "Segoe UI Emoji", "Apple Color Emoji", sans-serif !important; }
  .hdr-smart-panel-holder-bc .sp-button-bc .sp-button-icon-bc.bc-i-bonus::before { content: "🎁" !important; font-family: "Segoe UI Emoji", "Apple Color Emoji", sans-serif !important; }
  .hdr-smart-panel-holder-bc .sp-button-bc .sp-button-icon-bc.bc-i-settings::before { content: "⚙️" !important; font-family: "Segoe UI Emoji", "Apple Color Emoji", sans-serif !important; }
  .hdr-smart-panel-holder-bc .sp-button-bc .sp-button-icon-bc.bc-i-live-chat::before { content: "💬" !important; font-family: "Segoe UI Emoji", "Apple Color Emoji", sans-serif !important; }
  .hdr-smart-panel-holder-bc .sp-button-bc .sp-button-icon-bc.bc-i-coupon::before { content: "🎟️" !important; font-family: "Segoe UI Emoji", "Apple Color Emoji", sans-serif !important; }
  .hdr-smart-panel-holder-bc .sp-button-bc .sp-button-icon-bc.bc-i-results::before { content: "📊" !important; font-family: "Segoe UI Emoji", "Apple Color Emoji", sans-serif !important; }
  .hdr-smart-panel-holder-bc .sp-button-bc .sp-button-icon-bc.bc-i-betslip::before { content: "🧾" !important; font-family: "Segoe UI Emoji", "Apple Color Emoji", sans-serif !important; }
}

/* Desktop left vertical menu: fallback icons if svg fails */
@media screen and (min-width: 1201px) {
  .asideMenuNavLink .asideMenuNavItemIconWrapper,
  .sideMenuNavLink .sideMenuNavItemIconWrapper {
    display: none !important;
  }

  .asideMenuNavLink::before,
  .sideMenuNavLink::before {
    content: "•";
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 18px !important;
    min-width: 18px !important;
    margin-inline-end: 6px !important;
    font-size: 14px !important;
    line-height: 1 !important;
    color: #ffffff !important;
    font-family: "Segoe UI Emoji", "Apple Color Emoji", sans-serif !important;
  }

  .asideMenuNavLink[aria-label*="BAH"]::before,
  .sideMenuNavLink[aria-label*="BAH"]::before { content: "⚽"; }
  .asideMenuNavLink[aria-label*="CANLI"]::before,
  .sideMenuNavLink[aria-label*="CANLI"]::before { content: "📡"; }
  .asideMenuNavLink[aria-label*="CASINO"]::before,
  .sideMenuNavLink[aria-label*="CASINO"]::before { content: "🎰"; }
  .asideMenuNavLink[aria-label*="VIP"]::before,
  .sideMenuNavLink[aria-label*="VIP"]::before { content: "💎"; }
  .asideMenuNavLink[aria-label*="KAZ"]::before,
  .sideMenuNavLink[aria-label*="KAZ"]::before { content: "🔥"; }
  .asideMenuNavLink[aria-label*="TREN"]::before,
  .sideMenuNavLink[aria-label*="TREN"]::before { content: "🚆"; }
}

/* Left menu icon alignment fix */
@media screen and (min-width: 1201px) {
  .asideMenuNavLink::before,
  .sideMenuNavLink::before {
    content: none !important;
  }

  .asideMenuNavLink .asideMenuOpenNav,
  .asideMenuNavLink .asideMenuCompactNav,
  .sideMenuNavLink .sideMenuOpenNav,
  .sideMenuNavLink .sideMenuCompactNav {
    display: flex !important;
    align-items: center !important;
    gap: 8px !important;
  }

  .asideMenuNavLink .asideMenuOpenNav::before,
  .asideMenuNavLink .asideMenuCompactNav::before,
  .sideMenuNavLink .sideMenuOpenNav::before,
  .sideMenuNavLink .sideMenuCompactNav::before {
    content: "✨";
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 22px !important;
    min-width: 22px !important;
    height: 22px !important;
    font-size: 18px !important;
    line-height: 1 !important;
    color: #ffffff !important;
    font-family: "Segoe UI Emoji", "Apple Color Emoji", sans-serif !important;
  }

  .asideMenuNavLink[aria-label*="BAH"] .asideMenuOpenNav::before,
  .asideMenuNavLink[aria-label*="BAH"] .asideMenuCompactNav::before,
  .sideMenuNavLink[aria-label*="BAH"] .sideMenuOpenNav::before,
  .sideMenuNavLink[aria-label*="BAH"] .sideMenuCompactNav::before { content: "⚽"; }
  .asideMenuNavLink[aria-label*="CANLI"] .asideMenuOpenNav::before,
  .asideMenuNavLink[aria-label*="CANLI"] .asideMenuCompactNav::before,
  .sideMenuNavLink[aria-label*="CANLI"] .sideMenuOpenNav::before,
  .sideMenuNavLink[aria-label*="CANLI"] .sideMenuCompactNav::before { content: "📡"; }
  .asideMenuNavLink[aria-label*="CASINO"] .asideMenuOpenNav::before,
  .asideMenuNavLink[aria-label*="CASINO"] .asideMenuCompactNav::before,
  .sideMenuNavLink[aria-label*="CASINO"] .sideMenuOpenNav::before,
  .sideMenuNavLink[aria-label*="CASINO"] .sideMenuCompactNav::before { content: "🎰"; }
  .asideMenuNavLink[aria-label*="VIP"] .asideMenuOpenNav::before,
  .asideMenuNavLink[aria-label*="VIP"] .asideMenuCompactNav::before,
  .sideMenuNavLink[aria-label*="VIP"] .sideMenuOpenNav::before,
  .sideMenuNavLink[aria-label*="VIP"] .sideMenuCompactNav::before { content: "💎"; }
  .asideMenuNavLink[aria-label*="KAZ"] .asideMenuOpenNav::before,
  .asideMenuNavLink[aria-label*="KAZ"] .asideMenuCompactNav::before,
  .sideMenuNavLink[aria-label*="KAZ"] .sideMenuOpenNav::before,
  .sideMenuNavLink[aria-label*="KAZ"] .sideMenuCompactNav::before { content: "🔥"; }
  .asideMenuNavLink[aria-label*="TREN"] .asideMenuOpenNav::before,
  .asideMenuNavLink[aria-label*="TREN"] .asideMenuCompactNav::before,
  .sideMenuNavLink[aria-label*="TREN"] .sideMenuOpenNav::before,
  .sideMenuNavLink[aria-label*="TREN"] .sideMenuCompactNav::before { content: "🚆"; }

  /* Position-based overrides requested by user */
  .asideMenuNavItem:nth-child(1) .asideMenuOpenNav::before,
  .asideMenuNavItem:nth-child(1) .asideMenuCompactNav::before,
  .sideMenuNavItem:nth-child(1) .sideMenuOpenNav::before,
  .sideMenuNavItem:nth-child(1) .sideMenuCompactNav::before { content: "⚽"; } /* ball */

  .asideMenuNavItem:nth-child(2) .asideMenuOpenNav::before,
  .asideMenuNavItem:nth-child(2) .asideMenuCompactNav::before,
  .sideMenuNavItem:nth-child(2) .sideMenuOpenNav::before,
  .sideMenuNavItem:nth-child(2) .sideMenuCompactNav::before { content: "🏀"; } /* second ball */

  .asideMenuNavItem:nth-child(5) .asideMenuOpenNav::before,
  .asideMenuNavItem:nth-child(5) .asideMenuCompactNav::before,
  .sideMenuNavItem:nth-child(5) .sideMenuOpenNav::before,
  .sideMenuNavItem:nth-child(5) .sideMenuCompactNav::before { content: "🎲"; } /* dice */

  .asideMenuNavItem:nth-child(6) .asideMenuOpenNav::before,
  .asideMenuNavItem:nth-child(6) .asideMenuCompactNav::before,
  .sideMenuNavItem:nth-child(6) .sideMenuOpenNav::before,
  .sideMenuNavItem:nth-child(6) .sideMenuCompactNav::before { content: "✈️"; } /* plane */

  .asideMenuNavItem:nth-child(7) .asideMenuOpenNav::before,
  .asideMenuNavItem:nth-child(7) .asideMenuCompactNav::before,
  .sideMenuNavItem:nth-child(7) .sideMenuOpenNav::before,
  .sideMenuNavItem:nth-child(7) .sideMenuCompactNav::before { content: "🎁"; } /* gift */

  .asideMenuNavItem:nth-child(8) .asideMenuOpenNav::before,
  .asideMenuNavItem:nth-child(8) .asideMenuCompactNav::before,
  .sideMenuNavItem:nth-child(8) .sideMenuOpenNav::before,
  .sideMenuNavItem:nth-child(8) .sideMenuCompactNav::before { content: "🤝"; } /* partnership */
}

/* BONUS / PROMOSYON — yazı fontu, kalın metin, maddeli düzen */
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@500;600;700&display=swap');

.promotion-details-info,
.promotion-details-info .promo-content {
  font-family: 'Inter', 'Segoe UI', system-ui, -apple-system, sans-serif !important;
  -webkit-font-smoothing: antialiased !important;
  -moz-osx-font-smoothing: grayscale !important;
  color: #f3f5f8 !important;
  font-size: 14px !important;
  font-weight: 600 !important;
  line-height: 1.7 !important;
  letter-spacing: 0.015em !important;
}

.promotion-details-info .promo-lead {
  font-size: 16px !important;
  font-weight: 700 !important;
  color: #FFB380 !important;
  margin: 0 0 14px 0 !important;
  line-height: 1.45 !important;
}

.promotion-details-info .promo-section-title {
  font-size: 15px !important;
  font-weight: 700 !important;
  color: #FF5A00 !important;
  margin: 16px 0 10px 0 !important;
  padding-bottom: 6px !important;
  border-bottom: 1px solid rgba(255, 90, 0, 0.35) !important;
  text-transform: none !important;
  letter-spacing: 0.03em !important;
}

.promotion-details-info .promo-text {
  font-size: 14px !important;
  font-weight: 600 !important;
  color: rgba(243, 245, 248, 0.95) !important;
  margin: 0 0 12px 0 !important;
  line-height: 1.65 !important;
}

.promotion-details-info .promo-rules {
  list-style: none !important;
  margin: 0 0 14px 0 !important;
  padding: 0 !important;
}

.promotion-details-info .promo-rules li {
  position: relative !important;
  display: block !important;
  width: 100% !important;
  margin: 0 0 9px 0 !important;
  padding: 0 0 0 18px !important;
  font-size: 14px !important;
  font-weight: 600 !important;
  line-height: 1.65 !important;
  color: rgba(243, 245, 248, 0.92) !important;
}

.promotion-details-info .promo-rules li::before {
  content: "•" !important;
  position: absolute !important;
  left: 0 !important;
  top: 0 !important;
  color: #FF5A00 !important;
  font-weight: 700 !important;
  font-size: 16px !important;
  line-height: 1.55 !important;
}

.promotion-details-info .promo-rules-num {
  counter-reset: promo-item !important;
}

.promotion-details-info .promo-rules-num li {
  counter-increment: promo-item !important;
  padding-left: 24px !important;
}

.promotion-details-info .promo-rules-num li::before {
  content: counter(promo-item) "." !important;
  color: #FF5A00 !important;
  font-size: 14px !important;
  font-weight: 700 !important;
}

.promotion-details-info p:not([class]),
.promotion-details-info ul:not([class]),
.promotion-details-info li:not([class]) {
  font-weight: 600 !important;
  line-height: 1.65 !important;
}

.promotion-details-info ul:not([class]) {
  list-style: none !important;
  padding-left: 0 !important;
  margin: 0 0 12px 0 !important;
}

.promotion-details-info ul:not([class]) li {
  position: relative !important;
  padding-left: 18px !important;
  margin-bottom: 8px !important;
}

.promotion-details-info ul:not([class]) li::before {
  content: "•" !important;
  position: absolute !important;
  left: 0 !important;
  color: #FF5A00 !important;
  font-weight: 700 !important;
}

.spoiler-content,
.bonusExchangeInnerInfoDesc-bc {
  font-family: 'Inter', 'Segoe UI', system-ui, sans-serif !important;
  font-weight: 600 !important;
  font-size: 14px !important;
  line-height: 1.65 !important;
}

.spoiler-title span {
  font-weight: 700 !important;
  font-size: 14px !important;
}

/* Promosyon — mobil düzen (PC görünümüne dokunmaz) */
@media (max-width: 900px) {
  .promotionsList-bc {
    grid-template-columns: 1fr !important;
    gap: 12px !important;
    padding: 0 10px 16px !important;
  }

  .promotionsListEl-bc {
    border-width: 3px !important;
    border-radius: 14px !important;
  }

  .popup-holder-bc.promotion-details-popup .popup-inner-bc {
    height: auto !important;
    max-height: 92vh !important;
    min-height: 0 !important;
    margin: 8px !important;
    width: calc(100% - 16px) !important;
    border-radius: 12px !important;
  }

  .popup-holder-bc.promotion-details-popup .promotion-details-container {
    display: flex !important;
    flex-direction: column !important;
    grid-template-columns: none !important;
    height: auto !important;
    min-height: 0 !important;
    padding: 0 !important;
  }

  .popup-holder-bc.promotion-details-popup .promotion-details-header {
    width: 100% !important;
    flex-shrink: 0 !important;
  }

  .popup-holder-bc.promotion-details-popup .promotion-details-img {
    width: 100% !important;
    max-height: 220px !important;
    object-fit: cover !important;
  }

  .popup-holder-bc.promotion-details-popup .promotion-details-info {
    width: 100% !important;
    height: auto !important;
    max-height: none !important;
    overflow-y: visible !important;
    padding: 12px 14px 18px !important;
    box-sizing: border-box !important;
    -webkit-overflow-scrolling: touch !important;
  }

  .promotion-details-container {
    flex-direction: column !important;
    display: flex !important;
    padding: 12px !important;
    height: auto !important;
  }

  .promotion-details-info,
  .promotion-details-info .promo-content {
    font-size: 13px !important;
    line-height: 1.6 !important;
    word-wrap: break-word !important;
    overflow-wrap: anywhere !important;
  }

  .promotion-details-info .promo-lead {
    font-size: 14px !important;
    margin-bottom: 10px !important;
    line-height: 1.4 !important;
  }

  .promotion-details-info .promo-section-title {
    font-size: 13px !important;
    margin: 12px 0 8px 0 !important;
    padding-bottom: 5px !important;
  }

  .promotion-details-info .promo-text {
    font-size: 13px !important;
    margin-bottom: 10px !important;
  }

  .promotion-details-info .promo-rules li {
    font-size: 13px !important;
    line-height: 1.55 !important;
    margin-bottom: 8px !important;
    padding-left: 16px !important;
    padding-right: 2px !important;
    word-break: break-word !important;
  }

  .promotion-details-info .promo-rules li::before {
    font-size: 14px !important;
  }

  .popup-holder-bc.promotion-details-popup .promotion-details-info p:has(a[href*="cutt.ly/masterpay"]),
  .popup-holder-bc.promotion-details-popup .promotion-details-info p:has(a[href*="cutt.ly/ovisbonustalep"]),
  .popup-holder-bc.promotion-details-popup .promotion-details-info p:has(a[href*="api.whatsapp.com/send/?phone=380993316977"]),
  .popup-holder-bc.promotion-details-popup .promotion-details-info p:has(a[href*="t.me/Betovis_Marketing"]) {
    display: block !important;
    width: 100% !important;
    max-width: 100% !important;
    margin: 12px 0 0 0 !important;
    padding: 0 !important;
    text-align: center !important;
  }

  .popup-holder-bc.promotion-details-popup .promotion-details-info a[href*="cutt.ly/masterpay"],
  .popup-holder-bc.promotion-details-popup .promotion-details-info a[href*="cutt.ly/ovisbonustalep"],
  .popup-holder-bc.promotion-details-popup .promotion-details-info a[href*="api.whatsapp.com/send/?phone=380993316977"],
  .popup-holder-bc.promotion-details-popup .promotion-details-info a[href*="t.me/Betovis_Marketing"] {
    width: min(180px, 100%) !important;
    margin: 0 auto !important;
  }
}

[class*="is-mobile"] .promotionsList-bc {
  grid-template-columns: 1fr !important;
}

[class*="is-mobile"] .popup-holder-bc.promotion-details-popup .popup-inner-bc {
  height: auto !important;
  max-height: 92vh !important;
}

[class*="is-mobile"] .popup-holder-bc.promotion-details-popup .promotion-details-container {
  display: flex !important;
  flex-direction: column !important;
  grid-template-columns: none !important;
}

[class*="is-mobile"] .popup-holder-bc.promotion-details-popup .promotion-details-info {
  padding: 12px 14px 18px !important;
  font-size: 13px !important;
}

[class*="is-mobile"] .promotion-details-info .promo-rules li {
  font-size: 13px !important;
  line-height: 1.55 !important;
  word-break: break-word !important;
}

/* === Eski Comm100 gizle === */
#comm100-button-2302e3dc-7fa5-40d7-ae2c-a408e590adf6,
[id^="comm100-button"],
[id*="comm100"],
.comm100-float-button,
.comm100-container,
iframe[src*="comm100"],
iframe[src*="vve4cvnu5"] {
  display: none !important;
  visibility: hidden !important;
  opacity: 0 !important;
  pointer-events: none !important;
  width: 0 !important;
  height: 0 !important;
  overflow: hidden !important;
}


/* === LiveChat varsayilan balon gizle === */
iframe#chat-widget-minimized,
#chat-widget-container > div > iframe#chat-widget-minimized {
  opacity: 0 !important;
  pointer-events: none !important;
  transform: scale(0) !important;
}

/* === zeusbet ozel canli destek butonu === */
.zeusbet-destek-fab {
  position: fixed;
  right: 16px;
  bottom: 24px;
  z-index: 999999;
  display: block;
  width: min(132px, 22vw);
  max-width: 140px;
  line-height: 0;
  text-decoration: none;
  transition: transform 0.28s cubic-bezier(0.22, 1, 0.36, 1), filter 0.28s ease, bottom 0.2s ease;
  filter: drop-shadow(0 8px 22px rgba(0, 0, 0, 0.5));
  animation: zeusbetDestekIn 0.6s cubic-bezier(0.22, 1, 0.36, 1) both;
}
.zeusbet-destek-fab:hover {
  transform: translateY(-4px) scale(1.04);
  filter: drop-shadow(0 12px 28px rgba(212, 175, 55, 0.35));
}
.zeusbet-destek-fab:active {
  transform: translateY(-1px) scale(1.01);
}
.zeusbet-destek-fab img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 50%;
  user-select: none;
  -webkit-user-drag: none;
}
.zeusbet-destek-fab--mobile {
  width: min(64px, 16vw) !important;
  max-width: 68px !important;
  right: 8px !important;
  filter: drop-shadow(0 4px 12px rgba(0, 0, 0, 0.45)) !important;
}
html.is-mobile .zeusbet-destek-fab,
[class*="is-mobile"] .zeusbet-destek-fab {
  width: min(64px, 16vw) !important;
  max-width: 68px !important;
  right: 8px !important;
}
@media (max-width: 768px) {
  .zeusbet-destek-fab {
    right: 8px;
    width: min(64px, 16vw);
    max-width: 68px;
    bottom: calc(72px + env(safe-area-inset-bottom, 0px));
    filter: drop-shadow(0 4px 12px rgba(0, 0, 0, 0.45));
  }
}
@media (max-width: 420px) {
  .zeusbet-destek-fab {
    width: min(56px, 14vw);
    max-width: 60px;
    right: 6px;
    bottom: calc(68px + env(safe-area-inset-bottom, 0px));
  }
}

@keyframes zeusbetDestekIn {
  from { opacity: 0; transform: translateY(16px) scale(0.96); }
  to { opacity: 1; transform: translateY(0) scale(1); }
}

button.zeusbet-destek-fab,
.zeusbet-destek-fab {
  border: none;
  padding: 0;
  background: transparent;
  cursor: pointer;
  font: inherit;
}

body.zeusbet-game-open #zeusbet-destek-fab,
body.zeusbet-game-open .zeusbet-destek-fab,
body:has(#zeusbet-demo-overlay) #zeusbet-destek-fab,
body:has(.iframe-full-page) #zeusbet-destek-fab {
  display: none !important;
  visibility: hidden !important;
  pointer-events: none !important;
  opacity: 0 !important;
}

body.zeusbet-live-casino-page .casinoBtnWrp > button.outlined,
body.zeusbet-live-casino-page .casinoGameButtons > button.outlined,
body.zeusbet-live-casino-page .casino-game-buttons > button.outlined,
body.zeusbet-live-casino-page .casino-game-buttons .btn.a-outline {
  display: none !important;
}

/* Mobil GİRİŞ — alt çizgi kesin görünsün */
html.is-mobile .hdr-user-bc button.sign-in,
html.is-mobile .hdr-user-bc button.btn.sign-in,
html.is-mobile .btn.sign-in {
  background: transparent !important;
  border: none !important;
  box-shadow: none !important;
  text-decoration: none !important;
}

html.is-mobile .hdr-user-bc button.sign-in span,
html.is-mobile .btn.sign-in span {
  border-bottom: 2px solid #ffffff !important;
  padding-bottom: 3px !important;
}

/* Bonus talep sayfası – sadece bonus-request açıkken profil layout'u */
body.zeusbet-bonus-request-page .user-profile-container .u-i-p-c-body-bc {
  display: flex !important;
  flex-direction: column !important;
  min-height: 0 !important;
  max-height: 100% !important;
  overflow: hidden !important;
}

body.zeusbet-bonus-request-page .bonus-request.u-i-e-p-p-content-bc,
body.zeusbet-bonus-request-page .bonus-request.u-i-common-content {
  flex: 1 1 auto !important;
  min-height: 0 !important;
  overflow-x: hidden !important;
  overflow-y: auto !important;
  -webkit-overflow-scrolling: touch !important;
  overscroll-behavior: contain !important;
  padding-bottom: 28px !important;
  touch-action: pan-y !important;
}

body.zeusbet-bonus-request-page .bonus-request .bonus-request-text {
  max-height: 180px !important;
  overflow-y: auto !important;
  -webkit-overflow-scrolling: touch !important;
  margin-bottom: 12px !important;
  padding: 8px 10px !important;
  border-radius: 8px !important;
  background: rgba(255, 255, 255, 0.05) !important;
}

body.zeusbet-bonus-request-page .bonus-request .sportBonusList-bc .expandableStaticWrapper {
  display: none !important;
}

body.zeusbet-bonus-request-page .bonus-request .sportBonusList-bc .sportBonusListEl-bc {
  margin-bottom: 10px !important;
}

body.zeusbet-bonus-request-page .bonus-request .sportBonusList-bc .sportBonus-value p {
  white-space: normal !important;
  overflow: visible !important;
  text-overflow: unset !important;
  word-break: break-word !important;
}

body.zeusbet-bonus-request-page .bonus-request .sportBonus-value.Rejected {
  color: #ff6b6b !important;
}
