/* General styles for the football betting details page */
.page-sports-football-betting {
    font-family: Arial, sans-serif;
    line-height: 1.6;
    color: #333333; /* Dark text for light body background #f4f4f4 */
    background-color: #f4f4f4; /* Inherited from shared.css, but explicitly set for clarity */
}