/* style/blog-hello88-sports-betting-guide.css */

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

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

/* Hero Section */
.page-blog-hello88-sports-betting-guide__hero-section {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 10px; /* Small top padding, body handles --header-offset */
  padding-bottom: 60px;
  text-align: center;
  overflow: hidden;
  color: #F2FFF6; /* Text Main */
}

.page-blog-hello88-sports-betting-guide__hero-image-wrapper {
  width: 100%;
  max-height: 700px; /* Limit height for hero image */
  overflow: hidden;
  margin-bottom: 30px;
}

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

.page-blog-hello88-sports-betting-guide__hero-content {
  max-width: 900px;
  padding: 0 20px;
}

.page-blog-hello88-sports-betting-guide__main-title {
  font-size: 2.8rem;
  font-weight: bold;
  margin-bottom: 20px;
  color: #F2FFF6; /* Text Main */
  line-height: 1.2;
  letter-spacing: -0.02em;
}

.page-blog-hello88-sports-betting-guide__hero-description {
  font-size: 1.15rem;
  margin-bottom: 30px;
  color: #A7D9B8; /* Text Secondary */
}

/* CTA Button */
.page-blog-hello88-sports-betting-guide__cta-button {
  display: inline-block;
  padding: 15px 30px;
  border-radius: 8px;
  font-size: 1.1rem;
  font-weight: bold;
  text-decoration: none;
  transition: all 0.3s ease;
  cursor: pointer;
  box-sizing: border-box;
  max-width: 100%;
  white-space: normal;
  word-wrap: break-word;
}

.page-blog-hello88-sports-betting-guide__cta-button--primary {
  background: linear-gradient(180deg, #2AD16F 0%, #13994A 100%); /* Button */
  color: #ffffff;
  border: none;
}

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

.page-blog-hello88-sports-betting-guide__cta-button--secondary {
  background: #11271B; /* Card BG */
  color: #F2FFF6; /* Text Main */
  border: 2px solid #2E7A4E; /* Border */
}

.page-blog-hello88-sports-betting-guide__cta-button--secondary:hover {
  background: #2E7A4E; /* Border */
  color: #F2FFF6;
}

/* Content Sections */
.page-blog-hello88-sports-betting-guide__content-section {
  padding: 60px 0;
}

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

.page-blog-hello88-sports-betting-guide__dark-bg {
  background-color: #11271B; /* Card BG */
  color: #F2FFF6; /* Text Main */
}

.page-blog-hello88-sports-betting-guide__section-title {
  font-size: 2.2rem;
  font-weight: bold;
  margin-bottom: 30px;
  text-align: center;
  color: #F2FFF6; /* Text Main */
}

.page-blog-hello88-sports-betting-guide__sub-title {
  font-size: 1.6rem;
  font-weight: bold;
  margin-top: 40px;
  margin-bottom: 20px;
  color: #57E38D; /* Glow */
}

.page-blog-hello88-sports-betting-guide__paragraph {
  margin-bottom: 15px;
  color: #A7D9B8; /* Text Secondary */
}

.page-blog-hello88-sports-betting-guide__unordered-list,
.page-blog-hello88-sports-betting-guide__ordered-list {
  margin-bottom: 20px;
  padding-left: 25px;
  color: #A7D9B8; /* Text Secondary */
}

.page-blog-hello88-sports-betting-guide__list-item {
  margin-bottom: 10px;
}

.page-blog-hello88-sports-betting-guide__image-wrapper {
  margin: 30px 0;
  text-align: center;
  overflow: hidden;
  box-sizing: border-box;
  max-width: 100%;
  width: 100%;
}

.page-blog-hello88-sports-betting-guide__content-image {
  max-width: 100%;
  height: auto;
  display: block;
  border-radius: 8px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

/* FAQ Section */
.page-blog-hello88-sports-betting-guide__faq-section {
  padding: 60px 0;
  background-color: #11271B; /* Card BG */
  color: #F2FFF6; /* Text Main */
}

.page-blog-hello88-sports-betting-guide__faq-list {
  max-width: 800px;
  margin: 0 auto;
}

.page-blog-hello88-sports-betting-guide__faq-item {
  background-color: #08160F; /* Background */
  border: 1px solid #2E7A4E; /* Border */
  border-radius: 8px;
  margin-bottom: 15px;
  overflow: hidden;
}

.page-blog-hello88-sports-betting-guide__faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 18px 25px;
  font-size: 1.15rem;
  font-weight: bold;
  color: #F2FFF6; /* Text Main */
  cursor: pointer;
  background-color: #0A4B2C; /* Deep Green */
  transition: background-color 0.3s ease;
  list-style: none; /* For details/summary */
}

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

.page-blog-hello88-sports-betting-guide__faq-question:hover {
  background-color: #1E3A2A; /* Divider */
}

.page-blog-hello88-sports-betting-guide__faq-toggle {
  font-size: 1.5rem;
  line-height: 1;
  margin-left: 15px;
  color: #57E38D; /* Glow */
}

.page-blog-hello88-sports-betting-guide__faq-answer {
  padding: 0 25px 20px;
  font-size: 1rem;
  color: #A7D9B8; /* Text Secondary */
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease-out, padding 0.3s ease-out;
}

.page-blog-hello88-sports-betting-guide__faq-item[open] .page-blog-hello88-sports-betting-guide__faq-answer {
  max-height: 500px; /* Adjust as needed for content */
  padding-top: 15px;
}

.page-blog-hello88-sports-betting-guide__faq-item.active .page-blog-hello88-sports-betting-guide__faq-answer {
  max-height: 2000px !important; /* For JS-controlled div version */
  padding-top: 15px;
}

/* Conclusion Section */
.page-blog-hello88-sports-betting-guide__conclusion-section {
  text-align: center;
  padding: 60px 0;
  background-color: #08160F; /* Background */
  color: #F2FFF6; /* Text Main */
}

/* Responsive adjustments */
@media (max-width: 1024px) {
  .page-blog-hello88-sports-betting-guide__main-title {
    font-size: 2.5rem;
  }
  .page-blog-hello88-sports-betting-guide__section-title {
    font-size: 2rem;
  }
  .page-blog-hello88-sports-betting-guide__sub-title {
    font-size: 1.4rem;
  }
}

@media (max-width: 768px) {
  .page-blog-hello88-sports-betting-guide {
    font-size: 16px;
    line-height: 1.6;
  }
  .page-blog-hello88-sports-betting-guide__hero-section {
    padding-bottom: 40px;
  }
  .page-blog-hello88-sports-betting-guide__main-title {
    font-size: 2rem;
  }
  .page-blog-hello88-sports-betting-guide__hero-description {
    font-size: 1rem;
  }
  .page-blog-hello88-sports-betting-guide__section-title {
    font-size: 1.8rem;
  }
  .page-blog-hello88-sports-betting-guide__sub-title {
    font-size: 1.2rem;
  }
  .page-blog-hello88-sports-betting-guide__cta-button {
    padding: 12px 20px;
    font-size: 1rem;
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    white-space: normal !important;
    word-wrap: break-word !important;
    margin-bottom: 15px;
  }
  .page-blog-hello88-sports-betting-guide__cta-button--primary,
  .page-blog-hello88-sports-betting-guide__cta-button--secondary {
    margin-left: 0;
    margin-right: 0;
  }
  /* Images responsive for mobile */
  .page-blog-hello88-sports-betting-guide img {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
    display: block !important;
  }
  .page-blog-hello88-sports-betting-guide__section,
  .page-blog-hello88-sports-betting-guide__card,
  .page-blog-hello88-sports-betting-guide__container,
  .page-blog-hello88-sports-betting-guide__image-wrapper {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    padding-left: 15px;
    padding-right: 15px;
    overflow: hidden !important;
  }
  .page-blog-hello88-sports-betting-guide__hero-section {
    padding-top: 10px !important;
  }
  .page-blog-hello88-sports-betting-guide__faq-question {
    padding: 15px 20px;
    font-size: 1rem;
  }
  .page-blog-hello88-sports-betting-guide__faq-answer {
    padding: 0 20px 15px;
  }
}

@media (max-width: 480px) {
  .page-blog-hello88-sports-betting-guide__main-title {
    font-size: 1.8rem;
  }
  .page-blog-hello88-sports-betting-guide__section-title {
    font-size: 1.6rem;
  }
  .page-blog-hello88-sports-betting-guide__sub-title {
    font-size: 1.1rem;
  }
}