.page-resources-betting-guide {
  color: #333333; /* Dark text for light body background */
}

.page-resources-betting-guide__hero-section {
  padding-top: var(--header-offset, 120px); /* Account for fixed header */
  background-color: #000000; /* Main color */
  color: #ffffff;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.page-resources-betting-guide__hero-container {
  max-width: 1400px;
  margin: 0 auto;
  position: relative;
  padding: 40px 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 30px;
}

.page-resources-betting-guide__hero-image {
  width: 100%;
  max-width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
  border-radius: 10px;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.5);
}

.page-resources-betting-guide__hero-content {
  position: relative;
  z-index: 2;
  max-width: 900px;
  margin-top: 20px;
}

.page-resources-betting-guide__hero-title {
  font-size: 3.2em;
  font-weight: 700;
  margin-bottom: 20px;
  line-height: 1.2;
  color: #FCBC45; /* Accent color for title */
}

.page-resources-betting-guide__hero-description {
  font-size: 1.2em;
  line-height: 1.6;
  margin-bottom: 30px;
  color: #ffffff;
}

.page-resources-betting-guide__hero-button {
  display: inline-block;
  background-color: #FCBC45; /* Login color */
  color: #000000;
  padding: 15px 30px;
  border-radius: 50px;
  text-decoration: none;
  font-weight: 700;
  font-size: 1.1em;
  transition: background-color 0.3s ease, transform 0.3s ease;
  border: none;
  cursor: pointer;
}

.page-resources-betting-guide__hero-button:hover {
  background-color: #e0a53b;
  transform: translateY(-3px);
}

.page-resources-betting-guide__content-area {
  max-width: 1000px;
  margin: 0 auto;
  padding: 60px 20px;
  display: flex;
  gap: 40px;
}

.page-resources-betting-guide__article-navigation {
  flex: 0 0 280px;
  background-color: #f9f9f9;
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
  height: fit-content;
  position: sticky;
  top: calc(var(--header-offset, 120px) + 20px);
}

.page-resources-betting-guide__article-navigation-title {
  font-size: 1.6em;
  color: #000000;
  margin-bottom: 20px;
  border-bottom: 2px solid #FCBC45;
  padding-bottom: 10px;
}

.page-resources-betting-guide__article-navigation-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.page-resources-betting-guide__article-navigation-list li {
  margin-bottom: 10px;
}

.page-resources-betting-guide__article-navigation-link {
  text-decoration: none;
  color: #555555;
  font-size: 1.05em;
  transition: color 0.3s ease;
  display: block;
  padding: 5px 0;
}

.page-resources-betting-guide__article-navigation-link:hover,
.page-resources-betting-guide__article-navigation-link:focus {
  color: #FCBC45;
  text-decoration: underline;
}

.page-resources-betting-guide__article-content {
  flex: 1;
  line-height: 1.8;
  font-size: 1.1em;
}

.page-resources-betting-guide__article-heading {
  font-size: 2.2em;
  color: #000000;
  margin-top: 40px;
  margin-bottom: 20px;
  font-weight: 600;
  line-height: 1.3;
}

.page-resources-betting-guide__article-paragraph {
  margin-bottom: 20px;
  color: #333333;
}

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

.page-resources-betting-guide__article-link {
  color: #FCBC45;
  text-decoration: none;
  font-weight: 500;
  transition: color 0.3s ease;
}

.page-resources-betting-guide__article-link:hover {
  text-decoration: underline;
  color: #e0a53b;
}

.page-resources-betting-guide__inline-button {
  display: inline-block;
  background-color: #FCBC45;
  color: #000000;
  padding: 10px 20px;
  border-radius: 5px;
  text-decoration: none;
  font-weight: 600;
  font-size: 0.95em;
  margin-top: 15px;
  margin-bottom: 25px;
  transition: background-color 0.3s ease;
}

.page-resources-betting-guide__inline-button:hover {
  background-color: #e0a53b;
}

.page-resources-betting-guide__faq-item {
  background-color: #f0f0f0;
  border-radius: 8px;
  padding: 20px;
  margin-bottom: 15px;
  border-left: 5px solid #FCBC45;
}

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

.page-resources-betting-guide__faq-answer {
  font-size: 1em;
  color: #555555;
}

.page-resources-betting-guide__cta-card {
  background-color: #000000;
  color: #ffffff;
  padding: 40px;
  border-radius: 15px;
  text-align: center;
  margin-top: 60px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 25px;
}

.page-resources-betting-guide__cta-image {
  width: 100%;
  max-width: 800px;
  height: auto;
  object-fit: cover;
  border-radius: 10px;
  margin-bottom: 20px;
  min-width: 200px;
  min-height: 200px;
}

.page-resources-betting-guide__cta-title {
  font-size: 2.5em;
  color: #FCBC45;
  margin-bottom: 15px;
  line-height: 1.2;
}

.page-resources-betting-guide__cta-description {
  font-size: 1.2em;
  line-height: 1.6;
  margin-bottom: 30px;
  max-width: 700px;
}

.page-resources-betting-guide__cta-button {
  display: inline-block;
  background-color: #FCBC45;
  color: #000000;
  padding: 18px 40px;
  border-radius: 50px;
  text-decoration: none;
  font-weight: 700;
  font-size: 1.2em;
  transition: background-color 0.3s ease, transform 0.3s ease;
  border: none;
  cursor: pointer;
}

.page-resources-betting-guide__cta-button:hover {
  background-color: #e0a53b;
  transform: translateY(-3px);
}

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

.page-resources-betting-guide__return-link {
  font-size: 1.1em;
  color: #000000;
  text-decoration: none;
  font-weight: 500;
  transition: color 0.3s ease;
}

.page-resources-betting-guide__return-link:hover {
  color: #FCBC45;
  text-decoration: underline;
}

/* Responsive adjustments */
@media (max-width: 1024px) {
  .page-resources-betting-guide__content-area {
    flex-direction: column;
    gap: 20px;
  }

  .page-resources-betting-guide__article-navigation {
    flex: none;
    width: 100%;
    position: static;
    top: auto;
  }
}

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

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

  .page-resources-betting-guide__hero-button {
    padding: 12px 25px;
    font-size: 1em;
  }

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

  .page-resources-betting-guide__article-paragraph {
    font-size: 0.95em;
  }

  .page-resources-betting-guide__article-image,
  .page-resources-betting-guide__cta-image {
    max-width: 100%;
    height: auto;
    min-width: 200px; /* Ensure images are not too small */
    min-height: 200px;
  }

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

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

  .page-resources-betting-guide__cta-button {
    padding: 15px 30px;
    font-size: 1.1em;
  }

  .page-resources-betting-guide__faq-question {
    font-size: 1.1em;
  }
}

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

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

  .page-resources-betting-guide__cta-title {
    font-size: 1.8em;
  }
}