.page-resources-sports-betting-guide {
  font-family: Arial, sans-serif;
  line-height: 1.6;
  color: #ffffff; /* Default text color for dark body background */
  background-color: transparent; /* Body background is handled by shared.css */
}

.page-resources-sports-betting-guide__hero-section {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 60px 20px;
  padding-top: var(--header-offset, 120px); /* Ensure content is below fixed header */
  color: #ffffff;
  background-color: #1a1a1a; /* Dark background for hero */
}

.page-resources-sports-betting-guide__hero-image-wrapper {
  width: 100%;
  max-width: 100%;
  margin-top: 30px;
}

.page-resources-sports-betting-guide__hero-image {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
}

.page-resources-sports-betting-guide__hero-content {
  max-width: 900px;
  margin-bottom: 30px;
}

.page-resources-sports-betting-guide__hero-title {
  font-size: 2.8em;
  margin-bottom: 20px;
  color: #26A9E0;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
}

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

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

.page-resources-sports-betting-guide__btn-primary,
.page-resources-sports-betting-guide__btn-secondary {
  display: inline-block;
  padding: 15px 30px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: bold;
  transition: all 0.3s ease;
  white-space: normal;
  word-wrap: break-word;
  box-sizing: border-box;
}

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

.page-resources-sports-betting-guide__btn-primary:hover {
  background-color: #1e87b7;
  border-color: #1e87b7;
}

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

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

.page-resources-sports-betting-guide__section {
  padding: 60px 20px;
  text-align: center;
  color: #ffffff;
}

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

.page-resources-sports-betting-guide__section-title {
  font-size: 2.2em;
  margin-bottom: 30px;
  color: #26A9E0;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
}

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

.page-resources-sports-betting-guide__introduction-section {
  background-color: #1a1a1a;
}

.page-resources-sports-betting-guide__why-choose-section {
  background-color: #26A9E0;
  color: #ffffff;
}

.page-resources-sports-betting-guide__why-choose-section .page-resources-sports-betting-guide__section-title {
  color: #ffffff;
}

.page-resources-sports-betting-guide__why-choose-section .page-resources-sports-betting-guide__text-block {
  color: #f0f0f0;
}

.page-resources-sports-betting-guide__features-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
  margin-top: 40px;
}

.page-resources-sports-betting-guide__feature-card {
  background-color: rgba(255, 255, 255, 0.15);
  padding: 30px;
  border-radius: 10px;
  text-align: left;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
  transition: transform 0.3s ease, background-color 0.3s ease;
  color: #ffffff;
}

.page-resources-sports-betting-guide__feature-card:hover {
  transform: translateY(-5px);
  background-color: rgba(255, 255, 255, 0.25);
}

.page-resources-sports-betting-guide__feature-title {
  font-size: 1.4em;
  margin-bottom: 15px;
  color: #ffffff;
}

.page-resources-sports-betting-guide__feature-description {
  font-size: 1em;
  color: #f0f0f0;
}

.page-resources-sports-betting-guide__betting-types-section {
  background-color: #1a1a1a;
}

.page-resources-sports-betting-guide__list {
  list-style: none;
  padding: 0;
  margin: 30px auto;
  max-width: 800px;
  text-align: left;
}

.page-resources-sports-betting-guide__list-item {
  background-color: rgba(255, 255, 255, 0.08);
  margin-bottom: 15px;
  padding: 20px;
  border-radius: 8px;
  font-size: 1.1em;
  color: #f0f0f0;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
  border-left: 4px solid #26A9E0;
}

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

.page-resources-sports-betting-guide__step-by-step-guide-section {
  background-color: #f5f5f5;
  color: #333333;
}

.page-resources-sports-betting-guide__step-by-step-guide-section .page-resources-sports-betting-guide__section-title {
  color: #26A9E0;
}

.page-resources-sports-betting-guide__step-by-step-guide-section .page-resources-sports-betting-guide__text-block {
  color: #555555;
}

.page-resources-sports-betting-guide__numbered-list {
  list-style: none;
  counter-reset: step-counter;
  padding: 0;
  margin: 30px auto;
  max-width: 800px;
  text-align: left;
}

.page-resources-sports-betting-guide__numbered-list .page-resources-sports-betting-guide__list-item {
  counter-increment: step-counter;
  background-color: #ffffff;
  margin-bottom: 20px;
  padding: 25px;
  border-radius: 10px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  display: flex;
  align-items: flex-start;
  color: #333333;
}

.page-resources-sports-betting-guide__numbered-list .page-resources-sports-betting-guide__list-item::before {
  content: counter(step-counter);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  min-width: 40px; /* Ensure fixed width */
  min-height: 40px; /* Ensure fixed height */
  background-color: #26A9E0;
  color: #ffffff;
  border-radius: 50%;
  font-weight: bold;
  font-size: 1.2em;
  margin-right: 20px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

.page-resources-sports-betting-guide__numbered-list .page-resources-sports-betting-guide__list-item strong {
  color: #26A9E0;
}

.page-resources-sports-betting-guide__tips-section {
  background-color: #1a1a1a;
}

.page-resources-sports-betting-guide__promotions-section {
  background-color: #1a1a1a;
}

.page-resources-sports-betting-guide__content-image {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
  margin-top: 30px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
}

.page-resources-sports-betting-guide__video-section {
  background-color: #1a1a1a;
  padding: 60px 20px;
  color: #ffffff;
}

.page-resources-sports-betting-guide__video-wrapper {
  position: relative;
  width: 100%;
  max-width: 1000px;
  margin: 30px auto;
  box-sizing: border-box;
  overflow: hidden;
  border-radius: 10px;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.5);
}

.page-resources-sports-betting-guide__video-link-overlay {
  display: block;
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%; /* 16:9 aspect ratio */
  cursor: pointer;
}

.page-resources-sports-betting-guide__video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
}

.page-resources-sports-betting-guide__faq-section {
  background-color: #f5f5f5;
  color: #333333;
}

.page-resources-sports-betting-guide__faq-section .page-resources-sports-betting-guide__section-title {
  color: #26A9E0;
}

.page-resources-sports-betting-guide__faq-list {
  max-width: 800px;
  margin: 30px auto;
  text-align: left;
}

.page-resources-sports-betting-guide__faq-item {
  background-color: #ffffff;
  border-radius: 10px;
  margin-bottom: 15px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
  overflow: hidden;
}

.page-resources-sports-betting-guide__faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 25px;
  cursor: pointer;
  font-size: 1.2em;
  font-weight: bold;
  color: #333333;
  background-color: #ffffff;
  border-bottom: 1px solid #eeeeee;
  transition: background-color 0.3s ease;
}

.page-resources-sports-betting-guide__faq-question:hover {
  background-color: #f0f0f0;
}

.page-resources-sports-betting-guide__faq-question h3 {
  margin: 0;
  font-size: 1.2em;
  color: #333333;
}

.page-resources-sports-betting-guide__faq-toggle {
  font-size: 1.8em;
  line-height: 1;
  transition: transform 0.3s ease;
  color: #26A9E0;
}

.page-resources-sports-betting-guide__faq-item.active .page-resources-sports-betting-guide__faq-toggle {
  transform: rotate(45deg);
}

.page-resources-sports-betting-guide__faq-answer {
  max-height: 0;
  overflow: hidden;
  padding: 0 25px;
  transition: max-height 0.3s ease, padding 0.3s ease;
  color: #555555;
  background-color: #ffffff;
}

.page-resources-sports-betting-guide__faq-item.active .page-resources-sports-betting-guide__faq-answer {
  max-height: 1000px !important; /* Sufficiently large value */
  padding: 15px 25px 25px;
}

.page-resources-sports-betting-guide__conclusion-section {
  background-color: #26A9E0;
  color: #ffffff;
}

.page-resources-sports-betting-guide__conclusion-section .page-resources-sports-betting-guide__section-title {
  color: #ffffff;
}

.page-resources-sports-betting-guide__conclusion-section .page-resources-sports-betting-guide__text-block {
  color: #f0f0f0;
}

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

.page-resources-sports-betting-guide__copyright-info {
  background-color: #1a1a1a;
  color: #cccccc;
  padding: 20px;
  text-align: center;
  font-size: 0.9em;
}

/* Responsive Styles */
@media (max-width: 1024px) {
  .page-resources-sports-betting-guide__hero-title {
    font-size: 2.4em;
  }
  .page-resources-sports-betting-guide__section-title {
    font-size: 1.8em;
  }
}

@media (max-width: 768px) {
  .page-resources-sports-betting-guide__hero-section {
    flex-direction: column;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: var(--header-offset, 120px) !important; /* Mobile fixed header offset */
  }

  .page-resources-sports-betting-guide__hero-content {
    margin-bottom: 20px;
  }

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

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

  .page-resources-sports-betting-guide__hero-cta-buttons,
  .page-resources-sports-betting-guide__cta-buttons {
    flex-direction: column;
    gap: 15px;
    width: 100%;
    max-width: 100%;
    padding: 0 15px;
    box-sizing: border-box;
  }

  .page-resources-sports-betting-guide__btn-primary,
  .page-resources-sports-betting-guide__btn-secondary {
    width: 100% !important;
    max-width: 100% !important;
    padding: 12px 20px;
    box-sizing: border-box !important;
    white-space: normal !important;
    word-wrap: break-word !important;
  }

  .page-resources-sports-betting-guide__section {
    padding: 40px 15px;
  }

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

  .page-resources-sports-betting-guide__text-block,
  .page-resources-sports-betting-guide__list-item,
  .page-resources-sports-betting-guide__feature-description,
  .page-resources-sports-betting-guide__faq-question h3,
  .page-resources-sports-betting-guide__faq-answer p {
    font-size: 0.95em;
  }

  .page-resources-sports-betting-guide img {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
    display: block !important;
  }

  .page-resources-sports-betting-guide__section,
  .page-resources-sports-betting-guide__container,
  .page-resources-sports-betting-guide__video-section,
  .page-resources-sports-betting-guide__video-container,
  .page-resources-sports-betting-guide__video-wrapper {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    padding-left: 15px;
    padding-right: 15px;
    overflow: hidden !important;
  }

  .page-resources-sports-betting-guide video,
  .page-resources-sports-betting-guide__video {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
    display: block !important;
  }

  .page-resources-sports-betting-guide__video-link-overlay {
    padding-bottom: 56.25% !important;
  }

  .page-resources-sports-betting-guide__faq-question {
    padding: 15px 20px;
  }

  .page-resources-sports-betting-guide__faq-answer {
    padding: 0 20px;
  }

  .page-resources-sports-betting-guide__faq-item.active .page-resources-sports-betting-guide__faq-answer {
    padding: 15px 20px 20px;
  }

  .page-resources-sports-betting-guide__numbered-list .page-resources-sports-betting-guide__list-item {
    padding: 20px;
  }

  .page-resources-sports-betting-guide__numbered-list .page-resources-sports-betting-guide__list-item::before {
    width: 35px;
    height: 35px;
    min-width: 35px; 
    min-height: 35px; 
    font-size: 1.1em;
    margin-right: 15px;
  }
}

@media (max-width: 480px) {
  .page-resources-sports-betting-guide__hero-title {
    font-size: 1.8em;
  }
  .page-resources-sports-betting-guide__section-title {
    font-size: 1.4em;
  }
  .page-resources-sports-betting-guide__hero-description {
    font-size: 0.9em;
  }
  .page-resources-sports-betting-guide__text-block,
  .page-resources-sports-betting-guide__list-item {
    font-size: 0.9em;
  }
  .page-resources-sports-betting-guide__feature-card {
    padding: 20px;
  }
  .page-resources-sports-betting-guide__feature-title {
    font-size: 1.2em;
  }
}