/* style/resources-betting-guide.css */

/* Base styles for the page content */
.page-resources-betting-guide {
  font-family: 'Arial', sans-serif;
  line-height: 1.6;
  color: #ffffff; /* Light text on dark body background */
  background-color: #0a0a0a; /* Ensure consistency with body background from shared.css */
}