.page-blog-hl88-sports-betting-strategy-guide {
  font-family: 'Arial', sans-serif;
  line-height: 1.6;
  color: #F2FFF6; /* Text Main */
  background-color: #08160F; /* Background */
}

.page-blog-hl88-sports-betting-strategy-guide__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

/* Hero Section */
.page-blog-hl88-sports-betting-strategy-guide__hero-section {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column; /* Image first, then content */
  align-items: center;
  justify-content: center;
  padding-top: 10px; /* Small top padding, body handles header offset */
  background-color: #08160F;
  overflow: hidden; /* Ensure no overflow for image */
}

.page-blog-hl88-sports-betting-strategy-guide__hero-image {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
  max-height: 675px; /* Limit height for aesthetic */
}

.page-blog-hl88-sports-betting-strategy-guide__hero-content {
  padding: 40px 20px;
  text-align: center;
  max-width: 900px;
  margin: 0 auto;
  z-index: 1; /* Ensure content is above any potential background */
}

.page-blog-hl88-sports-betting-strategy-guide__main-title {
  font-size: clamp(2em, 5vw, 3.5em); /* Responsive font size */
  font-weight: 700;
  color: #F2C14E; /* Gold */
  margin-bottom: 15px;
  line-height: 1.2;
}

.page-blog-hl88-sports-betting-strategy-guide__hero-description {
  font-size: clamp(1em, 2vw, 1.2em);
  color: #A7D9B8; /* Text Secondary */
  margin-bottom: 30px;
}

/* CTA Buttons */
.page-blog-hl88-sports-betting-strategy-guide__cta-button {
  display: inline-block;
  padding: 15px 30px;
  border-radius: 8px;
  background: linear-gradient(180deg, #2AD16F 0%, #13994A 100%); /* Button color */
  color: #FFFFFF;
  text-decoration: none;
  font-weight: 700;
  font-size: 1.1em;
  transition: background 0.3s ease, transform 0.2s ease;
  border: none;
  cursor: pointer;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}

.page-blog-hl88-sports-betting-strategy-guide__cta-button:hover {
  background: linear-gradient(180deg, #13994A 0%, #2AD16F 100%);
  transform: translateY(-2px);
}

.page-blog-hl88-sports-betting-strategy-guide__cta-button--secondary {
  background: transparent;
  border: 2px solid #2AD16F;
  color: #2AD16F;
}

.page-blog-hl88-sports-betting-strategy-guide__cta-button--secondary:hover {
  background: #2AD16F;
  color: #FFFFFF;
  transform: translateY(-2px);
}

/* Section Styling */
.page-blog-hl88-sports-betting-strategy-guide__chapter-section,
.page-blog-hl88-sports-betting-strategy-guide__introduction-section,
.page-blog-hl88-sports-betting-strategy-guide__conclusion-section,
.page-blog-hl88-sports-betting-strategy-guide__faq-section {
  padding: 60px 0;
  border-bottom: 1px solid #1E3A2A; /* Divider */
}

.page-blog-hl88-sports-betting-strategy-guide__chapter-section:last-of-type,
.page-blog-hl88-sports-betting-strategy-guide__faq-section:last-of-type {
  border-bottom: none;
}

.page-blog-hl88-sports-betting-strategy-guide__dark-bg {
  background-color: #08160F; /* Background */
  color: #F2FFF6; /* Text Main */
}

.page-blog-hl88-sports-betting-strategy-guide__light-bg {
  background-color: #11271B; /* Card BG */
  color: #F2FFF6; /* Text Main */
}

.page-blog-hl88-sports-betting-strategy-guide__section-title {
  font-size: clamp(1.8em, 4vw, 2.5em);
  color: #F2C14E; /* Gold */
  text-align: center;
  margin-bottom: 40px;
  font-weight: 700;
}

.page-blog-hl88-sports-betting-strategy-guide__sub-section-title {
  font-size: clamp(1.4em, 3vw, 1.8em);
  color: #2AD16F; /* Primary brand green */
  margin-top: 30px;
  margin-bottom: 15px;
  font-weight: 600;
}

.page-blog-hl88-sports-betting-strategy-guide__text-block {
  font-size: 1.1em;
  margin-bottom: 20px;
  color: #F2FFF6; /* Text Main */
}

.page-blog-hl88-sports-betting-strategy-guide__list {
  list-style-type: disc;
  margin-left: 20px;
  margin-bottom: 20px;
  color: #F2FFF6; /* Text Main */
}

.page-blog-hl88-sports-betting-strategy-guide__list li {
  margin-bottom: 10px;
  color: #F2FFF6; /* Text Main */
}

.page-blog-hl88-sports-betting-strategy-guide__list li strong {
  color: #2AD16F; /* Primary brand green */
}

.page-blog-hl88-sports-betting-strategy-guide__image {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 30px auto;
  border-radius: 10px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3);
}

/* FAQ Section */
.page-blog-hl88-sports-betting-strategy-guide__faq-item {
  background-color: #11271B; /* Card BG */
  border: 1px solid #2E7A4E; /* Border */
  border-radius: 8px;
  margin-bottom: 15px;
  overflow: hidden;
}

.page-blog-hl88-sports-betting-strategy-guide__faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px;
  cursor: pointer;
  font-weight: 600;
  color: #F2FFF6; /* Text Main */
  background-color: #11271B; /* Card BG */
  transition: background-color 0.3s ease;
  list-style: none; /* For details summary */
}

.page-blog-hl88-sports-betting-strategy-guide__faq-question::-webkit-details-marker {
  display: none;
}

.page-blog-hl88-sports-betting-strategy-guide__faq-question:hover {
  background-color: #1e3a2a; /* Slightly darker hover */
}

.page-blog-hl88-sports-betting-strategy-guide__faq-qtext {
  flex-grow: 1;
  font-size: 1.1em;
}

.page-blog-hl88-sports-betting-strategy-guide__faq-toggle {
  font-size: 1.5em;
  margin-left: 15px;
  color: #2AD16F; /* Primary brand green */
}

.page-blog-hl88-sports-betting-strategy-guide__faq-answer {
  padding: 0 20px 20px 20px;
  font-size: 1em;
  color: #A7D9B8; /* Text Secondary */
}

/* Details specific styling */
.page-blog-hl88-sports-betting-strategy-guide__faq-item[open] .page-blog-hl88-sports-betting-strategy-guide__faq-question {
  background-color: #1e3a2a;
}
.page-blog-hl88-sports-betting-strategy-guide__faq-item[open] .page-blog-hl88-sports-betting-strategy-guide__faq-toggle {
  content: "−";
}

/* Ensure contrast for specific elements if needed - applying default safe colors */
.page-blog-hl88-sports-betting-strategy-guide h1,
.page-blog-hl88-sports-betting-strategy-guide h2,
.page-blog-hl88-sports-betting-strategy-guide h3,
.page-blog-hl88-sports-betting-strategy-guide h4,
.page-blog-hl88-sports-betting-strategy-guide h5,
.page-blog-hl88-sports-betting-strategy-guide h6 {
  color: #F2C14E; /* Gold for main titles, or #2AD16F for sub-titles */
}
.page-blog-hl88-sports-betting-strategy-guide .page-blog-hl88-sports-betting-strategy-guide__sub-section-title {
  color: #2AD16F;
}

.page-blog-hl88-sports-betting-strategy-guide p,
.page-blog-hl88-sports-betting-strategy-guide li,
.page-blog-hl88-sports-betting-strategy-guide__faq-answer {
  color: #F2FFF6; /* Text Main for general text */
}
.page-blog-hl88-sports-betting-strategy-guide__hero-description {
  color: #A7D9B8; /* Text Secondary */
}

/* Specific background colors for contrast */
.page-blog-hl88-sports-betting-strategy-guide__light-bg {
  background-color: #11271B; /* Card BG - dark */
  color: #F2FFF6; /* Text Main - light */
}

.page-blog-hl88-sports-betting-strategy-guide__dark-bg {
  background-color: #08160F; /* Background - darker */
  color: #F2FFF6; /* Text Main - light */
}

/* Buttons already have white text on green gradient */

/* No filter on images */
.page-blog-hl88-sports-betting-strategy-guide img {
  filter: none;
}

/* Responsive Design */
@media (max-width: 768px) {
  .page-blog-hl88-sports-betting-strategy-guide__hero-content {
    padding: 20px 15px;
  }

  .page-blog-hl88-sports-betting-strategy-guide__main-title {
    font-size: 2.2em;
  }

  .page-blog-hl88-sports-betting-strategy-guide__hero-description {
    font-size: 1em;
  }

  .page-blog-hl88-sports-betting-strategy-guide__section-title {
    font-size: 1.8em;
  }

  .page-blog-hl88-sports-betting-strategy-guide__sub-section-title {
    font-size: 1.3em;
  }

  .page-blog-hl88-sports-betting-strategy-guide__chapter-section,
  .page-blog-hl88-sports-betting-strategy-guide__introduction-section,
  .page-blog-hl88-sports-betting-strategy-guide__conclusion-section,
  .page-blog-hl88-sports-betting-strategy-guide__faq-section {
    padding: 40px 0;
  }

  .page-blog-hl88-sports-betting-strategy-guide__container {
    padding: 0 15px;
  }

  .page-blog-hl88-sports-betting-strategy-guide__cta-button {
    padding: 12px 25px;
    font-size: 1em;
    width: 100% !important; /* Button mobile adaptation */
    max-width: 100% !important;
    box-sizing: border-box !important;
    white-space: normal !important;
    word-wrap: break-word !important;
    margin-bottom: 15px; /* Stack buttons */
  }

  /* Image responsive */
  .page-blog-hl88-sports-betting-strategy-guide img {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
    display: block !important;
  }
  
  .page-blog-hl88-sports-betting-strategy-guide__section,
  .page-blog-hl88-sports-betting-strategy-guide__card,
  .page-blog-hl88-sports-betting-strategy-guide__container {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    padding-left: 15px;
    padding-right: 15px;
  }

  .page-blog-hl88-sports-betting-strategy-guide__video-section {
    padding-top: 10px !important; /* body already handles --header-offset */
  }

  /* FAQ mobile */
  .page-blog-hl88-sports-betting-strategy-guide__faq-question {
    padding: 15px;
  }
  .page-blog-hl88-sports-betting-strategy-guide__faq-qtext {
    font-size: 1em;
  }
  .page-blog-hl88-sports-betting-strategy-guide__faq-toggle {
    font-size: 1.2em;
  }
  .page-blog-hl88-sports-betting-strategy-guide__faq-answer {
    padding: 0 15px 15px 15px;
  }
}