.page-blog-bet68-sports-betting-tips {
  font-family: Arial, sans-serif;
  line-height: 1.6;
  color: #F2FFF6; /* Default text color for the page, assuming body background is dark */
  background-color: transparent; /* Main content area, body handles overall background */
}

.page-blog-bet68-sports-betting-tips__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

/* Hero Section */
.page-blog-bet68-sports-betting-tips__hero-section {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end; /* Align content to the bottom of the image */
  padding-top: 10px; /* Small top padding, body handles header offset */
  background-color: #08160F; /* Fallback background for hero */
}

.page-blog-bet68-sports-betting-tips__hero-image {
  width: 100%;
  max-height: 675px; /* Limit height to prevent overly tall hero */
  object-fit: cover;
  display: block;
}

.page-blog-bet68-sports-betting-tips__hero-content {
  position: relative; /* Ensure it's in normal flow below image */
  text-align: center;
  padding: 40px 20px;
  background-color: #08160F; /* Dark background for content block below image */
  width: 100%;
  max-width: 1200px;
  box-sizing: border-box;
}

.page-blog-bet68-sports-betting-tips__main-title {
  font-size: clamp(1.8em, 4vw, 2.8em); /* Responsive font size */
  font-weight: bold;
  color: #F2FFF6; /* Text Main */
  margin-bottom: 15px;
  line-height: 1.2;
}

.page-blog-bet68-sports-betting-tips__subtitle {
  font-size: 1.1em;
  color: #A7D9B8; /* Text Secondary */
  margin-bottom: 30px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

/* CTA Button Styles */
.page-blog-bet68-sports-betting-tips__cta-button {
  display: inline-block;
  padding: 15px 30px;
  background: linear-gradient(180deg, #2AD16F 0%, #13994A 100%); /* Button gradient */
  color: #F2FFF6; /* Text Main */
  text-decoration: none;
  border-radius: 8px;
  font-weight: bold;
  transition: background-color 0.3s ease;
  white-space: normal; /* Allow text to wrap */
  word-wrap: break-word; /* Break long words */
  box-sizing: border-box;
}

.page-blog-bet68-sports-betting-tips__cta-button:hover {
  background: linear-gradient(180deg, #13994A 0%, #2AD16F 100%);
}

.page-blog-bet68-sports-betting-tips__cta-button--small {
    padding: 10px 20px;
    font-size: 0.9em;
}

.page-blog-bet68-sports-betting-tips__cta-button--large {
    padding: 18px 35px;
    font-size: 1.1em;
}

/* Section Styles */
.page-blog-bet68-sports-betting-tips__section-title {
  font-size: 2.2em;
  font-weight: bold;
  margin-bottom: 30px;
  text-align: center;
  color: inherit; /* Inherit from parent section for contrast */
}

.page-blog-bet68-sports-betting-tips__sub-section-title {
  font-size: 1.6em;
  font-weight: bold;
  margin-top: 40px;
  margin-bottom: 20px;
  color: inherit; /* Inherit from parent section for contrast */
}

.page-blog-bet68-sports-betting-tips__introduction-section,
.page-blog-bet68-sports-betting-tips__chapter-section,
.page-blog-bet68-sports-betting-tips__conclusion-section,
.page-blog-bet68-sports-betting-tips__faq-section {
  padding: 60px 0;
  border-bottom: 1px solid #1E3A2A; /* Divider */
}

.page-blog-bet68-sports-betting-tips__introduction-section {
    padding-top: 30px; /* Adjust padding after hero */
}

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

.page-blog-bet68-sports-betting-tips__light-bg {
  background-color: #F2FFF6; /* Light background for contrast */
  color: #0A4B2C; /* Deep Green for text */
}

.page-blog-bet68-sports-betting-tips__light-bg .page-blog-bet68-sports-betting-tips__section-title,
.page-blog-bet68-sports-betting-tips__light-bg .page-blog-bet68-sports-betting-tips__sub-section-title {
    color: #0A4B2C; /* Deep Green for titles on light background */
}

.page-blog-bet68-sports-betting-tips__list {
  list-style-type: disc;
  margin-left: 20px;
  margin-bottom: 20px;
}

.page-blog-bet68-sports-betting-tips__list li {
  margin-bottom: 10px;
  color: inherit;
}

.page-blog-bet68-sports-betting-tips__content-image {
  display: block;
  margin: 30px auto;
  border-radius: 8px;
  max-width: 100%;
  height: auto;
}

/* FAQ Section */
.page-blog-bet68-sports-betting-tips__faq-list {
  max-width: 800px;
  margin: 30px auto;
}

.page-blog-bet68-sports-betting-tips__faq-item {
  background-color: #11271B; /* Card BG for dark sections, or transparent for light sections */
  border: 1px solid #2E7A4E; /* Border */
  border-radius: 8px;
  margin-bottom: 15px;
  overflow: hidden;
  color: #F2FFF6; /* Text Main */
}

.page-blog-bet68-sports-betting-tips__light-bg .page-blog-bet68-sports-betting-tips__faq-item {
    background-color: #FFFFFF; /* White background for FAQ items on light section */
    color: #0A4B2C; /* Deep Green for text */
    border: 1px solid #A7D9B8; /* Text Secondary for border */
}


.page-blog-bet68-sports-betting-tips__faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 18px 25px;
  cursor: pointer;
  font-weight: bold;
  font-size: 1.1em;
  user-select: none;
  background-color: transparent;
  list-style: none; /* For details/summary */
}

.page-blog-bet68-sports-betting-tips__faq-question::-webkit-details-marker {
    display: none;
}

.page-blog-bet68-sports-betting-tips__faq-toggle {
  font-size: 1.5em;
  line-height: 1;
  transition: transform 0.3s ease;
  color: #57E38D; /* Glow */
}

.page-blog-bet68-sports-betting-tips__faq-item[open] .page-blog-bet68-sports-betting-tips__faq-toggle {
  transform: rotate(45deg);
}

.page-blog-bet68-sports-betting-tips__faq-answer {
  padding: 0 25px 20px;
  font-size: 0.95em;
  line-height: 1.6;
  color: inherit; /* Inherit from faq-item */
}

.page-blog-bet68-sports-betting-tips__faq-answer a {
    color: #57E38D; /* Glow for links */
    text-decoration: underline;
}

/* Responsive Styles */
@media (max-width: 768px) {
  .page-blog-bet68-sports-betting-tips {
    font-size: 16px;
    line-height: 1.6;
  }

  .page-blog-bet68-sports-betting-tips__container {
    padding: 0 15px;
  }

  .page-blog-bet68-sports-betting-tips__hero-content {
    padding: 20px 15px;
  }

  .page-blog-bet68-sports-betting-tips__main-title {
    font-size: clamp(1.5em, 6vw, 2.2em);
  }

  .page-blog-bet68-sports-betting-tips__subtitle {
    font-size: 1em;
  }

  .page-blog-bet68-sports-betting-tips__cta-button {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    white-space: normal !important;
    word-wrap: break-word !important;
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 10px; /* Space out stacked buttons */
  }

  .page-blog-bet68-sports-betting-tips__cta-button--small,
  .page-blog-bet68-sports-betting-tips__cta-button--large {
      padding: 12px 25px;
      font-size: 1em;
  }

  .page-blog-bet68-sports-betting-tips__section-title {
    font-size: 1.8em;
    margin-bottom: 20px;
  }

  .page-blog-bet68-sports-betting-tips__sub-section-title {
    font-size: 1.4em;
    margin-top: 30px;
    margin-bottom: 15px;
  }

  .page-blog-bet68-sports-betting-tips__introduction-section,
  .page-blog-bet68-sports-betting-tips__chapter-section,
  .page-blog-bet68-sports-betting-tips__conclusion-section,
  .page-blog-bet68-sports-betting-tips__faq-section {
    padding: 40px 0;
  }

  .page-blog-bet68-sports-betting-tips__hero-image,
  .page-blog-bet68-sports-betting-tips__content-image {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
    display: block !important;
    padding-left: 15px;
    padding-right: 15px;
    box-sizing: border-box;
  }

  /* Ensure containers with images/buttons are responsive */
  .page-blog-bet68-sports-betting-tips__hero-section,
  .page-blog-bet68-sports-betting-tips__introduction-section,
  .page-blog-bet68-sports-betting-tips__chapter-section,
  .page-blog-bet68-sports-betting-tips__conclusion-section,
  .page-blog-bet68-sports-betting-tips__faq-section {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    overflow-x: hidden !important; /* Prevent horizontal scroll */
  }

  .page-blog-bet68-sports-betting-tips__faq-question {
    padding: 15px 20px;
    font-size: 1em;
  }

  .page-blog-bet68-sports-betting-tips__faq-answer {
    padding: 0 20px 15px;
  }
}