.page-blog-meo-ca-cuoc-thang-lon-tai-jb88 {
  font-family: Arial, sans-serif;
  line-height: 1.6;
  color: #FFF1E8; /* Main text color for dark background */
  background-color: transparent; /* Body background from shared.css */
}

.page-blog-meo-ca-cuoc-thang-lon-tai-jb88__hero-section {
  padding-top: 10px; /* Specific top padding for inner page hero */
  padding-bottom: 60px;
  background-color: #140C0C; /* Dark background for hero section */
  display: flex;
  flex-direction: column; /* Stack image then content */
  align-items: center;
  text-align: center;
}

.page-blog-meo-ca-cuoc-thang-lon-tai-jb88__hero-image-wrapper {
  width: 100%;
  max-width: 1200px; /* Max width for the image */
  margin-bottom: 30px;
}

.page-blog-meo-ca-cuoc-thang-lon-tai-jb88__hero-image {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 8px;
}

.page-blog-meo-ca-cuoc-thang-lon-tai-jb88__hero-content {
  max-width: 900px;
  padding: 0 20px;
}

.page-blog-meo-ca-cuoc-thang-lon-tai-jb88__hero-title {
  font-size: clamp(2.2rem, 4vw, 3.5rem); /* Responsive H1 font size */
  font-weight: bold;
  color: #F3C54D; /* Gold for main title */
  margin-bottom: 20px;
  line-height: 1.2;
}

.page-blog-meo-ca-cuoc-thang-lon-tai-jb88__hero-description {
  font-size: 1.1rem;
  color: #FFF1E8;
  margin-bottom: 30px;
}

.page-blog-meo-ca-cuoc-thang-lon-tai-jb88__cta-buttons {
  display: flex;
  gap: 20px;
  justify-content: center;
  flex-wrap: wrap;
}

.page-blog-meo-ca-cuoc-thang-lon-tai-jb88__btn-primary,
.page-blog-meo-ca-cuoc-thang-lon-tai-jb88__btn-secondary {
  padding: 14px 30px;
  border-radius: 8px;
  font-size: 1.1rem;
  font-weight: bold;
  text-decoration: none;
  transition: all 0.3s ease;
  white-space: nowrap;
  box-sizing: border-box;
}

.page-blog-meo-ca-cuoc-thang-lon-tai-jb88__btn-primary {
  background: linear-gradient(180deg, #FFB04A 0%, #D86A14 100%);
  color: #ffffff;
  border: none;
}

.page-blog-meo-ca-cuoc-thang-lon-tai-jb88__btn-primary:hover {
  opacity: 0.9;
  transform: translateY(-2px);
}

.page-blog-meo-ca-cuoc-thang-lon-tai-jb88__btn-secondary {
  background: #2A1212; /* Card BG as secondary button background */
  color: #F3C54D; /* Gold text for secondary button */
  border: 2px solid #6A1E1E; /* Border color */
}

.page-blog-meo-ca-cuoc-thang-lon-tai-jb88__btn-secondary:hover {
  background: #7E0D0D; /* Deep Red on hover */
  color: #ffffff;
  border-color: #F3C54D;
  transform: translateY(-2px);
}

.page-blog-meo-ca-cuoc-thang-lon-tai-jb88__cta-buttons--bottom {
    margin-top: 40px;
}

.page-blog-meo-ca-cuoc-thang-lon-tai-jb88__content-area,
.page-blog-meo-ca-cuoc-thang-lon-tai-jb88__faq-section {
  background-color: #140C0C; /* Dark background */
  padding: 60px 0;
  color: #FFF1E8; /* Light text color */
}

.page-blog-meo-ca-cuoc-thang-lon-tai-jb88__section-container {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 20px;
}

.page-blog-meo-ca-cuoc-thang-lon-tai-jb88__section-title {
  font-size: 2.2rem;
  font-weight: bold;
  color: #F3C54D; /* Gold for section titles */
  margin-bottom: 30px;
  text-align: center;
}

.page-blog-meo-ca-cuoc-thang-lon-tai-jb88__sub-title {
  font-size: 1.6rem;
  font-weight: bold;
  color: #E53030; /* Accent red for sub titles */
  margin-top: 40px;
  margin-bottom: 15px;
}

.page-blog-meo-ca-cuoc-thang-lon-tai-jb88__paragraph {
  font-size: 1rem;
  margin-bottom: 20px;
  color: #FFF1E8;
}

.page-blog-meo-ca-cuoc-thang-lon-tai-jb88__text-link {
  color: #F3C54D; /* Gold for text links */
  text-decoration: underline;
}

.page-blog-meo-ca-cuoc-thang-lon-tai-jb88__text-link:hover {
  color: #FFB04A; /* Lighter gold on hover */
}

.page-blog-meo-ca-cuoc-thang-lon-tai-jb88__article-image-wrapper {
  margin: 30px 0;
  text-align: center;
}

.page-blog-meo-ca-cuoc-thang-lon-tai-jb88__article-image {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
  border-radius: 8px;
}

/* FAQ Section */
.page-blog-meo-ca-cuoc-thang-lon-tai-jb88__faq-list {
  margin-top: 40px;
}

.page-blog-meo-ca-cuoc-thang-lon-tai-jb88__faq-item {
  background-color: #2A1212; /* Card BG for FAQ items */
  border: 1px solid #6A1E1E; /* Border color */
  border-radius: 8px;
  margin-bottom: 15px;
  overflow: hidden;
  color: #FFF1E8; /* Light text */
}

.page-blog-meo-ca-cuoc-thang-lon-tai-jb88__faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px;
  font-size: 1.15rem;
  font-weight: bold;
  cursor: pointer;
  background-color: #2A1212; /* Card BG */
  color: #F3C54D; /* Gold for FAQ questions */
  list-style: none; /* Remove default marker for details */
}

.page-blog-meo-ca-cuoc-thang-lon-tai-jb88__faq-question::-webkit-details-marker {
  display: none; /* Hide default marker for webkit */
}

.page-blog-meo-ca-cuoc-thang-lon-tai-jb88__faq-qtext {
  flex-grow: 1;
}

.page-blog-meo-ca-cuoc-thang-lon-tai-jb88__faq-toggle {
  font-size: 1.5rem;
  line-height: 1;
  margin-left: 15px;
  color: #F3C54D;
}

.page-blog-meo-ca-cuoc-thang-lon-tai-jb88__faq-answer {
  padding: 0 20px 20px;
  font-size: 1rem;
  color: #FFF1E8;
}

.page-blog-meo-ca-cuoc-thang-lon-tai-jb88__faq-answer p {
    margin-bottom: 0;
}

/* Responsive styles */
@media (max-width: 1024px) {
  .page-blog-meo-ca-cuoc-thang-lon-tai-jb88__section-title {
    font-size: 2rem;
  }
  .page-blog-meo-ca-cuoc-thang-lon-tai-jb88__sub-title {
    font-size: 1.4rem;
  }
}

@media (max-width: 768px) {
  .page-blog-meo-ca-cuoc-thang-lon-tai-jb88__hero-section {
    padding-top: 10px !important; /* Top padding for mobile hero */
    padding-bottom: 40px;
  }

  .page-blog-meo-ca-cuoc-thang-lon-tai-jb88__hero-content {
    padding: 0 15px;
  }

  .page-blog-meo-ca-cuoc-thang-lon-tai-jb88__hero-title {
    font-size: clamp(1.8rem, 8vw, 2.5rem); /* Adjust H1 for smaller screens */
  }

  .page-blog-meo-ca-cuoc-thang-lon-tai-jb88__hero-description {
    font-size: 1rem;
  }

  .page-blog-meo-ca-cuoc-thang-lon-tai-jb88__cta-buttons {
    flex-direction: column; /* Stack buttons vertically */
    gap: 15px;
    width: 100%;
    max-width: 300px; /* Constrain button group width */
    margin: 0 auto;
    padding: 0 15px;
    box-sizing: border-box;
  }

  .page-blog-meo-ca-cuoc-thang-lon-tai-jb88__btn-primary,
  .page-blog-meo-ca-cuoc-thang-lon-tai-jb88__btn-secondary {
    max-width: 100% !important;
    width: 100% !important;
    white-space: normal !important;
    word-wrap: break-word !important;
    padding: 12px 20px;
    font-size: 1rem;
  }

  /* General image and container responsiveness */
  .page-blog-meo-ca-cuoc-thang-lon-tai-jb88 img {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
    box-sizing: border-box !important;
  }

  .page-blog-meo-ca-cuoc-thang-lon-tai-jb88__section-container {
    padding: 0 15px;
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
  }

  .page-blog-meo-ca-cuoc-thang-lon-tai-jb88__section-title {
    font-size: 1.8rem;
    margin-bottom: 25px;
  }

  .page-blog-meo-ca-cuoc-thang-lon-tai-jb88__sub-title {
    font-size: 1.3rem;
    margin-top: 30px;
  }

  .page-blog-meo-ca-cuoc-thang-lon-tai-jb88__paragraph {
    font-size: 0.95rem;
  }

  .page-blog-meo-ca-cuoc-thang-lon-tai-jb88__faq-question {
    font-size: 1rem;
    padding: 15px;
  }

  .page-blog-meo-ca-cuoc-thang-lon-tai-jb88__faq-answer {
    padding: 0 15px 15px;
    font-size: 0.95rem;
  }
}