/* style/blog-meo-ca-cuoc-thang-lon-voi-kinh88.css */
.page-blog-meo-ca-cuoc-thang-lon-voi-kinh88 {
  font-family: 'Arial', sans-serif;
  color: #333333;
  line-height: 1.6;
  background-color: #F5F7FA;
}

.page-blog-meo-ca-cuoc-thang-lon-voi-kinh88__container {
  max-width: 1170px;
  margin: 0 auto;
  padding: 0 15px;
  box-sizing: border-box;
}

/* Hero Section */
.page-blog-meo-ca-cuoc-thang-lon-voi-kinh88__hero-section {
  padding-top: 10px; /* Minimal top padding, shared.css body padding-top should handle header offset */
  padding-bottom: 60px;
  background-color: #ffffff;
  text-align: center;
}

.page-blog-meo-ca-cuoc-thang-lon-voi-kinh88__hero-content {
  max-width: 800px;
  margin: 0 auto;
  padding: 40px 0;
}

.page-blog-meo-ca-cuoc-thang-lon-voi-kinh88__main-title {
  font-size: 2.8em;
  font-weight: 700;
  color: #E53935;
  margin-bottom: 20px;
  line-height: 1.2;
}

.page-blog-meo-ca-cuoc-thang-lon-voi-kinh88__hero-description {
  font-size: 1.1em;
  color: #333333;
  margin-bottom: 30px;
}

/* CTA Group */
.page-blog-meo-ca-cuoc-thang-lon-voi-kinh88__cta-group {
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
}

.page-blog-meo-ca-cuoc-thang-lon-voi-kinh88__btn-primary,
.page-blog-meo-ca-cuoc-thang-lon-voi-kinh88__btn-secondary {
  display: inline-block;
  padding: 14px 28px;
  border-radius: 8px;
  font-size: 1.05em;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.3s ease;
  white-space: normal; /* Allow text wrapping */
  word-wrap: break-word; /* Allow text wrapping */
  box-sizing: border-box;
  max-width: 300px; /* Limit button width */
  text-align: center;
}

.page-blog-meo-ca-cuoc-thang-lon-voi-kinh88__btn-primary {
  background: linear-gradient(180deg, #FF5A4F 0%, #E53935 100%);
  color: #ffffff;
  border: none;
}

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

.page-blog-meo-ca-cuoc-thang-lon-voi-kinh88__btn-secondary {
  background-color: #ffffff;
  color: #E53935;
  border: 2px solid #E53935;
}

.page-blog-meo-ca-cuoc-thang-lon-voi-kinh88__btn-secondary:hover {
  background-color: #E53935;
  color: #ffffff;
  transform: translateY(-2px);
}

/* Content Area */
.page-blog-meo-ca-cuoc-thang-lon-voi-kinh88__content-area {
  max-width: 900px;
  margin: 40px auto;
  padding: 40px 15px;
  background-color: #ffffff;
  border-radius: 12px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
  box-sizing: border-box;
}

.page-blog-meo-ca-cuoc-thang-lon-voi-kinh88__section-title {
  font-size: 2em;
  color: #E53935;
  margin-top: 40px;
  margin-bottom: 20px;
  font-weight: 700;
  border-bottom: 2px solid #FF5A4F;
  padding-bottom: 10px;
}

.page-blog-meo-ca-cuoc-thang-lon-voi-kinh88__content-area h3 {
  font-size: 1.5em;
  color: #333333;
  margin-top: 30px;
  margin-bottom: 15px;
  font-weight: 600;
}

.page-blog-meo-ca-cuoc-thang-lon-voi-kinh88__content-area p {
  margin-bottom: 15px;
  color: #333333;
}

.page-blog-meo-ca-cuoc-thang-lon-voi-kinh88__content-image {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 25px auto;
  border-radius: 8px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.page-blog-meo-ca-cuoc-thang-lon-voi-kinh88__list {
  list-style: disc;
  margin-left: 20px;
  margin-bottom: 20px;
  color: #333333;
}

.page-blog-meo-ca-cuoc-thang-lon-voi-kinh88__list-item {
  margin-bottom: 10px;
}

.page-blog-meo-ca-cuoc-thang-lon-voi-kinh88__sub-list {
  list-style: circle;
  margin-left: 20px;
  margin-top: 5px;
  margin-bottom: 10px;
}

/* FAQ Section */
.page-blog-meo-ca-cuoc-thang-lon-voi-kinh88__faq-section {
  margin-top: 40px;
  border-top: 1px solid #E0E0E0;
  padding-top: 30px;
}

.page-blog-meo-ca-cuoc-thang-lon-voi-kinh88__faq-item {
  background-color: #fcfcfc;
  border: 1px solid #E0E0E0;
  border-radius: 8px;
  margin-bottom: 15px;
  overflow: hidden;
}

.page-blog-meo-ca-cuoc-thang-lon-voi-kinh88__faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 18px 25px;
  font-size: 1.15em;
  font-weight: 600;
  color: #E53935;
  cursor: pointer;
  background-color: #FFF;
  list-style: none;
  user-select: none; /* Prevent text selection on click */
}

.page-blog-meo-ca-cuoc-thang-lon-voi-kinh88__faq-question::-webkit-details-marker {
  display: none;
}

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

.page-blog-meo-ca-cuoc-thang-lon-voi-kinh88__faq-toggle {
  font-size: 1.5em;
  line-height: 1;
  margin-left: 15px;
  transition: transform 0.3s ease;
}

.page-blog-meo-ca-cuoc-thang-lon-voi-kinh88__faq-item[open] .page-blog-meo-ca-cuoc-thang-lon-voi-kinh88__faq-toggle {
  transform: rotate(45deg);
}

.page-blog-meo-ca-cuoc-thang-lon-voi-kinh88__faq-answer {
  padding: 15px 25px 20px;
  font-size: 1em;
  color: #333333;
  border-top: 1px solid #f0f0f0;
  background-color: #fcfcfc;
}

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

/* CTA Bottom Section */
.page-blog-meo-ca-cuoc-thang-lon-voi-kinh88__cta-bottom-section {
  background: linear-gradient(135deg, #FF5A4F 0%, #E53935 100%);
  padding: 60px 0;
  text-align: center;
  margin-top: 50px;
}

.page-blog-meo-ca-cuoc-thang-lon-voi-kinh88__cta-bottom-wrapper {
  max-width: 800px;
  margin: 0 auto;
  color: #ffffff;
}

.page-blog-meo-ca-cuoc-thang-lon-voi-kinh88__cta-bottom-title {
  font-size: 2.5em;
  font-weight: 700;
  margin-bottom: 20px;
  color: #ffffff;
}

.page-blog-meo-ca-cuoc-thang-lon-voi-kinh88__cta-bottom-description {
  font-size: 1.1em;
  margin-bottom: 40px;
  color: #f0f0f0;
}

/* Responsive Styles */
@media (max-width: 1024px) {
  .page-blog-meo-ca-cuoc-thang-lon-voi-kinh88__main-title {
    font-size: 2.5em;
  }

  .page-blog-meo-ca-cuoc-thang-lon-voi-kinh88__section-title {
    font-size: 1.8em;
  }

  .page-blog-meo-ca-cuoc-thang-lon-voi-kinh88__cta-bottom-title {
    font-size: 2em;
  }

  .page-blog-meo-ca-cuoc-thang-lon-voi-kinh88__content-area {
    margin: 30px auto;
    padding: 30px 15px;
  }
}

@media (max-width: 768px) {
  .page-blog-meo-ca-cuoc-thang-lon-voi-kinh88 {
    font-size: 16px;
    line-height: 1.6;
  }

  /* HERO 双栏 -> Single Column */
  .page-blog-meo-ca-cuoc-thang-lon-voi-kinh88__hero-section {
    padding-top: 10px !important; /* Ensure minimal top padding */
    padding-bottom: 40px;
  }

  .page-blog-meo-ca-cuoc-thang-lon-voi-kinh88__hero-content {
    padding: 30px 0;
  }

  .page-blog-meo-ca-cuoc-thang-lon-voi-kinh88__main-title {
    font-size: 2em;
    margin-bottom: 15px;
  }

  .page-blog-meo-ca-cuoc-thang-lon-voi-kinh88__hero-description {
    font-size: 1em;
    margin-bottom: 25px;
  }

  /* Buttons responsive */
  .page-blog-meo-ca-cuoc-thang-lon-voi-kinh88__cta-group {
    flex-direction: column; /* Stack buttons vertically */
    gap: 15px;
    padding: 0 15px;
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
    overflow: hidden;
  }

  .page-blog-meo-ca-cuoc-thang-lon-voi-kinh88__btn-primary,
  .page-blog-meo-ca-cuoc-thang-lon-voi-kinh88__btn-secondary,
  .page-blog-meo-ca-cuoc-thang-lon-voi-kinh88 a[class*="button"],
  .page-blog-meo-ca-cuoc-thang-lon-voi-kinh88 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;
  }

  /* Content Area & Images */
  .page-blog-meo-ca-cuoc-thang-lon-voi-kinh88__content-area {
    margin: 20px auto;
    padding: 20px 15px;
    border-radius: 8px;
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    padding-left: 15px;
    padding-right: 15px;
  }

  .page-blog-meo-ca-cuoc-thang-lon-voi-kinh88__section-title {
    font-size: 1.6em;
    margin-top: 30px;
    margin-bottom: 15px;
  }

  .page-blog-meo-ca-cuoc-thang-lon-voi-kinh88__content-area h3 {
    font-size: 1.3em;
    margin-top: 25px;
    margin-bottom: 10px;
  }

  .page-blog-meo-ca-cuoc-thang-lon-voi-kinh88__content-image {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
    margin: 20px auto;
  }

  .page-blog-meo-ca-cuoc-thang-lon-voi-kinh88__list {
    margin-left: 15px;
  }

  /* FAQ Section */
  .page-blog-meo-ca-cuoc-thang-lon-voi-kinh88__faq-section {
    margin-top: 30px;
    padding-top: 20px;
  }

  .page-blog-meo-ca-cuoc-thang-lon-voi-kinh88__faq-question {
    padding: 15px 20px;
    font-size: 1em;
  }

  .page-blog-meo-ca-cuoc-thang-lon-voi-kinh88__faq-answer {
    padding: 10px 20px 15px;
    font-size: 0.95em;
  }

  /* CTA Bottom Section */
  .page-blog-meo-ca-cuoc-thang-lon-voi-kinh88__cta-bottom-section {
    padding: 40px 0;
    margin-top: 40px;
  }

  .page-blog-meo-ca-cuoc-thang-lon-voi-kinh88__cta-bottom-title {
    font-size: 1.8em;
    margin-bottom: 15px;
  }

  .page-blog-meo-ca-cuoc-thang-lon-voi-kinh88__cta-bottom-description {
    font-size: 1em;
    margin-bottom: 30px;
  }
}

@media (max-width: 480px) {
  .page-blog-meo-ca-cuoc-thang-lon-voi-kinh88__main-title {
    font-size: 1.8em;
  }

  .page-blog-meo-ca-cuoc-thang-lon-voi-kinh88__section-title {
    font-size: 1.4em;
  }

  .page-blog-meo-ca-cuoc-thang-lon-voi-kinh88__cta-bottom-title {
    font-size: 1.6em;
  }

  .page-blog-meo-ca-cuoc-thang-lon-voi-kinh88__btn-primary,
  .page-blog-meo-ca-cuoc-thang-lon-voi-kinh88__btn-secondary {
    padding: 12px 20px;
    font-size: 0.95em;
  }
}