.page-blog-nextbet-official-latest-promotions-analysis {
  color: #ffffff; /* Body background is dark #0a0a0a, so main text is light */
  font-family: Arial, sans-serif;
  line-height: 1.6;
  background-color: #0a0a0a;
}

.page-blog-nextbet-official-latest-promotions-analysis__hero-section {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 10px 0 40px 0; /* Small top padding, body handles header offset */
  text-align: center;
  background-color: #1a1a1a;
  overflow: hidden;
}

.page-blog-nextbet-official-latest-promotions-analysis__hero-image-wrapper {
  width: 100%;
  max-width: 1920px;
  margin-bottom: 30px;
}

.page-blog-nextbet-official-latest-promotions-analysis__hero-image {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}

.page-blog-nextbet-official-latest-promotions-analysis__hero-content {
  max-width: 900px;
  padding: 0 20px;
  z-index: 1;
}

.page-blog-nextbet-official-latest-promotions-analysis__main-title {
  font-weight: bold;
  line-height: 1.2;
  color: #26A9E0;
  margin-bottom: 20px;
  max-width: 100%;
  font-size: clamp(2.5rem, 5vw, 3.5rem);
}

.page-blog-nextbet-official-latest-promotions-analysis__description {
  font-size: 1.1rem;
  margin-bottom: 30px;
  color: #f0f0f0;
}

.page-blog-nextbet-official-latest-promotions-analysis__btn-primary,
.page-blog-nextbet-official-latest-promotions-analysis__btn-secondary {
  display: inline-block;
  padding: 12px 25px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: bold;
  transition: background-color 0.3s ease, color 0.3s ease, border-color 0.3s ease;
  box-sizing: border-box;
  white-space: normal;
  word-wrap: break-word;
  max-width: 100%;
}

.page-blog-nextbet-official-latest-promotions-analysis__btn-primary {
  background-color: #26A9E0;
  color: #ffffff;
  border: 2px solid #26A9E0;
}

.page-blog-nextbet-official-latest-promotions-analysis__btn-primary:hover {
  background-color: #1e87c2;
  border-color: #1e87c2;
}

.page-blog-nextbet-official-latest-promotions-analysis__btn-secondary {
  background-color: #ffffff;
  color: #26A9E0;
  border: 2px solid #26A9E0;
  margin-left: 15px;
}

.page-blog-nextbet-official-latest-promotions-analysis__btn-secondary:hover {
  background-color: #e0e0e0;
  color: #1e87c2;
  border-color: #1e87c2;
}

.page-blog-nextbet-official-latest-promotions-analysis__content-area {
  max-width: 1200px;
  margin: 0 auto;
  padding: 40px 20px;
  background-color: #0a0a0a;
  color: #ffffff;
}

.page-blog-nextbet-official-latest-promotions-analysis__section-intro,
.page-blog-nextbet-official-latest-promotions-analysis__section-details {
  margin-bottom: 50px;
}

.page-blog-nextbet-official-latest-promotions-analysis__section-title {
  font-size: 2.2rem;
  font-weight: bold;
  color: #26A9E0;
  margin-bottom: 25px;
  text-align: center;
}

.page-blog-nextbet-official-latest-promotions-analysis__sub-title {
  font-size: 1.8rem;
  font-weight: bold;
  color: #f0f0f0;
  margin-top: 40px;
  margin-bottom: 20px;
}

.page-blog-nextbet-official-latest-promotions-analysis__text-block {
  font-size: 1rem;
  margin-bottom: 15px;
  color: #e0e0e0;
}

.page-blog-nextbet-official-latest-promotions-analysis__keyword {
  color: #26A9E0;
  font-weight: bold;
}

.page-blog-nextbet-official-latest-promotions-analysis__keyword-link {
  color: #26A9E0;
  text-decoration: underline;
}

.page-blog-nextbet-official-latest-promotions-analysis__list {
  list-style: disc inside;
  margin-bottom: 20px;
  padding-left: 20px;
  color: #e0e0e0;
}

.page-blog-nextbet-official-latest-promotions-analysis__ordered-list {
  list-style: decimal inside;
  margin-bottom: 20px;
  padding-left: 20px;
  color: #e0e0e0;
}

.page-blog-nextbet-official-latest-promotions-analysis__list-item {
  margin-bottom: 10px;
}

.page-blog-nextbet-official-latest-promotions-analysis__list-strong {
  color: #ffffff;
}

.page-blog-nextbet-official-latest-promotions-analysis__section-image {
  width: 100%;
  height: auto;
  display: block;
  margin: 30px auto;
  border-radius: 8px;
  object-fit: cover;
  min-width: 200px;
  min-height: 200px;
}

.page-blog-nextbet-official-latest-promotions-analysis__faq-list {
  margin-top: 30px;
}

.page-blog-nextbet-official-latest-promotions-analysis__faq-item {
  background-color: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 8px;
  margin-bottom: 15px;
  overflow: hidden;
}

.page-blog-nextbet-official-latest-promotions-analysis__faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 18px 25px;
  font-size: 1.1rem;
  font-weight: bold;
  color: #ffffff;
  cursor: pointer;
  background-color: rgba(255, 255, 255, 0.08);
  transition: background-color 0.3s ease;
  list-style: none;
}

.page-blog-nextbet-official-latest-promotions-analysis__faq-question::-webkit-details-marker {
  display: none;
}

.page-blog-nextbet-official-latest-promotions-analysis__faq-question:hover {
  background-color: rgba(255, 255, 255, 0.15);
}

.page-blog-nextbet-official-latest-promotions-analysis__faq-toggle {
  font-size: 1.5rem;
  line-height: 1;
  color: #26A9E0;
  margin-left: 15px;
}

.page-blog-nextbet-official-latest-promotions-analysis__faq-answer {
  padding: 0 25px 20px 25px;
  font-size: 1rem;
  color: #e0e0e0;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease-out, padding 0.3s ease-out;
}

.page-blog-nextbet-official-latest-promotions-analysis__faq-item[open] .page-blog-nextbet-official-latest-promotions-analysis__faq-answer {
  max-height: 500px; /* Adjust as needed for content length */
  padding-top: 15px;
}

/* Responsive styles */
@media (max-width: 1024px) {
  .page-blog-nextbet-official-latest-promotions-analysis__main-title {
    font-size: clamp(2rem, 4.5vw, 3rem);
  }

  .page-blog-nextbet-official-latest-promotions-analysis__section-title {
    font-size: 2rem;
  }

  .page-blog-nextbet-official-latest-promotions-analysis__sub-title {
    font-size: 1.6rem;
  }
}

@media (max-width: 768px) {
  .page-blog-nextbet-official-latest-promotions-analysis {
    font-size: 16px;
    line-height: 1.6;
  }

  .page-blog-nextbet-official-latest-promotions-analysis__hero-section {
    padding-top: 10px !important;
    padding-bottom: 30px;
  }

  .page-blog-nextbet-official-latest-promotions-analysis__main-title {
    font-size: clamp(1.8rem, 8vw, 2.5rem);
    margin-bottom: 15px;
  }

  .page-blog-nextbet-official-latest-promotions-analysis__description {
    font-size: 1rem;
    margin-bottom: 20px;
  }

  .page-blog-nextbet-official-latest-promotions-analysis__btn-primary,
  .page-blog-nextbet-official-latest-promotions-analysis__btn-secondary {
    max-width: 100% !important;
    width: 100% !important;
    margin-left: 0;
    margin-bottom: 15px;
    padding: 10px 15px;
  }

  .page-blog-nextbet-official-latest-promotions-analysis__hero-content .page-blog-nextbet-official-latest-promotions-analysis__btn-secondary {
    margin-top: 0;
  }

  .page-blog-nextbet-official-latest-promotions-analysis__content-area {
    padding: 30px 15px;
  }

  .page-blog-nextbet-official-latest-promotions-analysis__section-title {
    font-size: 1.8rem;
    margin-bottom: 20px;
  }

  .page-blog-nextbet-official-latest-promotions-analysis__sub-title {
    font-size: 1.4rem;
    margin-top: 30px;
    margin-bottom: 15px;
  }

  .page-blog-nextbet-official-latest-promotions-analysis__text-block {
    font-size: 0.95rem;
  }

  .page-blog-nextbet-official-latest-promotions-analysis img {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
    display: block !important;
  }

  .page-blog-nextbet-official-latest-promotions-analysis__hero-image-wrapper,
  .page-blog-nextbet-official-latest-promotions-analysis__content-area,
  .page-blog-nextbet-official-latest-promotions-analysis__section-details,
  .page-blog-nextbet-official-latest-promotions-analysis__faq-list {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    padding-left: 15px;
    padding-right: 15px;
    overflow: hidden !important;
  }

  .page-blog-nextbet-official-latest-promotions-analysis__faq-question {
    padding: 15px 20px;
    font-size: 1rem;
  }

  .page-blog-nextbet-official-latest-promotions-analysis__faq-answer {
    padding: 0 20px 15px 20px;
  }
  
  .page-blog-nextbet-official-latest-promotions-analysis__hero-content {
    padding: 0 15px;
  }
}

/* Ensure min-width for images in content area */
.page-blog-nextbet-official-latest-promotions-analysis img {
    min-width: 200px;
    min-height: 200px;
}

/* Specific styles for dark/light backgrounds to ensure contrast */
.page-blog-nextbet-official-latest-promotions-analysis__dark-bg {
  background-color: #1a1a1a;
  color: #ffffff;
}

.page-blog-nextbet-official-latest-promotions-analysis__light-bg {
  background-color: #0a0a0a;
  color: #ffffff;
}

.page-blog-nextbet-official-latest-promotions-analysis__card {
  background: rgba(255, 255, 255, 0.1);
  color: #ffffff;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 8px;
  padding: 20px;
  margin-bottom: 20px;
}

.page-blog-nextbet-official-latest-promotions-analysis__card h3 {
  color: #26A9E0;
}

.page-blog-nextbet-official-latest-promotions-analysis__card p {
  color: #e0e0e0;
}