/* Base styles for the page content */
.page-blog-kham-pha-cac-tro-choi-no-hu-hap-dan-tai-m88-truc-tuyen {
  font-family: Arial, sans-serif;
  line-height: 1.6;
  color: #333333; /* Default text color for light backgrounds */
  background-color: #f5f5f5; /* Consistent with shared.css body background */
}

.page-blog-kham-pha-cac-tro-choi-no-hu-hap-dan-tai-m88-truc-tuyen__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 20px;
  box-sizing: border-box;
}

/* Hero Section */
.page-blog-kham-pha-cac-tro-choi-no-hu-hap-dan-tai-m88-truc-tuyen__hero-section {
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding-top: 10px; /* Small top padding, body handles --header-offset */
  background: linear-gradient(135deg, #017439, #005a2e);
  color: #ffffff;
}

.page-blog-kham-pha-cac-tro-choi-no-hu-hap-dan-tai-m88-truc-tuyen__hero-image-wrapper {
  width: 100%;
  max-height: 600px;
  overflow: hidden;
}

.page-blog-kham-pha-cac-tro-choi-no-hu-hap-dan-tai-m88-truc-tuyen__hero-image {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
  filter: brightness(0.7); /* Slightly dim the image for text readability */
}

.page-blog-kham-pha-cac-tro-choi-no-hu-hap-dan-tai-m88-truc-tuyen__hero-content {
  position: relative;
  z-index: 1;
  padding: 40px 20px;
  max-width: 900px;
}

.page-blog-kham-pha-cac-tro-choi-no-hu-hap-dan-tai-m88-truc-tuyen__main-title {
  font-size: clamp(2.5rem, 5vw, 3.5rem);
  font-weight: 700;
  margin-bottom: 20px;
  line-height: 1.2;
  color: #FFFFFF;
}

.page-blog-kham-pha-cac-tro-choi-no-hu-hap-dan-tai-m88-truc-tuyen__intro-description {
  font-size: 1.1rem;
  margin-bottom: 30px;
  color: #f0f0f0;
}

/* General Content Sections */
.page-blog-kham-pha-cac-tro-choi-no-hu-hap-dan-tai-m88-truc-tuyen__content-section {
  padding: 50px 0;
  border-bottom: 1px solid #e0e0e0;
}

.page-blog-kham-pha-cac-tro-choi-no-hu-hap-dan-tai-m88-truc-tuyen__content-section:last-of-type {
  border-bottom: none;
}

.page-blog-kham-pha-cac-tro-choi-no-hu-hap-dan-tai-m88-truc-tuyen__dark-section {
  background-color: #017439;
  color: #ffffff;
}

.page-blog-kham-pha-cac-tro-choi-no-hu-hap-dan-tai-m88-truc-tuyen__section-title {
  font-size: clamp(1.8rem, 4vw, 2.5rem);
  font-weight: 700;
  margin-bottom: 30px;
  text-align: center;
  color: inherit;
}

.page-blog-kham-pha-cac-tro-choi-no-hu-hap-dan-tai-m88-truc-tuyen__article-body {
  max-width: 900px;
  margin: 0 auto;
  font-size: 1rem;
  line-height: 1.7;
}

.page-blog-kham-pha-cac-tro-choi-no-hu-hap-dan-tai-m88-truc-tuyen__article-body p {
  margin-bottom: 1em;
}

.page-blog-kham-pha-cac-tro-choi-no-hu-hap-dan-tai-m88-truc-tuyen__article-body h3.page-blog-kham-pha-cac-tro-choi-no-hu-hap-dan-tai-m88-truc-tuyen__sub-title {
  font-size: clamp(1.3rem, 3vw, 1.8rem);
  font-weight: 600;
  margin-top: 2em;
  margin-bottom: 0.8em;
  color: inherit;
}

.page-blog-kham-pha-cac-tro-choi-no-hu-hap-dan-tai-m88-truc-tuyen__article-body ul,
.page-blog-kham-pha-cac-tro-choi-no-hu-hap-dan-tai-m88-truc-tuyen__article-body ol {
  margin-left: 20px;
  margin-bottom: 1em;
  list-style-type: disc;
}

.page-blog-kham-pha-cac-tro-choi-no-hu-hap-dan-tai-m88-truc-tuyen__article-body ol {
  list-style-type: decimal;
}

.page-blog-kham-pha-cac-tro-choi-no-hu-hap-dan-tai-m88-truc-tuyen__article-body li {
  margin-bottom: 0.5em;
}

.page-blog-kham-pha-cac-tro-choi-no-hu-hap-dan-tai-m88-truc-tuyen__article-image {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 30px auto;
  border-radius: 8px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

/* Buttons */
.page-blog-kham-pha-cac-tro-choi-no-hu-hap-dan-tai-m88-truc-tuyen__cta-buttons {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-top: 40px;
  flex-wrap: wrap;
}

.page-blog-kham-pha-cac-tro-choi-no-hu-hap-dan-tai-m88-truc-tuyen__cta-buttons--center {
  margin-top: 40px;
  text-align: center;
}

.page-blog-kham-pha-cac-tro-choi-no-hu-hap-dan-tai-m88-truc-tuyen__btn-primary,
.page-blog-kham-pha-cac-tro-choi-no-hu-hap-dan-tai-m88-truc-tuyen__btn-secondary {
  display: inline-block;
  padding: 15px 30px;
  border-radius: 50px;
  text-decoration: none;
  font-weight: 700;
  font-size: 1rem;
  transition: all 0.3s ease;
  max-width: 100%;
  box-sizing: border-box;
  white-space: normal;
  word-wrap: break-word;
  text-align: center;
}

.page-blog-kham-pha-cac-tro-choi-no-hu-hap-dan-tai-m88-truc-tuyen__btn-primary {
  background-color: #C30808; /* Registration/Login Red */
  color: #FFFF00; /* Registration/Login Yellow text */
  border: 2px solid #C30808;
}

.page-blog-kham-pha-cac-tro-choi-no-hu-hap-dan-tai-m88-truc-tuyen__btn-primary:hover {
  background-color: #e00a0a;
  border-color: #e00a0a;
  transform: translateY(-2px);
}

.page-blog-kham-pha-cac-tro-choi-no-hu-hap-dan-tai-m88-truc-tuyen__btn-secondary {
  background-color: #ffffff;
  color: #017439; /* Primary brand color */
  border: 2px solid #017439;
}

.page-blog-kham-pha-cac-tro-choi-no-hu-hap-dan-tai-m88-truc-tuyen__btn-secondary:hover {
  background-color: #f0f0f0;
  color: #005a2e;
  border-color: #005a2e;
  transform: translateY(-2px);
}

.page-blog-kham-pha-cac-tro-choi-no-hu-hap-dan-tai-m88-truc-tuyen__text-link {
  color: #017439;
  text-decoration: underline;
}

.page-blog-kham-pha-cac-tro-choi-no-hu-hap-dan-tai-m88-truc-tuyen__text-link:hover {
  color: #005a2e;
}

/* FAQ Section */
.page-blog-kham-pha-cac-tro-choi-no-hu-hap-dan-tai-m88-truc-tuyen__faq-section {
  background-color: #f9f9f9;
}

details.page-blog-kham-pha-cac-tro-choi-no-hu-hap-dan-tai-m88-truc-tuyen__faq-item {
  margin-bottom: 15px;
  border-radius: 5px;
  border: 1px solid #e0e0e0;
  overflow: hidden;
  background: #fff;
}
details.page-blog-kham-pha-cac-tro-choi-no-hu-hap-dan-tai-m88-truc-tuyen__faq-item summary.page-blog-kham-pha-cac-tro-choi-no-hu-hap-dan-tai-m88-truc-tuyen__faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 18px 20px;
  cursor: pointer;
  user-select: none;
  list-style: none;
  transition: background-color 0.3s ease;
  color: #333333;
}}