.page-resources-online-betting-guide {
  font-family: Arial, sans-serif;
  line-height: 1.6;
  color: #333333; /* Dark text for light body background */
  padding-top: var(--header-offset, 120px); /* Ensure content is not hidden by fixed header */
}

.page-resources-online-betting-guide__hero-section {
  background-color: #000080; /* Dark blue background for hero */
  color: #ffffff; /* White text for dark background */
  padding: 80px 20px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 40px;
}

.page-resources-online-betting-guide__hero-content {
  max-width: 800px;
  margin: 0 auto;
}

.page-resources-online-betting-guide__hero-title {
  font-size: 3.2em;
  margin-bottom: 20px;
  color: #FFD700; /* Gold for main title */
  line-height: 1.2;
}

.page-resources-online-betting-guide__hero-description {
  font-size: 1.2em;
  margin-bottom: 30px;
  color: #f0f0f0;
}

.page-resources-online-betting-guide__hero-actions {
  display: flex;
  gap: 20px;
  justify-content: center;
  flex-wrap: wrap;
}

.page-resources-online-betting-guide__button {
  display: inline-block;
  padding: 15px 30px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: bold;
  transition: background-color 0.3s ease, color 0.3s ease;
  font-size: 1.1em;
  cursor: pointer;
  border: none;
}

.page-resources-online-betting-guide__button--primary {
  background-color: #FFD700; /* Gold button */
  color: #000080; /* Dark blue text */
}

.page-resources-online-betting-guide__button--primary:hover {
  background-color: #e6c200;
}

.page-resources-online-betting-guide__button--secondary {
  background-color: transparent;
  color: #FFD700; /* Gold text */
  border: 2px solid #FFD700;
}

.page-resources-online-betting-guide__button--secondary:hover {
  background-color: #FFD700;
  color: #000080;
}

.page-resources-online-betting-guide__hero-image {
  width: 100%;
  max-width: 900px;
  margin-top: 40px;
}

.page-resources-online-betting-guide__hero-image img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 10px;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.3);
}

.page-resources-online-betting-guide__content-area {
  max-width: 800px; /* Content width for comfortable reading */
  margin: 40px auto;
  padding: 0 20px;
}

.page-resources-online-betting-guide__section-title {
  font-size: 2.5em;
  color: #000080; /* Dark blue for section titles */
  text-align: center;
  margin-bottom: 30px;
  border-bottom: 3px solid #FFD700;
  padding-bottom: 15px;
}

.page-resources-online-betting-guide__table-of-contents {
  list-style: none;
  padding: 0;
  margin-bottom: 50px;
  background-color: #f9f9f9;
  border-left: 5px solid #FFD700;
  padding: 20px;
  border-radius: 5px;
}

.page-resources-online-betting-guide__table-of-contents li {
  margin-bottom: 10px;
}

.page-resources-online-betting-guide__toc-link {
  text-decoration: none;
  color: #000080;
  font-weight: bold;
  font-size: 1.1em;
  transition: color 0.3s ease;
}

.page-resources-online-betting-guide__toc-link:hover {
  color: #FFD700;
}

.page-resources-online-betting-guide__article-section {
  margin-bottom: 60px;
  padding-bottom: 20px;
  border-bottom: 1px dashed #e0e0e0;
}

.page-resources-online-betting-guide__article-heading {
  font-size: 2em;
  color: #000080;
  margin-bottom: 20px;
  padding-top: 20px; /* Offset for sticky header when jumping to anchor */
}

.page-resources-online-betting-guide__article-subheading {
  font-size: 1.5em;
  color: #333333;
  margin-top: 30px;
  margin-bottom: 15px;
  border-left: 4px solid #FFD700;
  padding-left: 10px;
}

.page-resources-online-betting-guide__article-paragraph {
  font-size: 1.1em;
  margin-bottom: 15px;
  line-height: 1.7;
}

.page-resources-online-betting-guide__keyword {
  font-weight: bold;
  color: #000080;
}

.page-resources-online-betting-guide__image {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
  margin: 30px 0;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  display: block; /* Ensure it's a block element */
}

.page-resources-online-betting-guide__image--centered {
  margin-left: auto;
  margin-right: auto;
}

.page-resources-online-betting-guide__cta-block {
  text-align: center;
  margin-top: 40px;
  margin-bottom: 40px;
}

.page-resources-online-betting-guide__inline-link {
  color: #000080;
  text-decoration: underline;
  font-weight: bold;
}

.page-resources-online-betting-guide__inline-link:hover {
  color: #FFD700;
}

.page-resources-online-betting-guide__faq-item {
  background-color: #f9f9f9;
  border: 1px solid #eee;
  border-radius: 8px;
  margin-bottom: 15px;
  padding: 20px;
}

.page-resources-online-betting-guide__faq-question {
  font-size: 1.3em;
  color: #000080;
  margin-bottom: 10px;
}

.page-resources-online-betting-guide__faq-answer {
  font-size: 1.1em;
  color: #555;
}

.page-resources-online-betting-guide__return-link-container {
  text-align: center;
  margin-top: 60px;
  padding-top: 30px;
  border-top: 1px dashed #e0e0e0;
}

/* Responsive Design */
@media (max-width: 768px) {
  .page-resources-online-betting-guide__hero-section {
    padding: 60px 15px;
    gap: 20px;
  }

  .page-resources-online-betting-guide__hero-title {
    font-size: 2.2em;
  }

  .page-resources-online-betting-guide__hero-description {
    font-size: 1em;
  }

  .page-resources-online-betting-guide__hero-actions {
    flex-direction: column;
    gap: 15px;
  }

  .page-resources-online-betting-guide__button {
    width: 100%;
    max-width: 300px;
  }

  .page-resources-online-betting-guide__content-area {
    padding: 0 15px;
  }

  .page-resources-online-betting-guide__section-title {
    font-size: 2em;
  }

  .page-resources-online-betting-guide__article-heading {
    font-size: 1.6em;
  }

  .page-resources-online-betting-guide__article-subheading {
    font-size: 1.3em;
  }

  .page-resources-online-betting-guide__article-paragraph,
  .page-resources-online-betting-guide__toc-link,
  .page-resources-online-betting-guide__faq-question,
  .page-resources-online-betting-guide__faq-answer {
    font-size: 1em;
  }

  .page-resources-online-betting-guide img {
    max-width: 100%;
    height: auto;
  }
}