.page-blog-chien-thuat-choi-tai-xiu-king79 {
  font-family: Arial, sans-serif;
  line-height: 1.6;
  color: #F2FFF6; /* Text Main */
  background-color: #08160F; /* Background */
  padding-top: 0; /* Handled by shared body padding-top */
}

.page-blog-chien-thuat-choi-tai-xiu-king79__section {
  padding: 40px 0;
  margin-bottom: 20px;
}

.page-blog-chien-thuat-choi-tai-xiu-king79__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

/* HERO Section */
.page-blog-chien-thuat-choi-tai-xiu-king79__hero-section {
  padding-top: 10px; /* Small top padding, body handles header offset */
  background: linear-gradient(180deg, rgba(17, 168, 78, 0.2) 0%, rgba(8, 22, 15, 0.8) 100%);
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  overflow: hidden;
}

.page-blog-chien-thuat-choi-tai-xiu-king79__hero-image-wrapper {
  width: 100%;
  max-height: 600px;
  overflow: hidden;
  position: relative;
}

.page-blog-chien-thuat-choi-tai-xiu-king79__hero-image {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
  filter: brightness(0.7);
}

.page-blog-chien-thuat-choi-tai-xiu-king79__hero-content {
  position: relative;
  z-index: 1;
  max-width: 900px;
  padding: 40px 20px;
  background: rgba(8, 22, 15, 0.8);
  margin-top: -100px; /* Overlap slightly with image */
  border-radius: 10px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.5);
}

.page-blog-chien-thuat-choi-tai-xiu-king79__main-title {
  font-size: clamp(2.2rem, 4vw, 3.5rem);
  font-weight: 700;
  color: #F2FFF6; /* Text Main */
  margin-bottom: 20px;
  line-height: 1.2;
}

.page-blog-chien-thuat-choi-tai-xiu-king79__intro-description {
  font-size: 1.1rem;
  color: #A7D9B8; /* Text Secondary */
  margin-bottom: 30px;
}

/* Titles */
.page-blog-chien-thuat-choi-tai-xiu-king79__section-title {
  font-size: 2.5rem;
  color: #F2C14E; /* Gold */
  text-align: center;
  margin-bottom: 40px;
  position: relative;
  padding-bottom: 15px;
}

.page-blog-chien-thuat-choi-tai-xiu-king79__section-title::after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 80px;
  height: 3px;
  background-color: #11A84E; /* Primary */
  border-radius: 2px;
}

.page-blog-chien-thuat-choi-tai-xiu-king79__sub-title {
  font-size: 1.8rem;
  color: #22C768; /* Secondary */
  margin-top: 30px;
  margin-bottom: 15px;
  font-weight: 600;
}

/* Article Content */
.page-blog-chien-thuat-choi-tai-xiu-king79 p {
  margin-bottom: 15px;
  font-size: 1rem;
  color: #F2FFF6; /* Text Main */
}

.page-blog-chien-thuat-choi-tai-xiu-king79__article-figure {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 30px auto;
  border-radius: 8px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
}

.page-blog-chien-thuat-choi-tai-xiu-king79__benefits-list {
  list-style: none;
  padding: 0;
  margin-bottom: 30px;
}

.page-blog-chien-thuat-choi-tai-xiu-king79__benefits-list li {
  background-color: #11271B; /* Card BG */
  border-left: 5px solid #11A84E; /* Primary */
  padding: 15px 20px;
  margin-bottom: 10px;
  border-radius: 5px;
  font-size: 1rem;
  color: #F2FFF6; /* Text Main */
  display: flex;
  align-items: center;
}

.page-blog-chien-thuat-choi-tai-xiu-king79__benefits-list li strong {
  color: #F2C14E; /* Gold */
  margin-right: 10px;
}

/* Buttons */
.page-blog-chien-thuat-choi-tai-xiu-king79__cta-buttons {
  display: flex;
  gap: 20px;
  justify-content: center;
  margin-top: 30px;
  flex-wrap: wrap;
}

.page-blog-chien-thuat-choi-tai-xiu-king77__cta-buttons--center {
  margin-top: 40px;
}

.page-blog-chien-thuat-choi-tai-xiu-king79__btn-primary,
.page-blog-chien-thuat-choi-tai-xiu-king79__btn-secondary {
  display: inline-block;
  padding: 15px 30px;
  border-radius: 50px;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.1rem;
  transition: all 0.3s ease;
  box-sizing: border-box;
  max-width: 100%;
  white-space: normal;
  word-wrap: break-word;
}

.page-blog-chien-thuat-choi-tai-xiu-king79__btn-primary {
  background: linear-gradient(180deg, #2AD16F 0%, #13994A 100%);
  color: #ffffff;
  border: none;
  box-shadow: 0 5px 15px rgba(34, 199, 104, 0.4);
}

.page-blog-chien-thuat-choi-tai-xiu-king79__btn-primary:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 20px rgba(34, 199, 104, 0.6);
}

.page-blog-chien-thuat-choi-tai-xiu-king79__btn-secondary {
  background: transparent;
  color: #2AD16F; /* Button gradient start color for text */
  border: 2px solid #2AD16F;
  box-shadow: 0 5px 15px rgba(17, 168, 78, 0.2);
}

.page-blog-chien-thuat-choi-tai-xiu-king79__btn-secondary:hover {
  background: rgba(42, 209, 111, 0.1);
  transform: translateY(-3px);
  box-shadow: 0 8px 20px rgba(17, 168, 78, 0.4);
}

/* FAQ Section */
details.page-blog-chien-thuat-choi-tai-xiu-king79__faq-item {
  margin-bottom: 15px;
  border-radius: 5px;
  border: 1px solid #2E7A4E; /* Border */
  overflow: hidden;
  background: #11271B; /* Card BG */
  color: #F2FFF6;
}

details.page-blog-chien-thuat-choi-tai-xiu-king79__faq-item summary.page-blog-chien-thuat-choi-tai-xiu-king79__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;
}

details.page-blog-chien-thuat-choi-tai-xiu-king77__faq-item summary.page-blog-chien-thuat-choi-tai-xiu-king79__faq-question::-webkit-details-marker {
  display: none;
}

details.page-blog-chien-thuat-choi-tai-xiu-king79__faq-item summary.page-blog-chien-thuat-choi-tai-xiu-king79__faq-question:hover {
  background: rgba(17, 168, 78, 0.1);
}

.page-blog-chien-thuat-choi-tai-xiu-king79__faq-qtext {
  flex: 1;
  font-size: 1.1rem;
  font-weight: 600;
  line-height: 1.5;
  text-align: left;
  color: #F2FFF6; /* Text Main */
}

.page-blog-chien-thuat-choi-tai-xiu-king79__faq-toggle {
  font-size: 24px;
  font-weight: bold;
  color: #22C768; /* Secondary */
  flex-shrink: 0;
  margin-left: 15px;
  width: 28px;
  text-align: center;
}

details.page-blog-chien-thuat-choi-tai-xiu-king79__faq-item .page-blog-chien-thuat-choi-tai-xiu-king79__faq-answer {
  padding: 0 20px 20px;
  background: rgba(17, 168, 78, 0.05);
  border-radius: 0 0 5px 5px;
  color: #A7D9B8; /* Text Secondary */
}

.page-blog-chien-thuat-choi-tai-xiu-king79__faq-answer p {
    color: #A7D9B8;
}

.page-blog-chien-thuat-choi-tai-xiu-king79__faq-answer a {
    color: #2AD16F;
    text-decoration: underline;
}

.page-blog-chien-thuat-choi-tai-xiu-king79__faq-answer a:hover {
    color: #57E38D;
}

/* Responsive Styles */
@media (max-width: 1024px) {
  .page-blog-chien-thuat-choi-tai-xiu-king79__hero-content {
    margin-top: -80px;
    padding: 30px 20px;
  }

  .page-blog-chien-thuat-choi-tai-xiu-king79__main-title {
    font-size: clamp(2rem, 3.5vw, 3rem);
  }

  .page-blog-chien-thuat-choi-tai-xiu-king79__section-title {
    font-size: 2rem;
  }

  .page-blog-chien-thuat-choi-tai-xiu-king79__sub-title {
    font-size: 1.6rem;
  }
}

@media (max-width: 768px) {
  .page-blog-chien-thuat-choi-tai-xiu-king79 {
    font-size: 16px;
    line-height: 1.6;
  }

  /* HERO Section - Mobile */
  .page-blog-chien-thuat-choi-tai-xiu-king79__hero-section {
    padding-top: 10px; /* Small top padding */
  }

  .page-blog-chien-thuat-choi-tai-xiu-king79__hero-image-wrapper {
    max-height: 300px;
  }

  .page-blog-chien-thuat-choi-tai-xiu-king79__hero-image {
    object-fit: contain !important; /* Prevent cropping on mobile */
    aspect-ratio: unset !important;
    width: 100% !important;
    height: auto !important;
  }

  .page-blog-chien-thuat-choi-tai-xiu-king79__hero-content {
    margin-top: -50px;
    padding: 25px 15px;
    max-width: 100%;
    width: 100%;
    box-sizing: border-box;
  }

  .page-blog-chien-thuat-choi-tai-xiu-king79__main-title {
    font-size: clamp(1.8rem, 7vw, 2.5rem);
    margin-bottom: 15px;
  }

  .page-blog-chien-thuat-choi-tai-xiu-king79__intro-description {
    font-size: 1rem;
    margin-bottom: 20px;
  }

  /* General content area */
  .page-blog-chien-thuat-choi-tai-xiu-king79__container {
    padding: 0 15px;
    max-width: 100%;
    width: 100%;
    box-sizing: border-box;
  }

  /* Section Titles - Mobile */
  .page-blog-chien-thuat-choi-tai-xiu-king79__section-title {
    font-size: 1.8rem;
    margin-bottom: 30px;
  }

  .page-blog-chien-thuat-choi-tai-xiu-king79__sub-title {
    font-size: 1.4rem;
    margin-top: 25px;
    margin-bottom: 10px;
  }

  /* Article Images - Mobile */
  .page-blog-chien-thuat-choi-tai-xiu-king79__article-figure {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
    margin: 20px auto;
  }

  /* Buttons - Mobile */
  .page-blog-chien-thuat-choi-tai-xiu-king79__cta-buttons {
    flex-direction: column;
    gap: 15px;
    max-width: 100%;
    width: 100%;
    box-sizing: border-box;
    padding: 0 15px;
  }

  .page-blog-chien-thuat-choi-tai-xiu-king79__btn-primary,
  .page-blog-chien-thuat-choi-tai-xiu-king79__btn-secondary {
    padding: 12px 20px;
    font-size: 1rem;
    max-width: 100% !important;
    width: 100% !important;
    white-space: normal !important;
    word-wrap: break-word !important;
  }

  /* Benefits List - Mobile */
  .page-blog-chien-thuat-choi-tai-xiu-king79__benefits-list li {
    padding: 12px 15px;
    font-size: 0.95rem;
  }

  /* FAQ Section - Mobile */
  details.page-blog-chien-thuat-choi-tai-xiu-king79__faq-item summary.page-blog-chien-thuat-choi-tai-xiu-king79__faq-question {
    padding: 15px;
  }

  .page-blog-chien-thuat-choi-tai-xiu-king79__faq-qtext {
    font-size: 1rem;
  }

  .page-blog-chien-thuat-choi-tai-xiu-king79__faq-toggle {
    font-size: 20px;
    width: 24px;
    height: 24px;
    margin-left: 10px;
  }

  details.page-blog-chien-thuat-choi-tai-xiu-king79__faq-item .page-blog-chien-thuat-choi-tai-xiu-king79__faq-answer {
    padding: 0 15px 15px;
  }
  
  .page-blog-chien-thuat-choi-tai-xiu-king79__faq-answer p {
    font-size: 0.95rem;
  }
}

@media (max-width: 480px) {
  .page-blog-chien-thuat-choi-tai-xiu-king79__main-title {
    font-size: clamp(1.6rem, 8vw, 2.2rem);
  }

  .page-blog-chien-thuat-choi-tai-xiu-king79__section-title {
    font-size: 1.6rem;
  }

  .page-blog-chien-thuat-choi-tai-xiu-king79__sub-title {
    font-size: 1.2rem;
  }
}