.page-resources-betting-guides {
  font-family: 'Arial', sans-serif;
  line-height: 1.6;
  color: #ffffff; /* Default text color for dark body background */
  background-color: #121212; /* Inherited from body, but ensure consistency */
}

.page-resources-betting-guides__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box;
}

.page-resources-betting-guides__hero-section {
  position: relative;
  padding: 100px 0 60px; /* Adjust padding for content */
  padding-top: var(--header-offset, 120px); /* Ensure space for fixed header */
  background: linear-gradient(135deg, #1a1a1a, #26A9E0 80%);
  color: #ffffff;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}

.page-resources-betting-guides__hero-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -1;
  opacity: 0.3;
}

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

.page-resources-betting-guides__subtitle {
  font-size: 1.3em;
  margin-bottom: 40px;
  max-width: 800px;
  color: #f0f0f0;
}

.page-resources-betting-guides__cta-buttons {
  display: flex;
  gap: 20px;
  justify-content: center;
  margin-top: 30px;
}

.page-resources-betting-guides__btn-primary,
.page-resources-betting-guides__btn-secondary {
  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, border-color 0.3s ease;
  box-sizing: border-box;
  max-width: 100%;
  white-space: normal;
  word-wrap: break-word;
  text-align: center;
}

.page-resources-betting-guides__btn-primary {
  background-color: #26A9E0;
  color: #ffffff;
  border: 2px solid #26A9E0;
}

.page-resources-betting-guides__btn-primary:hover {
  background-color: #1a8cc7;
  border-color: #1a8cc7;
}

.page-resources-betting-guides__btn-secondary {
  background-color: transparent;
  color: #26A9E0;
  border: 2px solid #26A9E0;
}

.page-resources-betting-guides__btn-secondary:hover {
  background-color: #26A9E0;
  color: #ffffff;
}

.page-resources-betting-guides__content-area {
  padding: 60px 0;
  background-color: #1a1a1a; /* Slightly lighter dark for content area */
  color: #ffffff;
}

.page-resources-betting-guides__section-title {
  font-size: 2.5em;
  margin-bottom: 30px;
  color: #26A9E0;
  text-align: center;
}

.page-resources-betting-guides__sub-title {
  font-size: 1.8em;
  margin-top: 40px;
  margin-bottom: 20px;
  color: #ffffff;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding-bottom: 10px;
}

.page-resources-betting-guides__paragraph {
  font-size: 1.1em;
  margin-bottom: 20px;
  color: #f0f0f0;
}

.page-resources-betting-guides__list {
  list-style: disc inside;
  margin-bottom: 20px;
  padding-left: 20px;
}

.page-resources-betting-guides__list-item {
  margin-bottom: 10px;
  color: #f0f0f0;
}

.page-resources-betting-guides__list-item strong {
  color: #26A9E0;
}

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

.page-resources-betting-guides__faq-list {
  margin-top: 40px;
}

.page-resources-betting-guides__faq-item {
  margin-bottom: 15px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 8px;
  overflow: hidden;
  background-color: rgba(255, 255, 255, 0.05);
}

.page-resources-betting-guides__faq-item summary {
  list-style: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 18px 25px;
  background-color: rgba(255, 255, 255, 0.08);
  cursor: pointer;
  font-weight: bold;
  color: #ffffff;
  font-size: 1.1em;
  transition: background-color 0.3s ease;
}

.page-resources-betting-guides__faq-item summary::-webkit-details-marker {
  display: none;
}

.page-resources-betting-guides__faq-item summary:hover {
  background-color: rgba(255, 255, 255, 0.12);
}

.page-resources-betting-guides__faq-qtext {
  flex-grow: 1;
}

.page-resources-betting-guides__faq-toggle {
  font-size: 1.5em;
  line-height: 1;
  margin-left: 15px;
}

.page-resources-betting-guides__faq-answer {
  padding: 15px 25px 20px;
  background-color: rgba(255, 255, 255, 0.02);
  color: #f0f0f0;
  font-size: 1em;
}

.page-resources-betting-guides__faq-answer p {
  margin: 0;
  color: #f0f0f0;
}

.page-resources-betting-guides__btn-view-all-faq {
  margin-top: 30px;
  display: block;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
}

.page-resources-betting-guides__cta-buttons--bottom {
  margin-top: 50px;
}

/* Responsive Styles */
@media (max-width: 1024px) {
  .page-resources-betting-guides__main-title {
    font-size: 2.8em;
  }
  .page-resources-betting-guides__section-title {
    font-size: 2em;
  }
  .page-resources-betting-guides__sub-title {
    font-size: 1.5em;
  }
}

@media (max-width: 768px) {
  .page-resources-betting-guides__hero-section {
    padding: 80px 0 40px;
    padding-top: var(--header-offset, 120px) !important; /* Ensure mobile header offset */
  }

  .page-resources-betting-guides__main-title {
    font-size: 2.2em;
    margin-bottom: 15px;
  }

  .page-resources-betting-guides__subtitle {
    font-size: 1em;
    margin-bottom: 30px;
  }

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

  .page-resources-betting-guides__btn-primary,
  .page-resources-betting-guides__btn-secondary {
    width: 100% !important;
    max-width: 100% !important;
    padding: 12px 20px;
    font-size: 0.95em;
  }
  
  .page-resources-betting-guides__cta-buttons,
  .page-resources-betting-guides__button-group,
  .page-resources-betting-guides__btn-container {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    padding-left: 15px;
    padding-right: 15px;
    flex-wrap: wrap !important;
    gap: 10px;
  }

  .page-resources-betting-guides__content-area {
    padding: 40px 0;
  }

  .page-resources-betting-guides__container {
    padding: 0 15px;
  }

  .page-resources-betting-guides__section-title {
    font-size: 1.8em;
    margin-bottom: 20px;
  }

  .page-resources-betting-guides__sub-title {
    font-size: 1.3em;
    margin-top: 30px;
    margin-bottom: 15px;
  }

  .page-resources-betting-guides__paragraph,
  .page-resources-betting-guides__list-item {
    font-size: 0.95em;
  }

  .page-resources-betting-guides img {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
    display: block !important;
    min-width: 200px !important;
    min-height: 200px !important;
  }
  
  .page-resources-betting-guides__section,
  .page-resources-betting-guides__card,
  .page-resources-betting-guides__container {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    padding-left: 15px;
    padding-right: 15px;
  }

  .page-resources-betting-guides__faq-item summary {
    padding: 15px 20px;
    font-size: 1em;
  }

  .page-resources-betting-guides__faq-answer {
    padding: 10px 20px 15px;
  }
}