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

.page-blog-sports-betting-guide-21hello88 a {
  color: #57E38D; /* Glow */
  text-decoration: none;
}

.page-blog-sports-betting-guide-21hello88 a:hover {
  text-decoration: underline;
}

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

.page-blog-sports-betting-guide-21hello88__hero-image-wrapper {
  width: 100%;
  max-height: 500px; /* Limit height to prevent excessive image size */
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}

.page-blog-sports-betting-guide-21hello88__hero-image {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}

.page-blog-sports-betting-guide-21hello88__hero-content {
  max-width: 900px;
  text-align: center;
  padding: 40px 20px;
  color: #F2FFF6;
  z-index: 1;
  margin-top: -100px; /* Pull content slightly up over image for visual flow */
  position: relative;
  background: linear-gradient(180deg, rgba(8, 22, 15, 0) 0%, rgba(8, 22, 15, 1) 50%);
}

.page-blog-sports-betting-guide-21hello88__main-title {
  font-size: clamp(2.2rem, 5vw, 3.5rem);
  font-weight: bold;
  margin-bottom: 20px;
  color: #F2FFF6;
  line-height: 1.2;
}

.page-blog-sports-betting-guide-21hello88__subtitle {
  font-size: clamp(1rem, 2vw, 1.3rem);
  margin-bottom: 30px;
  color: #A7D9B8; /* Text Secondary */
}

.page-blog-sports-betting-guide-21hello88__cta-button {
  display: inline-block;
  padding: 15px 30px;
  border-radius: 8px;
  font-weight: bold;
  text-transform: uppercase;
  transition: all 0.3s ease;
  text-align: center;
  white-space: normal;
  word-wrap: break-word;
}

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

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

.page-blog-sports-betting-guide-21hello88__content-area {
  max-width: 1000px;
  margin: 0 auto;
  padding: 60px 20px;
  background-color: #08160F;
  color: #F2FFF6;
}

.page-blog-sports-betting-guide-21hello88__section-title {
  font-size: 2.2rem;
  color: #F2FFF6;
  margin-top: 40px;
  margin-bottom: 25px;
  text-align: center;
  position: relative;
}

.page-blog-sports-betting-guide-21hello88__section-title::after {
  content: '';
  display: block;
  width: 80px;
  height: 4px;
  background: linear-gradient(90deg, #11A84E 0%, #22C768 100%);
  margin: 10px auto 0;
  border-radius: 2px;
}

.page-blog-sports-betting-guide-21hello88__sub-section-title {
  font-size: 1.8rem;
  color: #F2C14E; /* Gold */
  margin-top: 35px;
  margin-bottom: 20px;
  border-left: 5px solid #11A84E;
  padding-left: 15px;
}

.page-blog-sports-betting-guide-21hello88__text-block {
  font-size: 1.1rem;
  margin-bottom: 20px;
  color: #A7D9B8; /* Text Secondary */
}

.page-blog-sports-betting-guide-21hello88__image-content {
  width: 100%;
  height: auto;
  display: block;
  margin: 30px auto;
  border-radius: 10px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
  object-fit: cover;
  min-width: 200px;
  min-height: 200px;
}

.page-blog-sports-betting-guide-21hello88__faq-list {
  margin-top: 40px;
}

.page-blog-sports-betting-guide-21hello88__faq-item {
  background-color: #11271B; /* Card BG */
  border-radius: 10px;
  margin-bottom: 15px;
  overflow: hidden;
  border: 1px solid #2E7A4E; /* Border */
}

.page-blog-sports-betting-guide-21hello88__faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 18px 25px;
  cursor: pointer;
  font-weight: bold;
  font-size: 1.15rem;
  color: #F2FFF6; /* Text Main */
  background-color: #0A4B2C; /* Deep Green */
  border-bottom: 1px solid #1E3A2A; /* Divider */
}

.page-blog-sports-betting-guide-21hello88__faq-question:hover {
  background-color: #11A84E;
}

.page-blog-sports-betting-guide-21hello88__faq-toggle {
  font-size: 1.5rem;
  line-height: 1;
  transition: transform 0.3s ease;
  color: #57E38D;
}

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

.page-blog-sports-betting-guide-21hello88__faq-answer {
  padding: 20px 25px;
  font-size: 1rem;
  color: #A7D9B8; /* Text Secondary */
}

.page-blog-sports-betting-guide-21hello88__faq-answer p {
  margin-bottom: 0;
}

.page-blog-sports-betting-guide-21hello88__cta-bottom {
  text-align: center;
  margin-top: 50px;
  padding-top: 30px;
  border-top: 1px solid #1E3A2A;
}

/* Ensure details summary marker is hidden */
.page-blog-sports-betting-guide-21hello88__faq-item summary {
  list-style: none;
}

.page-blog-sports-betting-guide-21hello88__faq-item summary::-webkit-details-marker {
  display: none;
}

/* Responsive Styles */
@media (max-width: 768px) {
  .page-blog-sports-betting-guide-21hello88__hero-content {
    margin-top: -50px;
    padding: 20px 15px;
  }

  .page-blog-sports-betting-guide-21hello88__main-title {
    font-size: 2rem;
  }

  .page-blog-sports-betting-guide-21hello88__subtitle {
    font-size: 1rem;
  }

  .page-blog-sports-betting-guide-21hello88__cta-button {
    padding: 12px 20px;
    font-size: 0.9rem;
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    white-space: normal !important;
    word-wrap: break-word !important;
  }

  .page-blog-sports-betting-guide-21hello88__content-area {
    padding: 30px 15px;
  }

  .page-blog-sports-betting-guide-21hello88__section-title {
    font-size: 1.8rem;
  }

  .page-blog-sports-betting-guide-21hello88__sub-section-title {
    font-size: 1.5rem;
    padding-left: 10px;
  }

  .page-blog-sports-betting-guide-21hello88__text-block {
    font-size: 1rem;
  }

  .page-blog-sports-betting-guide-21hello88__image-content {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
    box-sizing: border-box !important;
    padding-left: 0;
    padding-right: 0;
  }

  .page-blog-sports-betting-guide-21hello88__faq-question {
    font-size: 1rem;
    padding: 15px 20px;
  }

  .page-blog-sports-betting-guide-21hello88__faq-answer {
    padding: 15px 20px;
  }

  .page-blog-sports-betting-guide-21hello88__cta-bottom {
    padding-left: 15px;
    padding-right: 15px;
  }

  .page-blog-sports-betting-guide-21hello88__section,
  .page-blog-sports-betting-guide-21hello88__card,
  .page-blog-sports-betting-guide-21hello88__container {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    padding-left: 15px;
    padding-right: 15px;
  }
}

/* Global image responsiveness */
.page-blog-sports-betting-guide-21hello88 img {
  max-width: 100%;
  height: auto;
  display: block;
}

/* Ensure all images are responsive and not smaller than 200px */
.page-blog-sports-betting-guide-21hello88 img:not(.page-blog-sports-betting-guide-21hello88__hero-image) {
    min-width: 200px;
    min-height: 200px;
}

/* Mobile specific image and container overrides */
@media (max-width: 768px) {
  .page-blog-sports-betting-guide-21hello88 img {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
  }
  .page-blog-sports-betting-guide-21hello88__hero-section .page-blog-sports-betting-guide-21hello88__hero-image {
    width: 100% !important;
    height: auto !important;
    object-fit: cover !important;
  }
  .page-blog-sports-betting-guide-21hello88__cta-buttons,
  .page-blog-sports-betting-guide-21hello88__button-group,
  .page-blog-sports-betting-guide-21hello88__btn-container {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    padding-left: 15px;
    padding-right: 15px;
    flex-wrap: wrap !important;
    gap: 10px;
  }
  .page-blog-sports-betting-guide-21hello88__cta-buttons {
    display: flex;
    flex-direction: column; /* For single column buttons on mobile */
  }
}