.page-blog-jun88tv-sports-betting-guide {
  background-color: #08160F;
  color: #F2FFF6;
  font-family: Arial, sans-serif;
  line-height: 1.6;
}

.page-blog-jun88tv-sports-betting-guide__hero-section {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 10px 20px 60px; /* Small top padding, larger bottom */
  background-color: #08160F;
}

.page-blog-jun88tv-sports-betting-guide__hero-image-wrapper {
  width: 100%;
  max-width: 1920px;
  margin-bottom: 30px;
}

.page-blog-jun88tv-sports-betting-guide__hero-image {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 8px;
  object-fit: cover;
}

.page-blog-jun88tv-sports-betting-guide__hero-content {
  text-align: center;
  max-width: 900px;
  padding: 0 20px;
}

.page-blog-jun88tv-sports-betting-guide__main-title {
  font-weight: bold;
  line-height: 1.2;
  letter-spacing: -0.03em;
  color: #F2FFF6;
  margin-bottom: 20px;
}

.page-blog-jun88tv-sports-betting-guide__description {
  font-size: 1.1em;
  color: #A7D9B8;
  margin-bottom: 30px;
}

.page-blog-jun88tv-sports-betting-guide__cta-buttons {
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
}

.page-blog-jun88tv-sports-betting-guide__btn-primary,
.page-blog-jun88tv-sports-betting-guide__btn-secondary {
  padding: 12px 25px;
  border-radius: 30px;
  text-decoration: none;
  font-weight: bold;
  transition: all 0.3s ease;
  box-sizing: border-box;
  max-width: 100%;
  white-space: normal;
  word-wrap: break-word;
  text-align: center;
}

.page-blog-jun88tv-sports-betting-guide__btn-primary {
  background: linear-gradient(180deg, #2AD16F 0%, #13994A 100%);
  color: #F2FFF6;
  border: none;
}

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

.page-blog-jun88tv-sports-betting-guide__btn-secondary {
  background-color: transparent;
  color: #2AD16F;
  border: 2px solid #2AD16F;
}

.page-blog-jun88tv-sports-betting-guide__btn-secondary:hover {
  background-color: rgba(42, 209, 111, 0.1);
  transform: translateY(-2px);
}

.page-blog-jun88tv-sports-betting-guide__section {
  padding: 60px 0;
  background-color: #08160F;
}

.page-blog-jun88tv-sports-betting-guide__section:nth-of-type(even) {
  background-color: #11271B; /* Card BG color for alternating sections */
}

.page-blog-jun88tv-sports-betting-guide__container {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box;
}

.page-blog-jun88tv-sports-betting-guide__section-title {
  font-size: 2.2em;
  color: #F2FFF6;
  margin-bottom: 30px;
  text-align: center;
  font-weight: bold;
}

.page-blog-jun88tv-sports-betting-guide__subsection-title {
  font-size: 1.6em;
  color: #2AD16F;
  margin-top: 40px;
  margin-bottom: 20px;
  font-weight: bold;
}

.page-blog-jun88tv-sports-betting-guide p {
  margin-bottom: 20px;
  color: #A7D9B8;
}

.page-blog-jun88tv-sports-betting-guide__list,
.page-blog-jun88tv-sports-betting-guide__ordered-list {
  list-style-type: disc;
  margin-left: 20px;
  margin-bottom: 20px;
  color: #A7D9B8;
}

.page-blog-jun88tv-sports-betting-guide__ordered-list {
  list-style-type: decimal;
}

.page-blog-jun88tv-sports-betting-guide__list-item {
  margin-bottom: 10px;
  color: #A7D9B8;
}

.page-blog-jun88tv-sports-betting-guide__list-item strong {
  color: #F2FFF6;
}

.page-blog-jun88tv-sports-betting-guide__image-content {
  width: 100%;
  height: auto;
  display: block;
  margin: 30px auto;
  border-radius: 8px;
  object-fit: cover;
}

/* FAQ Section */
.page-blog-jun88tv-sports-betting-guide__faq {
  background-color: #08160F;
}

.page-blog-jun88tv-sports-betting-guide__faq-list {
  margin-top: 40px;
}

.page-blog-jun88tv-sports-betting-guide__faq-item {
  background-color: #11271B;
  border: 1px solid #2E7A4E;
  border-radius: 8px;
  margin-bottom: 15px;
  overflow: hidden;
  color: #F2FFF6;
}

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

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

.page-blog-jun88tv-sports-betting-guide__faq-toggle {
  font-size: 1.5em;
  line-height: 1;
  color: #2AD16F;
}

.page-blog-jun88tv-sports-betting-guide__faq-answer {
  padding: 0 25px 20px;
  color: #A7D9B8;
}

.page-blog-jun88tv-sports-betting-guide__faq-answer p {
  margin-bottom: 0;
}

/* Responsive adjustments */
@media (max-width: 1024px) {
  .page-blog-jun88tv-sports-betting-guide__main-title {
    font-size: 2.5em;
  }
  .page-blog-jun88tv-sports-betting-guide__section-title {
    font-size: 1.8em;
  }
  .page-blog-jun88tv-sports-betting-guide__subsection-title {
    font-size: 1.4em;
  }
}

@media (max-width: 768px) {
  .page-blog-jun88tv-sports-betting-guide {
    font-size: 16px;
    line-height: 1.6;
  }
  .page-blog-jun88tv-sports-betting-guide__hero-section {
    padding: 10px 15px 40px;
  }
  .page-blog-jun88tv-sports-betting-guide__main-title {
    font-size: 2em;
  }
  .page-blog-jun88tv-sports-betting-guide__description {
    font-size: 1em;
  }
  .page-blog-jun88tv-sports-betting-guide__cta-buttons {
    flex-direction: column;
    gap: 15px;
  }
  .page-blog-jun88tv-sports-betting-guide__btn-primary,
  .page-blog-jun88tv-sports-betting-guide__btn-secondary {
    width: 100% !important;
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .page-blog-jun88tv-sports-betting-guide__section {
    padding: 40px 0;
  }
  .page-blog-jun88tv-sports-betting-guide__container {
    padding: 0 15px;
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
  }
  .page-blog-jun88tv-sports-betting-guide__section-title {
    font-size: 1.5em;
  }
  .page-blog-jun88tv-sports-betting-guide__subsection-title {
    font-size: 1.2em;
  }
  .page-blog-jun88tv-sports-betting-guide__hero-image,
  .page-blog-jun88tv-sports-betting-guide__image-content {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
    display: block !important;
  }
  .page-blog-jun88tv-sports-betting-guide__faq-question {
    padding: 15px 20px;
    font-size: 1em;
  }
  .page-blog-jun88tv-sports-betting-guide__faq-answer {
    padding: 0 20px 15px;
  }
}