/* style/resources-online-betting-guide-33win69.css */
.page-resources-online-betting-guide-33win69 {
  color: #ffffff; /* Body background is dark (#1a1a1a), so text should be light */
  font-family: Arial, sans-serif;
  line-height: 1.6;
  font-size: 16px;
  background-color: #1a1a1a; /* Ensure consistency with body background if not inheriting */
}

.page-resources-online-betting-guide-33win69__dark-bg {
  background-color: #1a1a1a;
  color: #ffffff;
}

.page-resources-online-betting-guide-33win69__light-bg {
  background-color: #ffffff;
  color: #333333;
}

.page-resources-online-betting-guide-33win69__hero-section {
  position: relative;
  padding-top: var(--header-offset, 120px); /* Account for fixed header */
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 600px;
  text-align: center;
  overflow: hidden;
  padding-bottom: 60px;
}