.payment-logo
{
  max-width: 100% !important;
  max-height: 75% !important;
}
.m-block-nav-items-bc > .m-nav-items-list-item-bc {
  border: 1px solid #f1d48c36 !important;
  background: transparent !important;
}
.m-block-nav-items-bc > .m-nav-items-list-item-bc > p {
  color: white !important;
}
.nav-ico-w-row-bc:not(:only-child) {
    box-shadow: unset !important;
}
.product-banner-container-bc:not(.product-banner-without-titles) .product-banner-img-bc {
    max-width: 100% !important;
    object-fit: contain !important;
    margin-top: -8px;
    height: auto !important;
}
.footerSocialLink:first-child {
  background: transparent !important;
}
.footerSocialLink:nth-child(2) {
  background: transparent !important;
}

.footerSocialLink:nth-child(3) {
  background: transparent !important;
}
.footerSocialLink:last-child {
  background: transparent !important;
}

.footerSocialLinks > .footerSocialLink > a > i 
{
  color: #e6e6e6 !important;
}

.footerSocialLinks > .footerSocialLink:hover > a > i 
{
  color: #f1d48c !important;
}
.product-banner-container-bc:not(.product-banner-without-titles) .product-banner-info-bc
{
  padding: 0px !important;
  flex-direction: unset !important;
  justify-content: unset !important;
  margin-bottom: 5px !important;
}
.product-banner-container-bc:not(.product-banner-without-titles) .product-banner-bc
{
  height: auto !important;
}

.popup-middleware-bc:only-child > .popup-inner-bc:only-child > .status-popup-content-w-bc {
    background: #131313 !important;
}
.popup-inner-bc:only-child > .status-popup-content-w-bc > .casino-popup-button-block > button.btn:only-child {
    box-shadow: rgba(192, 145, 3, 0.6) 0px 0px 20px 5px !important;
}
.popup-holder-bc.windowed.info > .popup-middleware-bc:only-child > .popup-inner-bc {
    border-radius: 15px !important;
}

.e-p-content-holder-bc > .e-p-content-bc {
  background: #131313 !important;
}
.layout-header-holder-bc > .header-bc > .hdr-crypto-content {
  background: #131313 !important; 
}
.overlay-sliding-w-c-content-slider-bc
{
  background: #131313 !important;
}

.login-ext-1 > .entrance-form-action-item-bc.right > button[type="submit"]
{
  background: #f1d48c !important;
  color: #131313 !important;
}

.registration button[type="submit"]
{
  background: #f1d48c !important;
  color: #131313 !important;
}

.app-nav-link > .m-nav-items-list-item-bc
{
  color: #f1d48c !important;
}

.m-nav-collapsed-container-bc .app-nav-link:after
{
  border-radius: 25px !important;
  background: unset !important;
}
.m-nav-info-w-container-bc .m-nav-icon-bc
{
  background: #131313 !important;
  color: #e6e6e6 !important;
}

.c-team-info-scores-bc {
  color: #f1d48c !important;
}

.m-nav-info-w-container-bc, .m-nav-title-row-bc
{
  background: #131313 !important;
}


/* ANA BUTON */
.hdr-user-bc > .btn.s-small.register,
#register_button_id {
  border: none !important;
  color: #131313 !important;
  padding: 8px 14px;
  background-color: #f1d48c !important;
  border-radius: 6px;
  cursor: pointer;

  position: relative;
  overflow: hidden;
  transition: all 0.3s ease;
}

/* Hover */
.hdr-user-bc > .btn.s-small.register:hover,
#register_button_id:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0,0,0,0.15);
}

/* Tıklama */
.hdr-user-bc > .btn.s-small.register:active,
#register_button_id:active {
  transform: scale(0.96);
}

/* Çapraz parlama */
.hdr-user-bc > .btn.s-small.register::before,
#register_button_id::before {
  content: "";
  position: absolute;
  bottom: -100%;
  left: -100%;
  width: 200%;
  height: 200%;

  background: linear-gradient(
    45deg,
    transparent,
    rgba(255,255,255,0.5),
    transparent
  );

  transform: rotate(0deg);
  animation: shineDiagonal 3s infinite linear;
}

/* Animasyon */
@keyframes shineDiagonal {
  0% {
    transform: translate(-100%, 100%);
  }
  100% {
    transform: translate(100%, -100%);
  }
}

.hdr-user-bc > .btn.s-small.sign-in {
  border: none !important;
  color: #131313 !important;
  padding: 8px 14px;
  background: #e6e6e6 !important;
  border-radius: 6px;
  cursor: pointer;
  text-decoration: none !important; /* bunu ekle */

  /* Animasyon */
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
}

/* Hover efekti */
.hdr-user-bc > .btn.s-small.sign-in:hover {
  background: #d4d4d4 !important;
  color: #000 !important;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0,0,0,0.15);
}

/* Tıklama efekti */
.hdr-user-bc > .btn.s-small.sign-in:active {
  transform: scale(0.96);
}

/* Işık kayma efekti */
.hdr-user-bc > .btn.s-small.sign-in::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(120deg, transparent, rgba(255,255,255,0.6), transparent);
  transition: 0.5s;
}

.hdr-user-bc > .btn.s-small.sign-in:hover::before {
  left: 100%;
}
}

.sliderContent:first-child > .sliderGroup:last-child > .sliderSingleElWrapper:first-child > .sliderSingleEl:only-child > a {
    margin-left: -18px !important;
    margin-right: -18px !important;
}
.horizontalList:nth-child(3) > .horizontalSliderWrapper:only-child > .horizontalSliderRow:only-child > a {
    margin-right: 20px !important;
}
.horizontalList:nth-child(3) > .horizontalSliderWrapper:only-child > .horizontalSliderRow:only-child > a > img {
    width: 75px !important;
    margin-right: 0px !important;
}
.carousel-viewport:last-child > .carousel-container:only-child > .carousel-slide > .ftr-game-item-bc {
    background-color: #000000 !important;
}


.hdr-navigation-link-bc
{
background: transparent !important;
}

.hdr-navigation-scrollable-bc
{
    border-image: linear-gradient(to left, rgba(19, 19, 19, 0.13) 5%, rgb(241, 212, 140) 50%, rgba(19, 19, 19, 0.13) 95%) 100% 0 / 1px 0 / 0 stretch !important;;
    background: #131313 !important;
}

.hdr-navigation-link-bc.active
{
    background: linear-gradient(46deg, #f1d48c54 29%, #f1d48c 75%) !important;
    color: black !important;
}

.sliderGroup:last-child > .horizontalList:nth-child(2) > .horizontalSliderWrapper:only-child > .horizontalSliderRow:only-child > a
{
  width: 100px !important;
  height: 100px !important;
  margin-left: 20px !important;
}

.sliderGroup:last-child > .horizontalList:nth-child(2) > .horizontalSliderWrapper:only-child > .horizontalSliderRow:only-child > a > img
{
  filter: grayscale(0%) !important;
  opacity: 1 !important;
  width: 90px !important;
  height: auto !important;
  box-shadow: 0 0 7px #f2b707 !important;
  border-radius: 10px !important;
}

.sliderGroup:last-child > .horizontalList:nth-child(2) > .horizontalSliderWrapper:only-child > .horizontalSliderRow:only-child
{
  display: grid !important;
  grid-template-columns: repeat(3, 1fr) !important;
}

.footerContainer > .sliderGroup:nth-child(3) > .sliderContent:last-child > .sliderTitle:first-child
{
  text-shadow: 0 0 10px #f2b707 !important;
}


.footerContainer > .sliderGroup:nth-child(3) > .sliderContent:last-child > .horizontalList:before {
  background: 0 !important;
}

.footerContainer > .sliderGroup:nth-child(3) > .sliderContent:last-child > .horizontalList:after {
  background: 0 !important;
}

.footerContainer > .sliderGroup:nth-child(3) > .sliderContent:last-child > .horizontalList > .horizontalSliderWrapper > .horizontalSliderRow {
  animation: scroll 18s linear infinite !important;
  width: max-content !important;
}

@keyframes scroll {
  0%{
    transform: translateX(0);
  }
  100%{
    transform: translateX(calc(-600px * 3));
  }
}

.footerContainer > .sliderGroup:nth-child(3) > .sliderContent:last-child > .horizontalList > .horizontalSliderWrapper > .horizontalSliderRow .horizontalSliderNav {
  display: none !important;
}


.footerContainer > .sliderGroup:nth-child(3) > .sliderContent:last-child > .horizontalList > .horizontalSliderWrapper > .horizontalSliderRow > .horizontalSliderElem > img
{
  filter: grayscale(0%) !important;
  opacity: 1 !important;
  border-radius: 10px !important;
}
.footerContainer > .sliderGroup:nth-child(3) > .sliderContent:last-child > .horizontalList > .horizontalSliderWrapper > .horizontalSliderRow > .horizontalSliderElem
{
  background-color: transparent !important;
  width: 110px !important;
  height: 55px !important;
}

#login_form_id > .form-sign-bc > .sg-n-text-row-2-bc
{
  font-size: 16px !important;
}
.market-odd-bc:not(.not-boosted-odd) {
  color: #f1d48c !important;
}
.entrance-form-action-item-bc.right > .connect-button-wrapper > .connect-button-text
{
  margin: 10px 0 !important;
  margin-bottom: 10px !important;
}
.horizontal-sl-list > .horizontal-sl-item-bc.accordion-button.active {
  color: #131313 !important;
  background: #f1d48c !important;
}
.sg-n-forgot-password-text:last-child > .sg-n-forgot-password-text:only-child
{
  top: 140px !important;
}
.notification-new-item {
  background: transparent !important;
}

.button.hero {
  color: black !important;
  background: #f1d48c !important;
}

.btn.a-color {
  color: black !important;
  background: #f1d48c !important;
}
.layout-content-holder-bc > section:last-child > .promotionsList-bc > .promotionsListEl-bc > .promotions-article-title
{
  background: #131313 !important;
  font-size: 12px !important;
  color: #e6e6e6 !important;
}

.notification-new-item-icon {
  color: #f1d48c !important;
}
[data-status=unread]:before {
    background: #f1d48c !important;
}
.ftr-g-content-bc > .page-view-more:first-child > .view-title-more.ellipsis:only-child
{
  color: #f1d48c !important;
}

div:nth-child(5) > div:only-child > .page-view-more:first-child > .view-title-more.ellipsis:only-child
{
  color: #FFFFFF !important;
}

div:nth-child(6) > div:only-child > .page-view-more:first-child > .view-title-more.ellipsis:only-child
{
  color: #FFFFFF !important;
}

.popular-competitions-bc > .page-view-more:first-child > .view-title-more.ellipsis:only-child
{
  color: #f1d48c !important;
}

.promotions-article-title {
    height: 34px !important;
    margin-top: 1px !important;
    padding: 0 10px !important;
    color: #f1d48c  !important;
    background: rgba(var(--b-sc),.1) !important;
    font-size: 15px !important;
    line-height: 35px !important;
}

.back-nav-title-bc {
    flex: auto !important;
    margin: 0 8px !important;
    color: rgba(var(--b-sc), 1) !important;
    text-transform: uppercase !important;
    font-size: 16px !important;
}

.view-title-more {
    color: #f1d48c !important;
}

.overlay-sliding-wrapper-bc .back-nav-title-bc {
    color: #f1d48c !important;
    position: relative !important;
}

.sg-n-text-row-1-bc {
    color: #f1d48c  !important;
}

.btn.a-outline.a-white {
    background: #f1d48c  !important;
}

.casino-providers-list-item.selected {
    background: #f1d48c  !important;
}

.btn.a-outline.a-white {
    background: #f1d48c  !important;
}

.horizontal-sl-tab-bc.active, .horizontal-sl-tab-bc.active:after {
    color: #f1d48c  !important;
}

.layout-bc:not(.navigation-is-visible) .tab-nav-item-bc.active {
    color: #f1d48c  !important;
}

.horizontal-sl-tab-bc.active, .horizontal-sl-tab-bc.active:after {
    color: #f1d48c  !important;
}

sgm-market-g-item-bc>.market-bc.m-g-header {
    color: #f1d48c  !important;
}

.ss-icon-bc {
    color: #f1d48c  !important;
}

.casino-category-title {
    color: #f1d48c  !important;
}

.layout-bc.navigation-is-visible .tab-nav-item-bc.menu {
    color: #f1d48c  !important;
}

.market-filter-s-bc .select.s-small .form-control-select-bc {
    background: #f1d48c  !important;
}

.multi-select-label-bc .checkbox-control-text-bc {
    color: #f1d48c  !important;
}

.product-banner-container-bc .product-banner-icon-bc {
    color: #f1d48c  !important;
}

.betBuilder-popup .betBuilder-popup-match span {
    color: #f1d48c  !important;
}

.hdr-toggle-button-bc {
  background: transparent !important;
  border-image: linear-gradient(to left, #13131321 0%, #ffffff 50%, #13131321 100%) 100% 0 100% 0 / 1px 0 1px 0 stretch !important;
}

.deposit-btn>.btn {
display:none !important;
}

.hdr-user-bc .user-nav-icon, .hdr-user-bc .user-nav-icon i {
    display: none !important;
}

.hdr-additional-info {

  display: none !important;
}
.product-banner-container-bc .product-banner-icon-bc {
  color: #fff !important;
}

.product-banner-container-bc .product-banner-title-bc {
  color: white !important;
  font-size: 12px !important;
}
.partners-logo-scroll > a {
  background: transparent !important;
}

.ftr-partners-row-inner-bc.partners-logo-scroll > a {
  padding: 5px !important;
}
.ftr-partners-row-inner-bc.partners-logo-scroll {
  border-bottom: 1px solid #f1d48c4f !important;
  padding-bottom: 13px !important;
}
.has-header-info .layout-content-holder-bc {
  padding-top: calc(var(--mobile-header-navigation-height) + var(--dynamic-header) + 0px) !important;
},
.horizontalSliderRow .footerSliderImage {
  background-color: transparent !important;
}.entrance-f-error-message-bc {
  background: rgba(255, 52, 73, 0) !important;
}
.ftr-copy-rights-bc a {
  color: #f1d48c  !important;
}.ftr-copy-rights-bc a {
  color: #f1d48c !important;
}.button.outlined.min.supportButton {
  padding: 10px !important;
}
html,
body {
  margin: 0;
  padding: 0;

  min-height: 100%;
  background-color: #131313 !important;

  overflow-x: hidden;
}

body {
  position: relative;
  background: none !important;
}

body::before {
  content: "";

  position: fixed;
  top: 0;
  left: 0;

  width: 100%;
  height: 100vh;

  z-index: -1;
  pointer-events: none;

  background-image: url("https://siteimagesys.s3.eu-west-3.amazonaws.com/sonbahis/1774375323473_SonBG.jpg") !important;
  background-repeat: no-repeat !important;
  background-position: center center !important;
  background-size: cover !important;

  transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);

  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;

  will-change: transform;
}
.hdr-dynamic-content {
  background: black !important;
}
.informative-widget {
  background: black !important;
}
.header-bc {
  background: black !important;
}
.hdr-main-content-bc {
  background: #131313 !important;
}
.product-banner-container-bc {
  background: transparent !important;
}
.security-box { 
            width: 100%; 
            min-height: 310px; 
            font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif; 
            background: linear-gradient(135deg, #1a1a2e 0%, #16213e 100%); 
            border-radius: 10px; 
            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3); 
            color: white; 
            border: 2px solid #f1d48c; 
            padding: 5px; 
            box-sizing: border-box; 
            display: flex; 
            flex-direction: column; 
            margin: 0 auto; 
        } 
 
        .download-section { 
            background: rgba(242, 183, 5, 0.15); 
            padding: 6px; 
            border-radius: 8px; 
            margin-bottom: 8px; 
            text-align: center; 
        } 
 
        .download-title { 
            font-size: 15px; 
            font-weight: 700; 
            margin: 0 0 5px 0; 
            color: #f1d48c; 
        } 
 
        .download-subtitle { 
            font-size: 12px; 
            font-weight: 600; 
            color: #f1d48c; 
            margin: 0 0 10px 0; 
        } 
 
        .qr-container { 
            display: flex; 
            justify-content: space-around; 
            align-items: center; 
            margin: 10px 0; 
            gap: 15px; 
        } 
 
        .qr-code { 
            width: 80px; 
            height: 80px; 
            background: white; 
            padding: 5px; 
            border-radius: 5px; 
            flex-shrink: 0; 
        } 
 
        .qr-code img { 
            width: 100%; 
            height: 100%; 
            object-fit: contain; 
        } 
 
        .download-button { 
            display: inline-block; 
            background: #f1d48c; 
            color: #1a1a2e; 
            padding: 8px 15px; 
            border-radius: 5px; 
            text-decoration: none; 
            font-weight: 600; 
            font-size: 14px; 
            margin-top: 8px; 
            transition: background 0.3s ease; 
        } 
 
        .download-button:hover { 
            background: #e0ac04; 
            transform: translateY(-2px); 
        } 
 
        .warning-section { 
            background: rgba(242, 183, 5, 0.15); 
            /*border-left: 3px solid #e94560;*/ 
            padding: 10px; 
            margin-bottom: 8px; 
            border-radius: 0 5px 5px 0; 
            border-left: 3px solid #f1d48c; 
            font-size: 12px; 
            text-align: center; 
        } 
 
        .warning-title { 
            font-weight: 700; 
            color: #f1d48c; 
            margin-bottom: 5px; 
            font-size: 13px; 
        } 
 
        .warning-text { 
            line-height: 1.4; 
            margin: 0; 
            font-size: 12px; 
        } 
 
        .current-address { 
            background: rgba(242, 183, 5, 0.1); 
            padding: 8px; 
            border-radius: 5px; 
            font-size: 11px; 
            text-align: center; 
            border: 1px dashed #fdbc04; 
            margin-top: 3px; 
        } 
 
        .address-label { 
            font-weight: 600; 
            color: #fdbc04; 
            margin-bottom: 3px; 
            display:inline-block; 
        } 
 
        .address-value { 
            word-break: break-all; 
            font-family: monospace; 
            display:inline-block; 
        }

}
.connect-button-text {
    margin-bottom: 60px !important;
}

img[alt="Canlı Sohbet penceresini aç"] {
  display: none !important;
}
.product-banner-container-bc     .product-banner-title-bc{
    display:none!important;
}
div.layout-bc:first-of-type > div.layout-content-holder-bc:nth-of-type(6) > div.hm-row-bc:nth-child(2) > div.pb-component-wrapper:only-child > div.slider-bc:only-child > div.carousel:only-child > div.carousel-viewport:only-child > div.carousel-container:only-child > div.carousel-slide:only-child > div.sdr-item-holder-bc:only-child > a.sdr-item-bc:only-child > div.sdr-iframe-holder-bc:only-child
{
max-height: 130px !important;
}.hm-row-bc.has-slider:nth-child(3) > div:only-child > .slider-bc:only-child > div:only-child > div:only-child > div:only-child > div:only-child > div:only-child
{
max-height: 130px !important;
}

.count-odd-animation:after
{
  background: rgb(251, 223, 158) !important;
  color: rgb(19, 19, 19) !important;
}
.informative-widget-link
{
  border-top: unset !important;
  background: #131313 !important;
}

.informative-widget
{
  margin-top: 0px !important;
  background: #131313 !important;
}

.hm-row-bc:first-child
{
  margin-top: 0px !important;
}

.slider-bc .carousel-count
{
  color: white !important;
  background: transparent !important;
}

.storiesWidgetListItem:not(.storiesItemSkeleton):not(.visited):before
{
background-image: linear-gradient(225deg, #e6e6e6, #f1d48c) !important;
}
{
display: none !important;
}

.layout-content-holder-bc > .hm-row-bc > .pb-component-wrapper > .product-banner-container-bc.col-2.product-banner-without-titles
{
display: none !important;
}
[class*=is-mobile] .storiesWidgetWrapper:not(.portraitView)
{
height: 80px !important;
margin-top: 0px !important;
}
.horizontal-sl-item-bc:not(:empty)
{
background: transparent !important;
}
.footerWrapper .sliderGroup:last-child > .sliderSingleElWrapper:nth-child(2) > .sliderSingleEl:only-child > iframe:first-child
{
max-width: 100px !important;
max-height: 100px !important;
}
.hdr-smart-panel-holder-arrow-bc .sp-button-bc 
{
background: #131313 !important;
color: #e6e6e6 !important;
}
.hdr-smart-panel-holder-bc > .sp-button-bc.active > i
{
color: #f1d48c !important;
}
.has-header-info.has-wallet .layout-content-holder-bc {
  padding-top: calc(var(--mobile-header-navigation-height) + var(--dynamic-header) + 35px) !important;
}
.overlay-sliding-wrapper-bc .back-nav-bc
{
background: #131313 !important;
}
.hdr-navigation-link-bc.active
{
box-shadow: unset !important;
}
.horizontal-sl-item-bc:not(:empty)
{
background: transparent !important;
}
[class*=is-mobile] .casinoCategoryChooserContainer .horizontalCategoryItemWrp:before
{
background: #131313 !important;
}
[class*=is-mobile] .casinoCategoryChooserContainer .horizontalCategoryItem:before
{
background: #131313 !important;
}
[class*=is-mobile] .casinoCategoryChooserContainer .horizontalCategoryItemWrp.active .horizontalCategoryItem:before
{
background: #f1d48c !important;
}
[class*=is-mobile] .casinoCategoryChooserContainer .horizontalCategoryItemWrp.active:before
{
background: linear-gradient(to top,#f1d48c,rgba(var(--b-sc),.1)) !important;
}
div.layout-bc:first-of-type > div.layout-content-holder-bc:nth-of-type(6) > div.hm-row-bc:nth-child(3) > div.pb-component-wrapper:only-child > div.slider-bc:only-child > div.carousel:only-child > div.swiper:only-child > div.swiper-wrapper:first-child > div.swiper-slide:only-child > div.sdr-item-holder-bc:only-child > a.sdr-item-bc:only-child > div.sdr-iframe-holder-bc:only-child
{
max-height: 130px !important;
}
.ftr-game-item-bc {
background-color: #131313 !important;
}
[class*=is-mobile] .slider-bc .swiperCountEnable .swiper-pagination:before {
background: #f1d48c !important;
}
.swiper-pagination
{
line-height: 17px !important;
color: #131313 !important;
}
.spoiler>input[type=checkbox]:checked~.spoiler-title {
color: #f1d48c !important;
}
div.layout-bc:first-of-type > div.layout-content-holder-bc:nth-of-type(6) > div.hm-row-bc:nth-child(3) > div.pb-component-wrapper:only-child > div.slider-bc:only-child > div.carouselWrapper:only-child > div.swiper:only-child > div.swiper-wrapper:first-child > div.swiper-slide:only-child > div.sdr-item-holder-bc:only-child > a.sdr-item-bc:only-child > div.sdr-iframe-holder-bc:only-child
{
max-height: 130px !important;
}
[class*=is-mobile] .slider-bc .carouselCountEnable .swiper-pagination
{
background: transparent !important;
color: transparent !important;
}

[class*=is-mobile] .slider-bc .carouselCountEnable .swiper-pagination:before
{
background: transparent !important;
}
#root > .layout-content-holder-bc > div:nth-child(4)
{
margin-top: 0px !important;
}
.layout-header-holder-bc .hdr-dynamic-content .swiper-slide-active .informative-widget-container img
{
    max-width: 50% !important;
    max-height: unset !important;
}

.layout-header-holder-bc .hdr-dynamic-content .informative-widget-container
{
padding: 10px 10px 10px 10px !important;
}
/* ===================================================== */
/* 🔥 PREMIUM FEATURED MATCH CARD */
/* PERFORMANCE VERSION - MOBILE OPTIMIZED */
/* ===================================================== */

.featuredGameItem{
    position: relative;
    overflow: hidden;

    border-radius: 22px;

    border:
    1px solid rgba(241,212,140,.10);

    /* LIGHTER SHADOW */
    box-shadow:
    0 4px 12px rgba(0,0,0,.28);

    /* HEAVY EFFECT REMOVED */
    backdrop-filter: none;
    -webkit-backdrop-filter: none;

    transition:
    border-color .20s ease;

    background: none !important;
}

/* BACKGROUND IMAGE */
.featuredGameItem::after{
    content:'';

    position:absolute;
    inset:0;

    background-image:
    linear-gradient(
        180deg,
        rgba(8,8,8,.35),
        rgba(8,8,8,.88)
    ),
    url("https://siteimagesys.s3.eu-west-3.amazonaws.com/sonbahis/1778514754953_MAC-ALANI-2.png");

    background-position:center center;
    background-size:cover;
    background-repeat:no-repeat;

    z-index:0;
}

/* TOP LIGHT */
.featuredGameItem::before{
    content:'';

    position:absolute;

    top:0;
    left:0;
    right:0;

    height:1px;

    background:
    linear-gradient(
        90deg,
        transparent,
        rgba(241,212,140,.45),
        transparent
    );

    opacity:.45;

    z-index:2;
}

/* CONTENT ABOVE BG */
.featuredGameItem > *{
    position:relative;
    z-index:3;
}

/* HOVER */
.featuredGameItem:hover{

    border-color:
    rgba(241,212,140,.18);

    box-shadow:
    0 6px 16px rgba(0,0,0,.32);
}

/* ===================================================== */
/* 🧊 HEADER */
/* ===================================================== */

.featuredGameItemHeader{
    padding:12px 16px;

    background:
    rgba(255,255,255,.03) !important;

    border-bottom:
    1px solid rgba(255,255,255,.04);

    /* HEAVY EFFECT REMOVED */
    backdrop-filter:none;
    -webkit-backdrop-filter:none;
}

.featuredGameItemHeader::before{
    display:none !important;
}

/* LEAGUE TEXT */
.featuredGameItemHeader span,
.featuredGameItemHeader div{
    color:#e6e6e6 !important;

    font-weight:600;
    letter-spacing:.3px;
}

/* ===================================================== */
/* ⚽ TEAM NAMES */
/* ===================================================== */

.featuredGameItemPlayerName{
    color:#ffffff !important;

    font-size:15px;
    font-weight:700;

    /* LIGHTER */
    text-shadow:
    0 1px 4px rgba(0,0,0,.28);

    transition:color .18s ease;
}

.featuredGameItem:hover
.featuredGameItemPlayerName{
    color:#f1d48c !important;
}

/* ===================================================== */
/* 🕒 DATE */
/* ===================================================== */

.featuredGameItemDate{
    color:#f1d48c !important;

    font-weight:700;

    text-shadow:
    0 1px 4px rgba(0,0,0,.22);
}

/* ===================================================== */
/* 🎯 ODDS BOXES */
/* ===================================================== */

.market-group-item-bc{
    position:relative;

    background:
    linear-gradient(
        180deg,
        rgba(255,255,255,.07),
        rgba(255,255,255,.03)
    ) !important;

    border:
    1px solid rgba(255,255,255,.06);

    border-radius:16px;

    overflow:hidden;

    /* HEAVY EFFECT REMOVED */
    backdrop-filter:none;
    -webkit-backdrop-filter:none;

    transition:
    border-color .18s ease,
    background .18s ease;

    box-shadow:none;
}

/* SHINE REMOVED FOR PERFORMANCE */
.market-group-item-bc::before{
    display:none;
}

/* HOVER */
.market-group-item-bc:hover{

    background:
    linear-gradient(
        180deg,
        rgba(241,212,140,.16),
        rgba(255,255,255,.05)
    ) !important;

    border-color:
    rgba(241,212,140,.20);

    box-shadow:none;
}

/* ACTIVE */
.market-bc.active{
    background:
    linear-gradient(
        135deg,
        #f1d48c,
        #d9b76a
    ) !important;

    border:none;

    box-shadow:none;
}

/* ===================================================== */
/* ✍️ TEXTS */
/* ===================================================== */

.market-name-bc{
    color:
    rgba(230,230,230,.72) !important;

    font-size:11px;
    font-weight:700;

    letter-spacing:.4px;

    text-transform:uppercase;
}

.market-odd-bc{
    color:#ffffff !important;

    font-size:17px;
    font-weight:800;
}

/* ACTIVE TEXT */
.market-bc.active
.market-name-bc,
.market-bc.active
.market-odd-bc{
    color:#131313 !important;
}

/* ===================================================== */
/* 📱 MOBILE */
/* ===================================================== */

@media(max-width:768px){

    .featuredGameItem{
        border-radius:16px;
    }

    .featuredGameItemPlayerName{
        font-size:14px;
    }

    .market-group-item-bc{
        border-radius:13px;
    }

    .market-odd-bc{
        font-size:15px;
    }
}

/* ===================== */
/* 🌌 GENEL ARKA PLAN */
/* ===================== */
body {
  background: #0f0f0f;
}
  }
.is-home-page .storiesWidgetWrapper + * {
  margin-top: 0 !important;
}
.sliderSingleElWrapper:nth-child(2) img {
  height: 80px !important;
  width: auto !important;
}

.sliderSingleElWrapper:nth-child(2) {
  height: 100px !important;
}
@media (max-width: 768px) {

  img[src*="2c99431a50f04e91171eae492dcf55a0"] {
    width: 115% !important;     /* büyüt ama scale yok */
    max-width: none !important;

    position: relative;
    left: 50%;
    transform: translateX(-50%);  /* SADECE ortalama */

    height: auto !important;

    filter: contrast(1.15) brightness(1.05); /* hafif netlik */
  }

  .sliderSingleElWrapper {
    margin-top: -10px;
  }
}
/* Linux butonunu gizle */
.footerContainer .horizontalSliderRow .sliderImage:nth-child(2) {
  display: none !important;
}

.footerContainer .horizontalSliderRow {
  display: flex !important;
  justify-content: center; /* veya flex-start */
  align-items: center;
  gap: 0; /* tamamen bitişik */
  width: 100%;
}

/* Butonlar ekrana göre otomatik sığsın */
.footerContainer .horizontalSliderRow .sliderImage {
  flex: 1;              /* eşit genişlik */
  max-width: none;      /* sınır kaldırıldı */

  height: 70px;         /* dengeli boy */
  display: flex;
  align-items: center;
  justify-content: center;
}

/* İç görseller */
.footerContainer .horizontalSliderRow .sliderImage img {
  max-width: 100%;
  max-height: 100%;
  width: auto !important;
  height: auto !important;

  transform: scale(1.15); /* çok abartmadan büyüt */
}
.user-nav-icon {
    position: relative;
    flex-shrink: 0;
    width: 24px;
    height: 24px;
    color: #e6e6e6;
    text-align: center;
    border-radius: var(--border-radius);
    font-size: 14px;
    line-height: 24px;
}
#base_popup_id.popup-inner-bc {
  position: relative;
  border-radius: 14px;

  /* NEON DIŞ GLOW */
  box-shadow:
    0 0 10px rgba(241,212,140,0.35),
    0 0 20px rgba(241,212,140,0.2),
    0 0 70px rgba(241,212,140,0.1);
}

/* İÇ POPUP */
#base_popup_id .status-popup-content-w-bc {
  background: #131313 !important;
  border-radius: 10px;
}
/* BAŞLIK (APPLE STYLE - SOFT) */
#base_popup_id .casino-popup-title {
  margin: 0 0 10px 0 !important;

  color: #e6e6e6;
  font-size: 20px;            /* biraz büyüttük */
  font-weight: 600;
  letter-spacing: 0.4px;

  line-height: 1.25;          /* daha dolu görünüm */
}
.m-navigation-container-bc .m-nav-title-row-bc{

    display:flex !important;
    align-items:center !important;
    justify-content:space-between !important;

    padding:14px 16px !important;

    background:#131313 !important;

    border-bottom:
        1px solid rgba(241,212,140,.08) !important;

    position:relative;
}

/* HEADER LINE */
.m-navigation-container-bc .m-nav-title-row-bc::after{

    content:"";

    position:absolute;

    left:16px;
    bottom:0;

    width:42px;
    height:2px;

    border-radius:20px;

    background:
        linear-gradient(
            90deg,
            rgba(241,212,140,.75),
            transparent
        );
}

/* HEADER TITLE */
.m-navigation-container-bc .m-nav-title-content-bc{

    margin:0 !important;

    color:#e6e6e6 !important;

    font-size:14px !important;

    font-weight:800 !important;

    letter-spacing:3px !important;

    text-transform:uppercase !important;

    font-family:
        'Quicksand',
        Arial,
        sans-serif !important;
}

/* CLOSE BUTTON */
.m-navigation-container-bc .closed-n-p-bc{

    width:34px !important;
    height:34px !important;

    border-radius:12px !important;

    display:flex !important;
    align-items:center !important;
    justify-content:center !important;

    background:#1b1b1b !important;

    border:
        1px solid rgba(241,212,140,.08) !important;

    transition:
        border-color .18s ease,
        box-shadow .18s ease,
        transform .18s ease !important;
}

/* CLOSE ICON */
.m-navigation-container-bc .closed-n-p-bc i{

    color:#f1d48c !important;

    font-size:13px !important;
}

/* CLOSE HOVER */
.m-navigation-container-bc .closed-n-p-bc:hover{

    transform:scale(1.04);

    border-color:
        rgba(241,212,140,.22) !important;

    box-shadow:
        0 0 10px rgba(241,212,140,.06);
}

/* =========================================================
   MAIN MENU AREA
========================================================= */

.m-navigation-container-bc .m-block-nav-items-bc{

    padding:12px !important;

    background:#131313 !important;

    display:flex !important;
    flex-wrap:wrap !important;

    gap:8px !important;
}

/* =========================================================
   CATEGORY TITLES
========================================================= */

.m-navigation-container-bc 
.m-block-nav-items-bc 
.menu-group-title{

    flex:0 0 100% !important;

    display:flex !important;
    align-items:center !important;

    margin:18px 0 6px !important;

    color:#e6e6e6 !important;

    font-size:11px !important;
    font-weight:800 !important;

    letter-spacing:2px !important;

    text-transform:uppercase !important;

    opacity:.92;
}

/* CATEGORY LINE */
.m-navigation-container-bc 
.m-block-nav-items-bc 
.menu-group-title::after{

    content:"";

    width:26px;
    height:2px;

    margin-left:8px;

    border-radius:20px;

    background:
        linear-gradient(
            90deg,
            rgba(241,212,140,.65),
            transparent
        );
}

/* =========================================================
   GRID
========================================================= */

.m-navigation-container-bc 
.m-block-nav-items-bc 
.app-nav-arrow-block-bc{

    width:calc(50% - 4px) !important;
}

/* =========================================================
   MENU ITEM
========================================================= */

.m-navigation-container-bc 
.m-block-nav-items-bc 
.m-nav-items-list-item-bc{

    min-height:58px !important;

    padding:10px 11px !important;

    display:flex !important;
    align-items:center !important;

    gap:8px !important;

    border-radius:16px !important;

    background:#1a1a1a !important;

    border:
        1px solid rgba(241,212,140,.10) !important;

    transition:
        border-color .18s ease,
        box-shadow .18s ease,
        transform .18s ease,
        background .18s ease !important;
}

/* HOVER */
.m-navigation-container-bc 
.m-block-nav-items-bc 
.m-nav-items-list-item-bc:hover{

    transform:translateY(-2px);

    background:#1d1d1d !important;

    border-color:
        rgba(241,212,140,.22) !important;

    box-shadow:
        0 0 10px rgba(241,212,140,.04) !important;
}

/* =========================================================
   ICON
========================================================= */

.m-navigation-container-bc 
.m-block-nav-items-bc 
.m-nav-icon-bc{

    width:32px !important;
    height:32px !important;

    min-width:32px !important;

    border-radius:10px !important;

    display:flex !important;
    align-items:center !important;
    justify-content:center !important;

    background:
        linear-gradient(
            145deg,
            rgba(241,212,140,.14),
            rgba(241,212,140,.03)
        ) !important;

    color:#e6e6e6 !important;

    font-size:14px !important;

    transition:
        transform .18s ease,
        box-shadow .18s ease,
        background .18s ease !important;
}

/* ICON HOVER */
.m-navigation-container-bc 
.m-block-nav-items-bc 
.m-nav-items-list-item-bc:hover 
.m-nav-icon-bc{

    transform:scale(1.04);

    box-shadow:
        0 0 8px rgba(241,212,140,.08);
}

/* =========================================================
   TEXT
========================================================= */

.m-navigation-container-bc 
.m-block-nav-items-bc 
.m-nav-list-item-title-bc{

    flex:1 1 auto !important;

    min-width:0 !important;

    width:100% !important;

    display:block !important;

    white-space:nowrap !important;

    overflow:hidden !important;

    text-overflow:ellipsis !important;

    text-align:left !important;

    font-size:11px !important;

    font-weight:600 !important;

    color:rgba(243,222,181,.90) !important;

    font-family:
        'Quicksand',
        Arial,
        sans-serif !important;

    letter-spacing:.2px !important;

    text-transform:uppercase !important;

    line-height:32px !important;

    padding-inline-start:0 !important;

    padding-inline-end:0 !important;

    -webkit-text-size-adjust:100% !important;

    text-size-adjust:100% !important;

    transition:color .18s ease !important;
}

/* TEXT HOVER */
.m-navigation-container-bc 
.m-block-nav-items-bc 
.m-nav-items-list-item-bc:hover 
.m-nav-list-item-title-bc{

    color:#f1d48c !important;
}

/* =========================================================
   LINK
========================================================= */

.m-navigation-container-bc 
.m-block-nav-items-bc 
.app-nav-link{

    width:100% !important;

    text-decoration:none !important;
}
/* =========================================================
   PREMIUM STABLE BOTTOM NAVBAR
========================================================= */

#root > .layout-navigation-holder-bc{

    padding:0 !important;

    background:transparent !important;
}

/* =========================================================
   MAIN BAR
========================================================= */

#root > .layout-navigation-holder-bc > .tab-navigation-w-bc{

    position:fixed !important;

    left:0 !important;
    right:0 !important;
    bottom:0 !important;

    width:100% !important;

    display:flex !important;
    align-items:center !important;
    justify-content:space-around !important;

    background:
        linear-gradient(
            180deg,
            rgba(22,22,22,.97) 0%,
            rgba(19,19,19,.995) 100%
        ) !important;

    border-top:
        1px solid rgba(241,212,140,.16) !important;

    border-top-left-radius:24px !important;
    border-top-right-radius:24px !important;

    backdrop-filter:blur(10px) saturate(125%) !important;
    -webkit-backdrop-filter:blur(10px) saturate(125%) !important;

    box-shadow:
        0 -6px 24px rgba(0,0,0,.42),
        inset 0 1px 0 rgba(255,255,255,.02) !important;

    overflow:hidden !important;

    z-index:999 !important;
}

/* GOLD LINE */
#root > .layout-navigation-holder-bc > .tab-navigation-w-bc::before{

    content:'' !important;

    position:absolute !important;

    top:0 !important;

    left:14% !important;
    right:14% !important;

    height:1px !important;

    background:
        linear-gradient(
            90deg,
            transparent,
            rgba(241,212,140,.12),
            rgba(241,212,140,.5),
            rgba(241,212,140,.12),
            transparent
        ) !important;

    animation:
        goldLine 4s ease-in-out infinite;
}

/* =========================================================
   NAV ITEMS
========================================================= */

#root 
.layout-navigation-holder-bc 
.tab-navigation-w-bc 
.tab-nav-item-bc{

    position:relative !important;

    display:flex !important;
    flex-direction:column !important;

    align-items:center !important;
    justify-content:center !important;

    gap:2px !important;

    flex:1 !important;

    min-width:0 !important;

    border-radius:18px !important;

    transition:
        background .22s ease,
        transform .22s ease,
        box-shadow .22s ease !important;
}

/* =========================================================
   ICONS
========================================================= */

#root 
.layout-navigation-holder-bc 
.tab-navigation-w-bc 
.tab-nav-icon-bc{

    color:#e6e6e6 !important;

    opacity:.72 !important;

    font-size:20px !important;

    line-height:1 !important;

    transition:
        color .22s ease,
        opacity .22s ease,
        text-shadow .22s ease,
        transform .22s ease !important;
}

/* =========================================================
   TEXT
========================================================= */

#root 
.layout-navigation-holder-bc 
.tab-navigation-w-bc 
.tab-nav-title-bc{

    display:block !important;

    color:#dcdcdc !important;

    opacity:.72 !important;

    font-size:9px !important;

    font-weight:700 !important;

    line-height:1.1 !important;

    letter-spacing:.45px !important;

    text-transform:uppercase !important;

    white-space:nowrap !important;

    overflow:hidden !important;

    text-overflow:ellipsis !important;

    font-family:
        'Quicksand',
        Arial,
        sans-serif !important;

    transition:
        color .22s ease,
        opacity .22s ease !important;
}

/* =========================================================
   ACTIVE ITEM
========================================================= */

#root 
.layout-navigation-holder-bc 
.tab-navigation-w-bc 
.tab-nav-item-bc.menu{

    background:
        linear-gradient(
            180deg,
            rgba(241,212,140,.14),
            rgba(241,212,140,.03)
        ) !important;

    box-shadow:
        inset 0 1px 0 rgba(255,255,255,.03),
        0 0 14px rgba(241,212,140,.06) !important;
}

/* ACTIVE ICON */
#root 
.layout-navigation-holder-bc 
.tab-navigation-w-bc 
.tab-nav-item-bc.menu .tab-nav-icon-bc{

    color:#f1d48c !important;

    opacity:1 !important;

    transform:translateY(-1px);

    text-shadow:
        0 0 10px rgba(241,212,140,.28);

    animation:
        iconGlow 3s ease-in-out infinite;
}

/* ACTIVE TEXT */
#root 
.layout-navigation-holder-bc 
.tab-navigation-w-bc 
.tab-nav-item-bc.menu .tab-nav-title-bc{

    color:#f1d48c !important;

    opacity:1 !important;
}

/* SOFT ACTIVE GLOW */
#root 
.layout-navigation-holder-bc 
.tab-navigation-w-bc 
.tab-nav-item-bc.menu::after{

    content:'' !important;

    position:absolute !important;

    inset:0 !important;

    border-radius:18px !important;

    background:
        radial-gradient(
            circle at top,
            rgba(241,212,140,.12),
            transparent 72%
        ) !important;

    pointer-events:none !important;

    animation:
        activeGlow 4s ease-in-out infinite;
}

/* =========================================================
   HOVER
========================================================= */

#root 
.layout-navigation-holder-bc 
.tab-navigation-w-bc 
.tab-nav-item-bc:hover .tab-nav-icon-bc{

    color:#f1d48c !important;

    opacity:.92 !important;
}

/* =========================================================
   ANIMATIONS
========================================================= */

@keyframes activeGlow{

    0%{
        opacity:.45;
    }

    50%{
        opacity:1;
    }

    100%{
        opacity:.45;
    }
}

@keyframes iconGlow{

    0%{
        text-shadow:
            0 0 6px rgba(241,212,140,.16);
    }

    50%{
        text-shadow:
            0 0 14px rgba(241,212,140,.32);
    }

    100%{
        text-shadow:
            0 0 6px rgba(241,212,140,.16);
    }
}

@keyframes goldLine{

    0%{
        opacity:.4;
    }

    50%{
        opacity:1;
    }

    100%{
        opacity:.4;
    }
}
/* =========================================================
   BETSLIP OPEN -> NAVBAR AUTO MOVE DOWN
   (NO OVERLAP FIX)
========================================================= */

/* smooth animation */
#root > .layout-navigation-holder-bc{

    transition:
        transform .28s ease,
        opacity .28s ease !important;
}

/* QUICK BET / BETSLIP OPEN */
body:has(.layout-betslip-holder-bc #betslip),
body:has(.quickBetWrapper-bc),
body:has(.quickBetTaxInputRow-bc),
body:has(.bs-bet-i-body-bc),
body:has(.betslip_container){

    #root > .layout-navigation-holder-bc{

        transform:translateY(100%) !important;

        opacity:0 !important;

        pointer-events:none !important;
    }
}
/* =========================================================
   LOGIN / REGISTER POPUP PREMIUM TEXT
   SAFE VERSION
========================================================= */

/* SMALL TOP TEXT */
.entrance-popup-bc.sign-in .sg-n-text-row-1-bc,
.entrance-popup-bc.register .sg-n-text-row-1-bc{

    color:rgba(241,212,140,.52) !important;

    font-size:13px !important;

    font-weight:500 !important;

    letter-spacing:.2px !important;

    line-height:1.3 !important;

    font-family:
        'Quicksand',
        Arial,
        sans-serif !important;
}

/* MAIN TITLE */
.entrance-popup-bc.sign-in .sg-n-text-row-2-bc,
.entrance-popup-bc.register .sg-n-text-row-2-bc{

    color:rgba(241,212,140,.96) !important;

    font-size:20px !important;

    font-weight:700 !important;

    letter-spacing:.5px !important;

    line-height:1.2 !important;

    text-shadow:
        0 0 12px rgba(241,212,140,.10) !important;

    font-family:
        'Quicksand',
        Arial,
        sans-serif !important;
}
/* =========================================================
   PREMIUM FORM INPUTS
   PERFORMANCE VERSION
   MOBILE OPTIMIZED
========================================================= */

/* MAIN INPUT BOX */
.form-control-label-bc.inputs{

    position: relative !important;

    background: #1f1f1f !important;

    border:
        1px solid rgba(241,212,140,.12) !important;

    border-radius: 16px !important;

    /* HEAVY EFFECTS REMOVED */
    backdrop-filter: none !important;
    -webkit-backdrop-filter: none !important;

    box-shadow:
        0 1px 4px rgba(0,0,0,.10) !important;

    transition:
        border-color .18s ease !important;

    overflow: hidden !important;
}

/* INPUT */
.form-control-input-bc{

    background: transparent !important;

    color: #f3f3f3 !important;

    font-size: 14px !important;

    font-weight: 600 !important;

    letter-spacing: .2px !important;

    caret-color: #f1d48c !important;

    font-family:
        'Quicksand',
        Arial,
        sans-serif !important;

    border: none !important;

    outline: none !important;

    box-shadow: none !important;
}

/* PLACEHOLDER / TITLE */
.form-control-title-bc{

    color: rgba(230,230,230,.72) !important;

    font-size: 13px !important;

    font-weight: 500 !important;

    letter-spacing: .2px !important;

    transition:
        color .18s ease !important;
}

/* REMOVE DEFAULT LINE */
.form-control-input-stroke-bc{

    display: none !important;
}

/* FOCUS EFFECT */
.form-control-label-bc.inputs:focus-within{

    border-color:
        rgba(241,212,140,.34) !important;

    box-shadow:
        0 0 0 1px rgba(241,212,140,.06) !important;

    background: #242424 !important;
}

/* ACTIVE LABEL */
.form-control-label-bc.inputs:focus-within .form-control-title-bc{

    color: #f1d48c !important;

    opacity: 1 !important;
}
/* =====================================================
   PREMIUM MODERN SECTION HEADERS
   LIGHT ANIMATION VERSION
===================================================== */

/* HEADER WRAPPER */
.page-view-more{

    position: relative;

    display: flex;
    align-items: center;
    justify-content: center;

    width: 100%;

    margin: 12px 0 14px !important;

    padding: 0 !important;
}

/* FIRST TITLE */
.page-view-more:first-child{

    margin-top: 0 !important;
}

/* HIDE MORE BUTTON */
.view-see-more{

    display: none !important;
}

/* MODERN TITLE */
.view-title-more{

    position: relative;

    display: inline-flex;
    align-items: center;
    justify-content: center;

    min-height: 42px;

    padding: 0 24px !important;

    border-radius: 15px;

    background:
    linear-gradient(
        180deg,
        rgba(255,255,255,.045),
        rgba(255,255,255,.018)
    ) !important;

    border:
    1px solid rgba(255,255,255,.06);

    box-shadow:
    0 3px 12px rgba(0,0,0,.22),
    inset 0 1px 0 rgba(255,255,255,.025);

    /* MODERN TEXT */
    color:#f1d48c !important;

    font-size:13px !important;

    font-weight:800 !important;

    letter-spacing:2px !important;

    text-transform:uppercase !important;

    text-align:center !important;

    font-family:
    'Quicksand',
    Arial,
    sans-serif !important;

    text-shadow:
    0 2px 10px rgba(0,0,0,.35);

    overflow:hidden;

    /* LIGHT ANIMATION */
    transition:
    transform .18s ease,
    border-color .18s ease,
    box-shadow .18s ease;
}

/* HOVER / TOUCH */
.view-title-more:hover{

    transform:
    translateY(-1px);

    border-color:
    rgba(241,212,140,.12);

    box-shadow:
    0 4px 14px rgba(0,0,0,.24),
    inset 0 1px 0 rgba(255,255,255,.03);
}

/* MODERN GOLD ACCENT */
.view-title-more::before{

    content:'';

    position:absolute;

    bottom:0;
    left:50%;

    width:36px;
    height:2px;

    border-radius:20px;

    transform:translateX(-50%);

    background:
    linear-gradient(
        90deg,
        rgba(241,212,140,.15),
        #f1d48c,
        rgba(241,212,140,.15)
    );

    opacity:.95;

    /* VERY LIGHT GLOW PULSE */
    animation:
    premiumGlow 3.5s ease-in-out infinite;
}

/* SUBTLE TOP LIGHT */
.view-title-more::after{

    content:'';

    position:absolute;

    top:0;
    left:14px;
    right:14px;

    height:1px;

    background:
    linear-gradient(
        90deg,
        transparent,
        rgba(255,255,255,.18),
        transparent
    );
}

/* LIGHTWEIGHT ANIMATION */
@keyframes premiumGlow{

    0%{
        opacity:.65;
        width:28px;
    }

    50%{
        opacity:1;
        width:40px;
    }

    100%{
        opacity:.65;
        width:28px;
    }
}

/* MOBILE */
@media(max-width:768px){

    .page-view-more{

        margin: 10px 0 12px !important;
    }

    .view-title-more{

        min-height: 38px;

        padding: 0 18px !important;

        border-radius: 13px;

        font-size: 11px !important;

        letter-spacing: 1.6px !important;
    }
}
/* SADECE Son Analiz alanını etkiler */
.competition-wrapper-bc.gameSuggestedEvent{
    position: relative;
    margin-top: 6px;
    border-radius: 18px;
    overflow: hidden;
    
    /* Modern koyu tema */
    background: linear-gradient(145deg,#1b1b1b,#111);

    backdrop-filter: blur(8px);
    transition: all .35s ease;
}

/* Hover efekti */
.competition-wrapper-bc.gameSuggestedEvent:hover{
    transform: translateY(-2px);
    border-color: rgba(255,196,72,.35);

    box-shadow:
        0 12px 30px rgba(0,0,0,.55),
        0 0 18px rgba(255,196,72,.08);
}

/* Başlık alanı */
.competition-wrapper-bc.gameSuggestedEvent .competition-header-bc{
    display:flex;
    align-items:center;
    justify-content:space-between;

    padding: 14px 16px;
    cursor:pointer;

    background: linear-gradient(90deg, rgba(63 255 7 / 17%));

    border-bottom: 1px solid rgba(255,255,255,.05);
}

/* Başlık yazısı */
.competition-wrapper-bc.gameSuggestedEvent .competition-title-bc{
    color:#f1d48c;
    font-size:12px;
    font-weight:700;
    letter-spacing:.3px;
}

/* Ok ikonu */
.competition-wrapper-bc.gameSuggestedEvent .competition-icon-arrow-bc{
    color:#f1d48c;
    font-size:12px;
    transition:transform .3s ease,color .3s ease;
}

/* Açık durumda oku döndür */
.competition-wrapper-bc.gameSuggestedEvent
[aria-expanded="true"]
.competition-icon-arrow-bc{
    transform:rotate(0deg);
}

/* İç alan */
.competition-wrapper-bc.gameSuggestedEvent
.suggested-events-widget{
    padding: 12px;
    background:
        radial-gradient(
            circle at top right,
            rgba(255,196,72,.05),
            transparent 45%
        );
}

/* iframe tasarımı */
.competition-wrapper-bc.gameSuggestedEvent iframe{
    border:none;
    border-radius:14px;

    background:#161616;

    box-shadow:
        inset 0 0 0 1px rgba(255,255,255,.04),
        0 6px 18px rgba(0,0,0,.35);

    transition:all .3s ease;
}

/* iframe hover */
.competition-wrapper-bc.gameSuggestedEvent iframe:hover{
    transform:scale(1.01);
}

/* İnce üst ışık efekti */
.competition-wrapper-bc.gameSuggestedEvent::before{
    content:"";
    position:absolute;
    top:0;
    left:-40%;
    width:40%;
    height:100%;

    background:linear-gradient(
        90deg,
        transparent,
        rgba(255,255,255,.05),
        transparent
    );

    transform:skewX(-20deg);
    animation:analysisShine 5s infinite;
}

/* Animasyon */
@keyframes analysisShine{
    0%{
        left:-40%;
    }
    100%{
        left:140%;
    }
}
.expressWidget::before {
    opacity: 0.2;
}