.page-blog-sports-betting-strategy {
  color: #FFF6D6; /* Main text color for dark background */
  background-color: var(--bg-color); /* From shared.css, expected dark */
  font-family: Arial, sans-serif;
  line-height: 1.6;
  padding-bottom: 40px; /* Ensure space above footer */
}

/* HERO Section */
.page-blog-sports-betting-strategy__hero-section {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 10px 0 60px 0; /* Small top padding, larger bottom padding */
  text-align: center;
  overflow: hidden;
}

.page-blog-sports-betting-strategy__hero-image-wrapper {
  width: 100%;
  max-height: 675px; /* Limit hero image height */
  overflow: hidden;
  position: relative;
  z-index: 1; /* Ensure image is below any potential overlay, though we avoid overlays */
}

.page-blog-sports-betting-strategy__hero-image {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
  filter: none; /* Ensure no filter is applied */
}

.page-blog-sports-betting-strategy__hero-content {
  position: relative; /* Relative for normal document flow, not absolute */
  z-index: 2; /* Ensure content is above image but not overlapping */
  max-width: 900px;
  margin-top: 40px; /* Space between image and content, no negative margins */
  padding: 0 20px;
}

.page-blog-sports-betting-strategy__main-title {
  font-weight: bold;
  line-height: 1.2;
  letter-spacing: -0.03em;
  color: #FFF6D6; /* Main text color */
  margin-bottom: 20px;
  /* No fixed font-size for H1, relying on responsive scaling and other properties */
}

.page-blog-sports-betting-strategy__intro-text {
  font-size: 1.1em;
  color: #FFF6D6; /* Main text color */
  margin-bottom: 30px;
}

.page-blog-sports-betting-strategy__cta-buttons {
  display: flex;
  flex-wrap: wrap; /* Allow wrapping on small screens */
  justify-content: center;
  gap: 20px;
}

.page-blog-sports-betting-strategy__btn-primary,
.page-blog-sports-betting-strategy__btn-secondary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 15px 30px;
  border-radius: 8px;
  font-weight: bold;
  text-decoration: none;
  transition: all 0.3s ease;
  min-width: 180px;
  box-sizing: border-box; /* Crucial for responsive buttons */
  white-space: normal; /* Allow text wrap */
  word-wrap: break-word; /* Allow text wrap */
}

.page-blog-sports-betting-strategy__btn-primary {
  background: linear-gradient(180deg, #FFD86A 0%, #DDA11D 100%);
  color: #ffffff; /* White text for primary button */
  border: 2px solid transparent;
}

.page-blog-sports-betting-strategy__btn-primary:hover {
  opacity: 0.9;
  transform: translateY(-2px);
}

.page-blog-sports-betting-strategy__btn-secondary {
  background: #111111; /* Card BG as secondary button background */
  color: #F2C14E; /* Brand color for text */
  border: 2px solid #F2C14E; /* Brand color for border */
}

.page-blog-sports-betting-strategy__btn-secondary:hover {
  background: #F2C14E;
  color: #111111;
}

/* Content Area */
.page-blog-sports-betting-strategy__content-area {
  max-width: 1200px;
  margin: 0 auto;
  padding: 40px 20px;
  background-color: #0A0A0A; /* Background for content area */
  border-radius: 10px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
}

.page-blog-sports-betting-strategy__article {
  padding: 20px;
}

.page-blog-sports-betting-strategy__section-title {
  font-size: 2.2em;
  color: #F2C14E; /* Brand color for section titles */
  margin-top: 40px;
  margin-bottom: 25px;
  text-align: center;
}

.page-blog-sports-betting-strategy__sub-title {
  font-size: 1.6em;
  color: #FFD36B; /* Auxiliary brand color for sub-titles */
  margin-top: 30px;
  margin-bottom: 15px;
}

.page-blog-sports-betting-strategy p {
  margin-bottom: 1em;
  color: #FFF6D6; /* Main text color */
}

.page-blog-sports-betting-strategy strong {
  color: #F2C14E; /* Highlight keywords with brand color */
}

.page-blog-sports-betting-strategy__list {
  list-style: disc;
  margin-left: 20px;
  margin-bottom: 1em;
  color: #FFF6D6; /* Main text color */
}

.page-blog-sports-betting-strategy__list li {
  margin-bottom: 0.5em;
}

.page-blog-sports-betting-strategy__image {
  width: 100%;
  height: auto;
  display: block;
  margin: 30px auto;
  border-radius: 8px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
  min-width: 200px; /* Minimum size requirement */
  min-height: 200px; /* Minimum size requirement */
  filter: none; /* Ensure no filter is applied */
}

/* FAQ Section */
.page-blog-sports-betting-strategy__faq-container {
  margin-top: 40px;
  border: 1px solid #3A2A12; /* Border color */
  border-radius: 8px;
  overflow: hidden;
}

.page-blog-sports-betting-strategy__faq-item {
  border-bottom: 1px solid #3A2A12; /* Border color */
}

.page-blog-sports-betting-strategy__faq-item:last-child {
  border-bottom: none;
}

.page-blog-sports-betting-strategy__faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 25px;
  background-color: #111111; /* Card BG */
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.page-blog-sports-betting-strategy__faq-question:hover {
  background-color: #222222;
}

.page-blog-sports-betting-strategy__faq-question h3 {
  margin: 0;
  font-size: 1.2em;
  color: #FFF6D6; /* Main text color */
}

.page-blog-sports-betting-strategy__faq-toggle {
  font-size: 1.5em;
  font-weight: bold;
  color: #FFD36B; /* Glow color for toggle */
  transition: transform 0.3s ease;
}

.page-blog-sports-betting-strategy__faq-item.active .page-blog-sports-betting-strategy__faq-toggle {
  transform: rotate(0deg); /* '-' sign is already rotated if it was '+' */
}

.page-blog-sports-betting-strategy__faq-answer {
  max-height: 0;
  overflow: hidden;
  padding: 0 25px;
  background-color: #0A0A0A; /* Background color */
  transition: max-height 0.3s ease, padding 0.3s ease;
}

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

.page-blog-sports-betting-strategy__faq-answer p {
  margin: 0;
  color: #FFF6D6; /* Main text color */
}

/* Responsive Design */
@media (max-width: 1024px) {
  .page-blog-sports-betting-strategy__main-title {
    font-size: 2.8em;
  }
}

@media (max-width: 768px) {
  .page-blog-sports-betting-strategy__hero-section {
    padding-top: 10px !important; /* Small top padding */
    padding-bottom: 40px;
  }

  .page-blog-sports-betting-strategy__hero-content {
    margin-top: 20px;
  }

  .page-blog-sports-betting-strategy__main-title {
    font-size: clamp(2em, 8vw, 2.5em); /* Responsive H1 size */
    padding: 0 15px; /* Add padding for small screens */
  }

  .page-blog-sports-betting-strategy__intro-text {
    font-size: 1em;
    padding: 0 15px;
  }

  .page-blog-sports-betting-strategy__cta-buttons {
    flex-direction: column;
    align-items: center;
    padding: 0 15px;
    gap: 15px;
  }

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

  .page-blog-sports-betting-strategy__content-area {
    padding: 20px 15px;
  }

  .page-blog-sports-betting-strategy__article {
    padding: 10px;
  }

  .page-blog-sports-betting-strategy__section-title {
    font-size: 1.8em;
    padding: 0 10px;
  }

  .page-blog-sports-betting-strategy__sub-title {
    font-size: 1.4em;
    padding: 0 10px;
  }

  .page-blog-sports-betting-strategy img {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
    min-width: unset; /* Remove min-width for mobile */
    min-height: unset; /* Remove min-height for mobile */
  }
  
  .page-blog-sports-betting-strategy__faq-question {
    padding: 15px 20px;
  }

  .page-blog-sports-betting-strategy__faq-question h3 {
    font-size: 1.1em;
  }

  .page-blog-sports-betting-strategy__faq-answer {
    padding: 0 20px;
  }

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