.page-resources-online-betting-guide {
  color: #333333;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  line-height: 1.6;
  padding-top: var(--header-offset, 120px);
}

.page-resources-online-betting-guide__hero-section {
  background: linear-gradient(135deg, #FFD700, #1E90FF);
  color: #ffffff;
  padding: 80px 20px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 400px;
}

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

.page-resources-online-betting-guide__hero-title {
  font-size: 2.8em;
  margin-bottom: 20px;
  line-height: 1.2;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
  color: #ffffff;
}

.page-resources-online-betting-guide__hero-description {
  font-size: 1.2em;
  margin-bottom: 30px;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}

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

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

.page-resources-online-betting-guide__button--primary {
  background-color: #FFD700;
  color: #1E90FF;
  border: 2px solid #FFD700;
}

.page-resources-online-betting-guide__button--primary:hover {
  background-color: #e6c200;
  transform: translateY(-2px);
}

.page-resources-online-betting-guide__button--secondary {
  background-color: transparent;
  color: #ffffff;
  border: 2px solid #ffffff;
}

.page-resources-online-betting-guide__button--secondary:hover {
  background-color: rgba(255, 255, 255, 0.2);
  transform: translateY(-2px);
}

.page-resources-online-betting-guide__content-wrapper {
  background-color: #f8f8f8;
  padding: 50px 0;
}

.page-resources-online-betting-guide__content-area {
  max-width: 800px;
  margin: 0 auto;
  padding: 0 20px;
  background-color: #ffffff;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
  border-radius: 10px;
  overflow: hidden;
}

.page-resources-online-betting-guide__table-of-contents {
  padding: 30px 20px;
  background-color: #e6f7ff; /* Light blue from auxiliary color */
  border-bottom: 1px solid #cceeff;
  margin-bottom: 30px;
  border-radius: 10px 10px 0 0;
}

.page-resources-online-betting-guide__toc-title {
  font-size: 1.5em;
  color: #1E90FF;
  margin-bottom: 15px;
  border-bottom: 2px solid #1E90FF;
  padding-bottom: 10px;
}

.page-resources-online-betting-guide__toc-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.page-resources-online-betting-guide__toc-list li {
  margin-bottom: 8px;
}

.page-resources-online-betting-guide__toc-list a {
  text-decoration: none;
  color: #333333;
  font-weight: 500;
  transition: color 0.2s ease;
}

.page-resources-online-betting-guide__toc-list a:hover {
  color: #1E90FF;
  text-decoration: underline;
}

.page-resources-online-betting-guide__article {
  padding: 30px 20px;
}

.page-resources-online-betting-guide__article-heading {
  font-size: 2em;
  color: #1E90FF;
  margin-top: 40px;
  margin-bottom: 20px;
  border-left: 5px solid #FFD700;
  padding-left: 15px;
}

.page-resources-online-betting-guide__article-subheading {
  font-size: 1.5em;
  color: #333333;
  margin-top: 30px;
  margin-bottom: 15px;
  padding-bottom: 5px;
  border-bottom: 1px dashed #ccc;
}

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

.page-resources-online-betting-guide__article-image {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 30px auto;
  border-radius: 8px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  min-width: 200px;
  min-height: 200px;
}

.page-resources-online-betting-guide__list,
.page-resources-online-betting-guide__ordered-list {
  margin-bottom: 20px;
  padding-left: 25px;
}

.page-resources-online-betting-guide__list li,
.page-resources-online-betting-guide__ordered-list li {
  margin-bottom: 10px;
  font-size: 1.1em;
}

.page-resources-online-betting-guide__note {
  background-color: #fffacd; /* Light gold/yellow */
  border-left: 5px solid #FFD700;
  padding: 15px;
  margin: 25px 0;
  border-radius: 5px;
  font-style: italic;
  color: #666666;
}

.page-resources-online-betting-guide__link-text {
  color: #1E90FF;
  text-decoration: none;
  font-weight: 500;
  transition: color 0.2s ease, text-decoration 0.2s ease;
}

.page-resources-online-betting-guide__link-text:hover {
  color: #007bff;
  text-decoration: underline;
}

.page-resources-online-betting-guide__faq-container {
  margin-top: 40px;
}

.page-resources-online-betting-guide__faq-item {
  background-color: #f2f2f2;
  border-radius: 8px;
  margin-bottom: 15px;
  padding: 20px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}

.page-resources-online-betting-guide__faq-question {
  font-size: 1.2em;
  color: #333333;
  margin-bottom: 10px;
  cursor: pointer;
  position: relative;
  padding-right: 30px;
}

.page-resources-online-betting-guide__faq-question::after {
  content: '+';
  position: absolute;
  right: 0;
  top: 0;
  font-size: 1.2em;
  transition: transform 0.3s ease;
}

.page-resources-online-betting-guide__faq-question.active::after {
  content: '-';
  transform: rotate(180deg);
}

.page-resources-online-betting-guide__faq-answer {
  font-size: 1em;
  color: #555555;
  display: none; /* Hidden by default */
  padding-top: 10px;
}

.page-resources-online-betting-guide__faq-answer.active {
  display: block;
}

.page-resources-online-betting-guide__call-to-action {
  text-align: center;
  margin-top: 50px;
  padding: 30px;
  background-color: #e6f7ff;
  border-radius: 10px;
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
}

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

.page-resources-online-betting-guide__return-link a {
  color: #1E90FF;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.1em;
  transition: color 0.2s ease;
}

.page-resources-online-betting-guide__return-link a:hover {
  color: #007bff;
  text-decoration: underline;
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .page-resources-online-betting-guide__hero-title {
    font-size: 2em;
  }

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

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

  .page-resources-online-betting-guide__button {
    width: 80%;
    margin: 0 auto;
  }

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

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

  .page-resources-online-betting-guide__article p,
  .page-resources-online-betting-guide__list li,
  .page-resources-online-betting-guide__ordered-list li,
  .page-resources-online-betting-guide__faq-question,
  .page-resources-online-betting-guide__faq-answer {
    font-size: 0.95em;
  }

  .page-resources-online-betting-guide__table-of-contents {
    padding: 20px 15px;
  }

  .page-resources-online-betting-guide__toc-title {
    font-size: 1.3em;
  }

  .page-resources-online-betting-guide__article {
    padding: 20px 15px;
  }

  .page-resources-online-betting-guide__call-to-action {
    flex-direction: column;
    gap: 15px;
  }
}

@media (max-width: 480px) {
  .page-resources-online-betting-guide__hero-title {
    font-size: 1.6em;
  }

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

  .page-resources-online-betting-guide__button {
    font-size: 1em;
    padding: 10px 20px;
  }

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