/* EBATPLAY - Spor Alanı Genel Arka Plan Düzeltmesi */
.sb-context,
.sb-context-wrapper,
.sb-context-right-side,
.sb-sportsbook,
.sb-sport-matches-v2,
.sb-sport-container,
.sb-live-container,
.sb-game-event,
.sb-game-event__wrapper,
.sb-sport-events,
.sb-widget-container {
    background-color: #16171A !important;
    color: #ffffff !important;
}

/* Maç listesi kart arka planı */
.sb-sport-matches-v2__match {
    background-color: #192132 !important;
    color: #ffffff !important;
}

/* Oran butonları */
.sb-game-event__price,
.sb-outcome-button {
    background-color: #192132 !important;
    color: #ffffff !important;
}

/* Üst başlık barları */
.sb-title_block,
.sb-sport-header,
.sb-league-header {
    background-color: #192132 !important;
    color: #ffffff !important;
}

/* Aktif elemanlar */
.sb-sports-list__item.active,
.sb-sports-list__item:hover {
    background-color: #f2c400 !important;
    color: #000000 !important;
}

/* Live maç alanı */
.sb-live-matches,
.sb-live-match-item {
    background-color: #16171A !important;
}

/* Sağ bahis kuponu alanı */
.sb-bet-slip,
.sb-bet-slip-wrapper {
    background-color: #121727 !important;
}

/* Yazı okunurluğu garantisi */
.sb-sport-matches-v2__match-team-name,
.sb-game-event__name,
.sb-title_block-title,
.sb-sport-header-title {
    color: #ffffff !important;
}

/* Mobil uyumluluk */
@media (max-width: 768px) {
    .sb-context,
    .sb-sport-matches-v2,
    .sb-game-event {
        background-color: #16171A !important;
    }
}
