.page-blog-meo-ca-cuoc-the-thao-tai-fa8bet {
  font-family: Arial, sans-serif;
  line-height: 1.6;
  color: #333333; /* Default dark text for light body background */
  background-color: #FFFFFF; /* Default body background */
}

.page-blog-meo-ca-cuoc-the-thao-tai-fa8bet__container {
  max-width: 1170px;
  margin: 0 auto;
  padding: 0 15px;
  box-sizing: border-box;
}

.page-blog-meo-ca-cuoc-the-thao-tai-fa8bet__hero-section {
  padding-top: 10px; /* Small top padding, relying on body padding for header offset */
  padding-bottom: 40px;
  background-color: #f8f8f8;
  border-bottom: 1px solid #eee;
}

.page-blog-meo-ca-cuoc-the-thao-tai-fa8bet__hero-section .page-blog-meo-ca-cuoc-the-thao-tai-fa8bet__container {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 30px;
  padding-top: 40px;
  padding-bottom: 40px;
}

.page-blog-meo-ca-cuoc-the-thao-tai-fa8bet__hero-content {
  flex: 1 1 50%;
  min-width: 300px;
  color: #333333;
}

.page-blog-meo-ca-cuoc-the-thao-tai-fa8bet__main-title {
  font-size: clamp(2.2rem, 4vw, 3rem); /* Responsive font size */
  font-weight: 700;
  color: #017439;
  margin-bottom: 20px;
  line-height: 1.2;
}

.page-blog-meo-ca-cuoc-the-thao-tai-fa8bet__intro-text {
  font-size: 1.1rem;
  margin-bottom: 30px;
  color: #555555;
}

.page-blog-meo-ca-cuoc-the-thao-tai-fa8bet__cta-buttons {
  display: flex;
  gap: 15px;
  flex-wrap: wrap;
}

.page-blog-meo-ca-cuoc-the-thao-tai-fa8bet__cta-buttons--center {
  justify-content: center;
  margin-top: 30px;
}

.page-blog-meo-ca-cuoc-the-thao-tai-fa8bet__btn-primary,
.page-blog-meo-ca-cuoc-the-thao-tai-fa8bet__btn-secondary {
  display: inline-block;
  padding: 12px 25px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: 600;
  font-size: 1rem;
  transition: all 0.3s ease;
  text-align: center;
  box-sizing: border-box;
  max-width: 100%;
  white-space: normal;
  word-wrap: break-word;
}

.page-blog-meo-ca-cuoc-the-thao-tai-fa8bet__btn-primary {
  background-color: #C30808; /* Custom color for register/login */
  color: #FFFF00; /* Custom font color for register/login */
  border: 2px solid #C30808;
}

.page-blog-meo-ca-cuoc-the-thao-tai-fa8bet__btn-primary:hover {
  background-color: #a00606;
  border-color: #a00606;
}

.page-blog-meo-ca-cuoc-the-thao-tai-fa8bet__btn-secondary {
  background-color: #ffffff;
  color: #017439; /* Brand primary color */
  border: 2px solid #017439;
}

.page-blog-meo-ca-cuoc-the-thao-tai-fa8bet__btn-secondary:hover {
  background-color: #017439;
  color: #ffffff;
}

.page-blog-meo-ca-cuoc-the-thao-tai-fa8bet__hero-image {
  flex: 1 1 40%;
  min-width: 300px;
  text-align: center;
}

.page-blog-meo-ca-cuoc-the-thao-tai-fa8bet__main-image {
  max-width: 100%;
  height: auto;
  border-radius: 10px;
  display: block;
  margin: 0 auto;
}

.page-blog-meo-ca-cuoc-the-thao-tai-fa8bet__content-section {
  padding: 60px 0;
}

.page-blog-meo-ca-cuoc-the-thao-tai-fa8bet__dark-section {
  background-color: #017439; /* Brand primary color for dark section */
  color: #ffffff; /* White text for dark background */
}

.page-blog-meo-ca-cuoc-the-thao-tai-fa8bet__dark-section .page-blog-meo-ca-cuoc-the-thao-tai-fa8bet__section-title,
.page-blog-meo-ca-cuoc-the-thao-tai-fa8bet__dark-section .page-blog-meo-ca-cuoc-the-thao-tai-fa8bet__sub-title,
.page-blog-meo-ca-cuoc-the-thao-tai-fa8bet__dark-section .page-blog-meo-ca-cuoc-the-thao-tai-fa8bet__text-block,
.page-blog-meo-ca-cuoc-the-thao-tai-fa8bet__dark-section .page-blog-meo-ca-cuoc-the-thao-tai-fa8bet__list-item {
  color: #ffffff;
}

.page-blog-meo-ca-cuoc-the-thao-tai-fa8bet__section-title {
  font-size: clamp(1.8rem, 3.5vw, 2.5rem);
  font-weight: 700;
  color: #017439;
  margin-bottom: 30px;
  text-align: center;
}

.page-blog-meo-ca-cuoc-the-thao-tai-fa8bet__sub-title {
  font-size: clamp(1.3rem, 2.5vw, 1.8rem);
  font-weight: 600;
  color: #017439;
  margin-top: 30px;
  margin-bottom: 15px;
}

.page-blog-meo-ca-cuoc-the-thao-tai-fa8bet__text-block {
  font-size: 1rem;
  margin-bottom: 20px;
  color: #555555;
}

.page-blog-meo-ca-cuoc-the-thao-tai-fa8bet__article-image {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 30px auto;
  border-radius: 8px;
}

.page-blog-meo-ca-cuoc-the-thao-tai-fa8bet__list {
  list-style: disc;
  margin-left: 25px;
  margin-bottom: 20px;
  color: #555555;
}

.page-blog-meo-ca-cuoc-the-thao-tai-fa8bet__list-item {
  margin-bottom: 10px;
  font-size: 1rem;
}

.page-blog-meo-ca-cuoc-the-thao-tai-fa8bet__faq-section {
  padding: 60px 0;
  background-color: #f8f8f8;
}

.page-blog-meo-ca-cuoc-the-thao-tai-fa8bet__faq-list {
  margin-top: 30px;
}

.page-blog-meo-ca-cuoc-the-thao-tai-fa8bet__faq-item {
  background-color: #ffffff;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  margin-bottom: 15px;
  overflow: hidden;
}

.page-blog-meo-ca-cuoc-the-thao-tai-fa8bet__faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 18px 25px;
  font-size: 1.1rem;
  font-weight: 600;
  color: #017439;
  cursor: pointer;
  list-style: none; /* For details/summary */
}

.page-blog-meo-ca-cuoc-the-thao-tai-fa8bet__faq-question::-webkit-details-marker {
  display: none;
}

.page-blog-meo-ca-cuoc-the-thao-tai-fa8bet__faq-qtext {
  flex-grow: 1;
}

.page-blog-meo-ca-cuoc-the-thao-tai-fa8bet__faq-toggle {
  font-size: 1.5rem;
  line-height: 1;
  margin-left: 15px;
}

.page-blog-meo-ca-cuoc-the-thao-tai-fa8bet__faq-answer {
  padding: 0 25px 20px;
  font-size: 1rem;
  color: #555555;
}

.page-blog-meo-ca-cuoc-the-thao-tai-fa8bet__faq-answer p {
  margin-bottom: 0;
}

/* Responsive Styles */
@media (max-width: 768px) {
  .page-blog-meo-ca-cuoc-the-thao-tai-fa8bet__hero-section {
    padding-top: 10px !important; /* Ensure small top padding */
    padding-bottom: 30px;
  }

  .page-blog-meo-ca-cuoc-the-thao-tai-fa8bet__hero-section .page-blog-meo-ca-cuoc-the-thao-tai-fa8bet__container {
    flex-direction: column;
    padding-top: 20px;
    padding-bottom: 20px;
    gap: 20px;
  }

  .page-blog-meo-ca-cuoc-the-thao-tai-fa8bet__hero-content,
  .page-blog-meo-ca-cuoc-the-thao-tai-fa8bet__hero-image {
    flex: 1 1 100%;
    min-width: unset;
  }

  .page-blog-meo-ca-cuoc-the-thao-tai-fa8bet__main-title {
    font-size: 1.8rem;
    text-align: center;
  }

  .page-blog-meo-ca-cuoc-the-thao-tai-fa8bet__intro-text {
    font-size: 1rem;
    text-align: center;
  }

  .page-blog-meo-ca-cuoc-the-thao-tai-fa8bet__cta-buttons {
    flex-direction: column;
    gap: 10px;
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
    padding: 0 15px;
  }

  .page-blog-meo-ca-cuoc-the-thao-tai-fa8bet__btn-primary,
  .page-blog-meo-ca-cuoc-the-thao-tai-fa8bet__btn-secondary,
  .page-blog-meo-ca-cuoc-the-thao-tai-fa8bet a[class*="button"],
  .page-blog-meo-ca-cuoc-the-thao-tai-fa8bet 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-left: 15px;
    padding-right: 15px;
  }

  .page-blog-meo-ca-cuoc-the-thao-tai-fa8bet__content-section {
    padding: 30px 0;
  }

  .page-blog-meo-ca-cuoc-the-thao-tai-fa8bet__section-title {
    font-size: 1.5rem;
    margin-bottom: 20px;
  }

  .page-blog-meo-ca-cuoc-the-thao-tai-fa8bet__sub-title {
    font-size: 1.2rem;
    margin-top: 25px;
    margin-bottom: 10px;
  }

  .page-blog-meo-ca-cuoc-the-thao-tai-fa8bet__text-block,
  .page-blog-meo-ca-cuoc-the-thao-tai-fa8bet__list-item {
    font-size: 0.95rem;
  }

  .page-blog-meo-ca-cuoc-the-thao-tai-fa8bet img {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
    box-sizing: border-box !important;
  }

  .page-blog-meo-ca-cuoc-the-thao-tai-fa8bet__container {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    padding-left: 15px;
    padding-right: 15px;
  }

  .page-blog-meo-ca-cuoc-the-thao-tai-fa8bet__faq-section {
    padding: 30px 0;
  }

  .page-blog-meo-ca-cuoc-the-thao-tai-fa8bet__faq-question {
    font-size: 1rem;
    padding: 15px 20px;
  }

  .page-blog-meo-ca-cuoc-the-thao-tai-fa8bet__faq-answer {
    padding: 0 20px 15px;
  }

  .page-blog-meo-ca-cuoc-the-thao-tai-fa8bet__faq-toggle {
    font-size: 1.2rem;
  }
}