/* Live Betting Section Background */
.bg-live-section {
    background: radial-gradient(circle at center, #1a1a1a 0%, #0f0f0f 100%);
    border-top: 1px solid rgba(255, 255, 255, 0.05);
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}