/* BonusDevil CSS Fixes — Batch 2 */

/* #12: Unibet text color to white */
.bd-bookmaker-card:has(a[href*="unibet"]) h3,
.bd-bookmaker-card:has(a[href*="unibet"]) .bd-bookmaker-name-fallback {
    color: #fff !important;
}

/* #15: Text contrast fixes on sports pages */
.bd-sport-content-block h2,
.bd-sport-section h3 {
    color: #fff !important;
}

/* Ensure white text on dark backgrounds */
.bd-archive-hero-bar h1 { color: #fff !important; }

/* #10: Sports emojis — add missing ones (CSS can't add content, but can prepare) */
/* Tennis: 🎾, Golf: ⛳, F1: 🏎️ — these need to be in HTML templates */

/* #17: Standardize CTA line heights */
.bd-sport-card .bd-widget-cta-btn,
.bd-all-sports .bd-sport-tile-cta {
    line-height: 1.4 !important;
    min-height: 44px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
}
