:root {
  --primary-color: #0047AB;
  --secondary-color: #FFD700;
  --text-dark: #333333;
  --text-light: #ffffff;
  --background-light: #f4f4f4;
  --border-color: #e0e0e0;
}

.page-resources-sports-betting-strategy {
  font-family: 'Arial', sans-serif;
  color: var(--text-dark);
  background-color: var(--background-light);
  line-height: 1.6;
  font-size: 16px;
}

.page-resources-sports-betting-strategy__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 20px;
}

.page-resources-sports-betting-strategy__section {
  padding: 60px 0;
  text-align: center;
}

.page-resources-sports-betting-strategy__section--introduction,
.page-resources-sports-betting-strategy__section--game-types,
.page-resources-sports-betting-strategy__section--advanced-strategy,
.page-resources-sports-betting-strategy__section--benefits,
.page-resources-sports-betting-strategy__section--faq {
  background-color: var(--background-light);
  color: var(--text-dark);
}

.page-resources-sports-betting-strategy__dark-section {
  background-color: var(--primary-color);
  color: var(--text-light);
}

.page-resources-sports-betting-strategy__light-bg {
  background-color: var(--background-light);
  color: var(--text-dark);
}

.page-resources-sports-betting-strategy__section-title {
  font-size: 36px;
  margin-bottom: 20px;
  font-weight: 700;
  color: var(--primary-color);
}

.page-resources-sports-betting-strategy__dark-section .page-resources-sports-betting-strategy__section-title {
  color: var(--secondary-color);
}

.page-resources-sports-betting-strategy__paragraph {
  font-size: 18px;
  margin-bottom: 20px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}