.page-resources-betting-guide {
  color: #333333; /* Dark text on light body background */
  font-family: Arial, sans-serif;
  line-height: 1.6;
  padding-top: var(--header-offset, 120px); /* Ensures content starts below fixed header */
}

.page-resources-betting-guide__hero-section {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 80px 20px;
  background-color: #000000; /* Main brand color for hero background */
  color: #FFFFFF; /* White text on dark background */
  text-align: center;
  overflow: hidden;
}

.page-resources-betting-guide__hero-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 0;
}

.page-resources-betting-guide__hero-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.4; /* Slightly dim the background image for text readability */
  display: block;
}

.page-resources-betting-guide__hero-content {
  position: relative;
  z-index: 1;
  max-width: 900px;
  margin: 0 auto;
}

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

.page-resources-betting-guide__hero-description {
  font-size: 1.3em;
  margin-bottom: 40px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

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

.page-resources-betting-guide__hero-button--register {
  background-color: #FCBC45; /* Login button color */
  color: #000000; /* Main brand color for text */
  margin-top: 20px;
}

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

.page-resources-betting-guide__content-area {
  max-width: 800px; /* Optimal reading width for long articles */
  margin: 0 auto;
  padding: 40px 20px;
  background-color: #FFFFFF;
}

.page-resources-betting-guide__back-link {
  display: inline-block;
  margin-bottom: 30px;
  color: #000000;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.1em;
}

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

.page-resources-betting-guide__section-title {
  font-size: 2.5em;
  color: #000000;
  margin-top: 60px;
  margin-bottom: 25px;
  text-align: left;
}

.page-resources-betting-guide__sub-section-title {
  font-size: 1.8em;
  color: #000000;
  margin-top: 40px;
  margin-bottom: 20px;
  text-align: left;
}

.page-resources-betting-guide__paragraph {
  font-size: 1.1em;
  margin-bottom: 20px;
  text-align: justify;
}

.page-resources-betting-guide__list,
.page-resources-betting-guide__ordered-list {
  list-style-type: disc;
  margin-left: 25px;
  margin-bottom: 20px;
}

.page-resources-betting-guide__ordered-list {
  list-style-type: decimal;
}

.page-resources-betting-guide__list-item {
  font-size: 1.1em;
  margin-bottom: 10px;
}

.page-resources-betting-guide__nested-list {
  list-style-type: circle;
  margin-left: 20px;
  margin-top: 5px;
}

.page-resources-betting-guide__text-link {
  color: #FCBC45;
  text-decoration: none;
  font-weight: bold;
}

.page-resources-betting-guide__text-link:hover {
  text-decoration: underline;
}

.page-resources-betting-guide__image {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
  margin: 40px 0;
  display: block; /* Ensure it's a block element for margin auto to work */
  min-width: 200px; /* Minimum image size */
  min-height: 200px;
}

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

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

.page-resources-betting-guide__faq-item {
  background-color: #f8f8f8;
  border-radius: 8px;
  padding: 20px;
  margin-bottom: 15px;
}

.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: 1.0em;
  color: #555555;
}

.page-resources-betting-guide__cta-buttons {
  text-align: center;
  margin-top: 50px;
  margin-bottom: 50px;
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
}

.page-resources-betting-guide__cta-button {
  display: inline-block;
  padding: 18px 35px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.2em;
  transition: background-color 0.3s ease, color 0.3s ease, transform 0.2s ease;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}

.page-resources-betting-guide__cta-button--register {
  background-color: #FCBC45; /* Login button color */
  color: #000000; /* Main brand color for text */
}

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

.page-resources-betting-guide__cta-button--login {
  background-color: #000000; /* Main brand color */
  color: #FFFFFF; /* White text */
  border: 2px solid #FCBC45; /* Accent border */
}

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

.page-resources-betting-guide__related-resources {
  list-style-type: none;
  padding: 0;
  margin-top: 30px;
}

.page-resources-betting-guide__related-item {
  margin-bottom: 10px;
}

.page-resources-betting-guide__related-item a {
  color: #000000;
  text-decoration: none;
  font-size: 1.1em;
  font-weight: bold;
}

.page-resources-betting-guide__related-item a:hover {
  color: #FCBC45;
  text-decoration: underline;
}

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

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

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

  .page-resources-betting-guide__sub-section-title {
    font-size: 1.5em;
  }

  .page-resources-betting-guide__paragraph,
  .page-resources-betting-guide__list-item,
  .page-resources-betting-guide__faq-answer {
    font-size: 1em;
  }

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

  .page-resources-betting-guide__cta-button {
    width: 80%;
    margin: 0 auto;
  }

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

  /* Mobile content area image constraint */
  .page-resources-betting-guide__content-area img {
    max-width: 100%;
    height: auto;
  }
}

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

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

  .page-resources-betting-guide__hero-section {
    padding: 60px 15px;
  }

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

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

  .page-resources-betting-guide__sub-section-title {
    font-size: 1.3em;
  }
}