.page-blog-j888-nh-ci-sports-betting-tips {
  font-family: 'Arial', sans-serif;
  line-height: 1.6;
  color: var(--text-main, #F2FFF6); /* Default text color for dark background */
  background-color: var(--background-color, #08160F);
}

.page-blog-j888-nh-ci-sports-betting-tips__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box;
}

.page-blog-j888-nh-ci-sports-betting-tips__hero-section {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding-top: 10px; /* Small top padding, body handles header offset */
  padding-bottom: 60px;
  overflow: hidden;
}

.page-blog-j888-nh-ci-sports-betting-tips__hero-image-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.page-blog-j888-nh-ci-sports-betting-tips__hero-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: brightness(0.5); /* Darken image for text readability */
}

.page-blog-j888-nh-ci-sports-betting-tips__hero-content {
  position: relative;
  z-index: 1;
  max-width: 900px;
  padding: 40px 20px;
  color: var(--text-main, #F2FFF6);
}

.page-blog-j888-nh-ci-sports-betting-tips__main-title {
  font-size: clamp(2.5rem, 5vw, 3.5rem);
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 20px;
  color: var(--gold, #F2C14E);
}

.page-blog-j888-nh-ci-sports-betting-tips__hero-description {
  font-size: 1.2rem;
  margin-bottom: 30px;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}

.page-blog-j888-nh-ci-sports-betting-tips__cta-button {
  display: inline-block;
  padding: 15px 30px;
  border-radius: 8px;
  background: linear-gradient(180deg, #2AD16F 0%, #13994A 100%);
  color: #ffffff;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.1rem;
  transition: background 0.3s ease, transform 0.3s ease;
  border: none;
  cursor: pointer;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

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

.page-blog-j888-nh-ci-sports-betting-tips__cta-button--inline {
  margin-top: 20px;
}

.page-blog-j888-nh-ci-sports-betting-tips__cta-button--block {
  display: block;
  width: fit-content;
  margin: 40px auto 20px auto;
  text-align: center;
}

.page-blog-j888-nh-ci-sports-betting-tips__content-section {
  padding: 60px 0;
  border-bottom: 1px solid var(--divider, #1E3A2A);
}

.page-blog-j888-nh-ci-sports-betting-tips__dark-bg {
  background-color: var(--card-bg, #11271B);
}

.page-blog-j888-nh-ci-sports-betting-tips__section-title {
  font-size: 2.5rem;
  color: var(--gold, #F2C14E);
  text-align: center;
  margin-bottom: 40px;
  font-weight: 700;
}

.page-blog-j888-nh-ci-sports-betting-tips__text-block {
  font-size: 1.1rem;
  margin-bottom: 20px;
  color: var(--text-main, #F2FFF6);
}

.page-blog-j888-nh-ci-sports-betting-tips__feature-list,
.page-blog-j888-nh-ci-sports-betting-tips__strategy-list,
.page-blog-j888-nh-ci-sports-betting-tips__tip-list,
.page-blog-j888-nh-ci-sports-betting-tips__mistake-list,
.page-blog-j888-nh-ci-sports-betting-tips__promo-list,
.page-blog-j888-nh-ci-sports-betting-tips__step-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.page-blog-j888-nh-ci-sports-betting-tips__feature-item,
.page-blog-j888-nh-ci-sports-betting-tips__strategy-item,
.page-blog-j888-nh-ci-sports-betting-tips__tip-item,
.page-blog-j888-nh-ci-sports-betting-tips__mistake-item,
.page-blog-j888-nh-ci-sports-betting-tips__promo-item,
.page-blog-j888-nh-ci-sports-betting-tips__step-item {
  background-color: var(--deep-green, #0A4B2C);
  border: 1px solid var(--border, #2E7A4E);
  border-radius: 8px;
  padding: 25px;
  margin-bottom: 20px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
  transition: transform 0.3s ease;
}

.page-blog-j888-nh-ci-sports-betting-tips__feature-item:hover,
.page-blog-j888-nh-ci-sports-betting-tips__strategy-item:hover,
.page-blog-j888-nh-ci-sports-betting-tips__tip-item:hover,
.page-blog-j888-nh-ci-sports-betting-tips__mistake-item:hover,
.page-blog-j888-nh-ci-sports-betting-tips__promo-item:hover,
.page-blog-j888-nh-ci-sports-betting-tips__step-item:hover {
  transform: translateY(-5px);
}

.page-blog-j888-nh-ci-sports-betting-tips__feature-heading,
.page-blog-j888-nh-ci-sports-betting-tips__strategy-heading,
.page-blog-j888-nh-ci-sports-betting-tips__tip-heading,
.page-blog-j888-nh-ci-sports-betting-tips__mistake-heading,
.page-blog-j888-nh-ci-sports-betting-tips__promo-heading,
.page-blog-j888-nh-ci-sports-betting-tips__step-heading {
  font-size: 1.6rem;
  color: var(--glow, #57E38D);
  margin-bottom: 15px;
  font-weight: 600;
}

.page-blog-j888-nh-ci-sports-betting-tips__feature-text,
.page-blog-j888-nh-ci-sports-betting-tips__strategy-text,
.page-blog-j888-nh-ci-sports-betting-tips__tip-text,
.page-blog-j888-nh-ci-sports-betting-tips__mistake-text,
.page-blog-j888-nh-ci-sports-betting-tips__promo-text,
.page-blog-j888-nh-ci-sports-betting-tips__step-text {
  font-size: 1rem;
  color: var(--text-secondary, #A7D9B8);
}

.page-blog-j888-nh-ci-sports-betting-tips__image {
  max-width: 100%;
  height: auto;
  border-radius: 10px;
  margin-bottom: 30px;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.4);
}

.page-blog-j888-nh-ci-sports-betting-tips__image--center {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.page-blog-j888-nh-ci-sports-betting-tips__image--right {
  float: right;
  margin-left: 20px;
  margin-bottom: 20px;
  width: 50%; /* Adjust as needed */
  min-width: 300px;
}

.page-blog-j888-nh-ci-sports-betting-tips__faq-list {
  margin-top: 40px;
}

.page-blog-j888-nh-ci-sports-betting-tips__faq-item {
  background-color: var(--deep-green, #0A4B2C);
  border: 1px solid var(--border, #2E7A4E);
  border-radius: 8px;
  margin-bottom: 15px;
  overflow: hidden;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}

.page-blog-j888-nh-ci-sports-betting-tips__faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 25px;
  cursor: pointer;
  font-size: 1.2rem;
  font-weight: 600;
  color: var(--text-main, #F2FFF6);
  background-color: var(--card-bg, #11271B);
  border-bottom: 1px solid var(--border, #2E7A4E);
  transition: background-color 0.3s ease;
  list-style: none; /* For details tag */
}

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

.page-blog-j888-nh-ci-sports-betting-tips__faq-question:hover {
  background-color: #1a362a;
}

.page-blog-j888-nh-ci-sports-betting-tips__faq-toggle {
  font-size: 1.5rem;
  font-weight: bold;
  color: var(--glow, #57E38D);
  margin-left: 15px;
}

.page-blog-j888-nh-ci-sports-betting-tips__faq-answer {
  padding: 20px 25px;
  font-size: 1rem;
  color: var(--text-secondary, #A7D9B8);
  background-color: var(--deep-green, #0A4B2C);
}

.page-blog-j888-nh-ci-sports-betting-tips__faq-answer p {
  margin: 0;
}

.page-blog-j888-nh-ci-sports-betting-tips__conclusion-section {
  padding: 60px 0;
  text-align: center;
  background-color: var(--background-color, #08160F);
}

/* Responsive Styles */
@media (max-width: 1024px) {
  .page-blog-j888-nh-ci-sports-betting-tips__hero-content {
    padding: 30px 15px;
  }

  .page-blog-j888-nh-ci-sports-betting-tips__main-title {
    font-size: clamp(2rem, 4.5vw, 3rem);
  }

  .page-blog-j888-nh-ci-sports-betting-tips__hero-description {
    font-size: 1.1rem;
  }

  .page-blog-j888-nh-ci-sports-betting-tips__section-title {
    font-size: 2rem;
  }

  .page-blog-j888-nh-ci-sports-betting-tips__feature-heading,
  .page-blog-j888-nh-ci-sports-betting-tips__strategy-heading,
  .page-blog-j888-nh-ci-sports-betting-tips__tip-heading,
  .page-blog-j888-nh-ci-sports-betting-tips__mistake-heading,
  .page-blog-j888-nh-ci-sports-betting-tips__promo-heading,
  .page-blog-j888-nh-ci-sports-betting-tips__step-heading {
    font-size: 1.4rem;
  }

  .page-blog-j888-nh-ci-sports-betting-tips__image--right {
    float: none;
    margin-left: auto;
    margin-right: auto;
    width: 80%;
    display: block;
  }
}

@media (max-width: 768px) {
  .page-blog-j888-nh-ci-sports-betting-tips {
    font-size: 16px;
    line-height: 1.6;
  }

  .page-blog-j888-nh-ci-sports-betting-tips__container {
    padding-left: 15px !important;
    padding-right: 15px !important;
    width: 100% !important;
    max-width: 100% !important;
    box-sizing: border-box !important;
  }

  .page-blog-j888-nh-ci-sports-betting-tips__hero-section {
    padding-bottom: 40px;
    padding-top: 10px !important; /* body handles header offset */
  }

  .page-blog-j888-nh-ci-sports-betting-tips__main-title {
    font-size: clamp(1.8rem, 8vw, 2.5rem);
  }

  .page-blog-j888-nh-ci-sports-betting-tips__hero-description {
    font-size: 1rem;
  }

  .page-blog-j888-nh-ci-sports-betting-tips__cta-button,
  .page-blog-j888-nh-ci-sports-betting-tips a[class*="button"],
  .page-blog-j888-nh-ci-sports-betting-tips a[class*="btn"] {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    white-space: normal !important;
    word-wrap: break-word !important;
    padding: 12px 15px !important;
    font-size: 1rem !important;
  }

  .page-blog-j888-nh-ci-sports-betting-tips__cta-button--block {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  .page-blog-j888-nh-ci-sports-betting-tips__content-section {
    padding: 40px 0;
  }

  .page-blog-j888-nh-ci-sports-betting-tips__section-title {
    font-size: 1.8rem;
    margin-bottom: 30px;
  }

  .page-blog-j888-nh-ci-sports-betting-tips__text-block {
    font-size: 0.95rem;
  }

  .page-blog-j888-nh-ci-sports-betting-tips__feature-heading,
  .page-blog-j888-nh-ci-sports-betting-tips__strategy-heading,
  .page-blog-j888-nh-ci-sports-betting-tips__tip-heading,
  .page-blog-j888-nh-ci-sports-betting-tips__mistake-heading,
  .page-blog-j888-nh-ci-sports-betting-tips__promo-heading,
  .page-blog-j888-nh-ci-sports-betting-tips__step-heading {
    font-size: 1.2rem;
  }

  .page-blog-j888-nh-ci-sports-betting-tips__image {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
    display: block !important;
    min-width: 200px;
  }

  .page-blog-j888-nh-ci-sports-betting-tips__image--right {
    float: none;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
  }

  .page-blog-j888-nh-ci-sports-betting-tips__faq-question {
    font-size: 1.05rem;
    padding: 15px 20px;
  }

  .page-blog-j888-nh-ci-sports-betting-tips__faq-answer {
    padding: 15px 20px;
    font-size: 0.9rem;
  }
}