.page-blog-luat-choi-va-cac-loai-hinh-da-ga-truc-tiep {
  color: #333333;
  background: #ffffff;
  font-family: 'Arial', sans-serif;
  line-height: 1.6;
}

.page-blog-luat-choi-va-cac-loai-hinh-da-ga-truc-tiep__container {
  max-width: 1170px;
  margin: 0 auto;
  padding: 0 16px;
  box-sizing: border-box;
}

.page-blog-luat-choi-va-cac-loai-hinh-da-ga-truc-tiep__hero-section {
  padding-top: 10px; /* Small top padding, body handles header offset */
  padding-bottom: 40px;
  background-color: #f5f5f5;
}

.page-blog-luat-choi-va-cac-loai-hinh-da-ga-truc-tiep__hero-container {
  max-width: 1170px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 40px 16px;
  gap: 24px;
}

.page-blog-luat-choi-va-cac-loai-hinh-da-ga-truc-tiep__hero-content {
  flex: 1 1 50%;
  min-width: 300px;
  color: #333333;
}

.page-blog-luat-choi-va-cac-loai-hinh-da-ga-truc-tiep__main-title {
  font-size: clamp(2em, 3.5vw, 2.8em);
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 20px;
  color: #017439;
}

.page-blog-luat-choi-va-cac-loai-hinh-da-ga-truc-tiep__intro-text {
  font-size: 1.1em;
  margin-bottom: 30px;
  color: #555555;
}

.page-blog-luat-choi-va-cac-loai-hinh-da-ga-truc-tiep__cta-group {
  display: flex;
  gap: 15px;
  flex-wrap: wrap;
}

.page-blog-luat-choi-va-cac-loai-hinh-da-ga-truc-tiep__btn-primary,
.page-blog-luat-choi-va-cac-loai-hinh-da-ga-truc-tiep__btn-secondary {
  display: inline-block;
  padding: 12px 25px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: 600;
  transition: background-color 0.3s ease, color 0.3s ease;
  text-align: center;
  box-sizing: border-box;
  white-space: normal;
  word-wrap: break-word;
}

.page-blog-luat-choi-va-cac-loai-hinh-da-ga-truc-tiep__btn-primary {
  background-color: #017439;
  color: #ffffff;
  border: 2px solid #017439;
}

.page-blog-luat-choi-va-cac-loai-hinh-da-ga-truc-tiep__btn-primary:hover {
  background-color: #005a2d;
  border-color: #005a2d;
}

.page-blog-luat-choi-va-cac-loai-hinh-da-ga-truc-tiep__btn-secondary {
  background-color: #ffffff;
  color: #017439;
  border: 2px solid #017439;
}

.page-blog-luat-choi-va-cac-loai-hinh-da-ga-truc-tiep__btn-secondary:hover {
  background-color: #e6ffe6;
  color: #017439;
}

.page-blog-luat-choi-va-cac-loai-hinh-da-ga-truc-tiep__hero-image {
  flex: 1 1 45%;
  text-align: center;
  min-width: 300px;
}

.page-blog-luat-choi-va-cac-loai-hinh-da-ga-truc-tiep__main-article-img {
  max-width: 100%;
  height: auto;
  border-radius: 10px;
  display: block;
  margin: 0 auto;
}

.page-blog-luat-choi-va-cac-loai-hinh-da-ga-truc-tiep__content-area {
  padding: 60px 0;
}

.page-blog-luat-choi-va-cac-loai-hinh-da-ga-truc-tiep__section-title {
  font-size: 2.2em;
  font-weight: 700;
  color: #017439;
  margin-bottom: 25px;
  text-align: center;
}

.page-blog-luat-choi-va-cac-loai-hinh-da-ga-truc-tiep__sub-title {
  font-size: 1.6em;
  font-weight: 600;
  color: #017439;
  margin-top: 35px;
  margin-bottom: 15px;
}

.page-blog-luat-choi-va-cac-loai-hinh-da-ga-truc-tiep__paragraph {
  margin-bottom: 15px;
  color: #333333;
}

.page-blog-luat-choi-va-cac-loai-hinh-da-ga-truc-tiep__list {
  list-style: disc inside;
  margin-bottom: 20px;
  padding-left: 20px;
  color: #333333;
}

.page-blog-luat-choi-va-cac-loai-hinh-da-ga-truc-tiep__list-item {
  margin-bottom: 8px;
}

.page-blog-luat-choi-va-cac-loai-hinh-da-ga-truc-tiep__image-container {
  text-align: center;
  margin: 30px 0;
}

.page-blog-luat-choi-va-cac-loai-hinh-da-ga-truc-tiep__content-img {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
  display: block;
  margin: 0 auto;
}

.page-blog-luat-choi-va-cac-loai-hinh-da-ga-truc-tiep__faq-list {
  margin-top: 40px;
}

.page-blog-luat-choi-va-cac-loai-hinh-da-ga-truc-tiep__faq-item {
  background-color: #ffffff;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  margin-bottom: 15px;
  overflow: hidden;
}

.page-blog-luat-choi-va-cac-loai-hinh-da-ga-truc-tiep__faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 18px 25px;
  font-size: 1.15em;
  font-weight: 600;
  color: #017439;
  cursor: pointer;
  background-color: #f9f9f9;
  user-select: none;
  list-style: none; /* For details/summary */
}

.page-blog-luat-choi-va-cac-loai-hinh-da-ga-truc-tiep__faq-question::-webkit-details-marker {
  display: none;
}

.page-blog-luat-choi-va-cac-loai-hinh-da-ga-truc-tiep__faq-toggle {
  font-size: 1.5em;
  line-height: 1;
  margin-left: 15px;
}

.page-blog-luat-choi-va-cac-loai-hinh-da-ga-truc-tiep__faq-item[open] .page-blog-luat-choi-va-cac-loai-hinh-da-ga-truc-tiep__faq-toggle {
  content: '−';
}

.page-blog-luat-choi-va-cac-loai-hinh-da-ga-truc-tiep__faq-answer {
  padding: 0 25px 20px;
  font-size: 1em;
  color: #555555;
}

.page-blog-luat-choi-va-cac-loai-hinh-da-ga-truc-tiep__cta-bottom {
  background-color: #017439; /* Brand primary color for dark section */
  color: #ffffff;
  padding: 60px 0;
  text-align: center;
}

.page-blog-luat-choi-va-cac-loai-hinh-da-ga-truc-tiep__cta-content {
  max-width: 800px;
  margin: 0 auto;
  padding: 0 16px;
}

.page-blog-luat-choi-va-cac-loai-hinh-da-ga-truc-tiep__cta-title {
  font-size: 2.5em;
  font-weight: 700;
  margin-bottom: 20px;
  color: #ffffff;
}

.page-blog-luat-choi-va-cac-loai-hinh-da-ga-truc-tiep__cta-description {
  font-size: 1.1em;
  margin-bottom: 30px;
  color: #f0f0f0;
}

/* --- Responsive Styles --- */
@media (max-width: 1024px) {
  .page-blog-luat-choi-va-cac-loai-hinh-da-ga-truc-tiep__main-title {
    font-size: clamp(1.8em, 4vw, 2.5em);
  }
  .page-blog-luat-choi-va-cac-loai-hinh-da-ga-truc-tiep__section-title {
    font-size: 2em;
  }
  .page-blog-luat-choi-va-cac-loai-hinh-da-ga-truc-tiep__cta-title {
    font-size: 2em;
  }
}

@media (max-width: 768px) {
  /* HERO Section */
  .page-blog-luat-choi-va-cac-loai-hinh-da-ga-truc-tiep__hero-section {
    padding-top: 10px !important; /* Ensure small top padding */
    padding-bottom: 30px;
  }
  .page-blog-luat-choi-va-cac-loai-hinh-da-ga-truc-tiep__hero-container {
    flex-direction: column-reverse; /* Image above text */
    padding: 30px 15px;
    gap: 20px;
  }
  .page-blog-luat-choi-va-cac-loai-hinh-da-ga-truc-tiep__hero-content,
  .page-blog-luat-choi-va-cac-loai-hinh-da-ga-truc-tiep__hero-image {
    flex: 1 1 100%;
    min-width: unset;
  }
  .page-blog-luat-choi-va-cac-loai-hinh-da-ga-truc-tiep__main-title {
    font-size: clamp(1.8em, 6vw, 2.2em);
    text-align: center;
  }
  .page-blog-luat-choi-va-cac-loai-hinh-da-ga-truc-tiep__intro-text {
    text-align: center;
    font-size: 1em;
  }
  .page-blog-luat-choi-va-cac-loai-hinh-da-ga-truc-tiep__cta-group {
    flex-direction: column;
    gap: 10px;
  }
  .page-blog-luat-choi-va-cac-loai-hinh-da-ga-truc-tiep__btn-primary,
  .page-blog-luat-choi-va-cac-loai-hinh-da-ga-truc-tiep__btn-secondary {
    max-width: 100% !important;
    width: 100% !important;
    padding: 10px 15px;
  }

  /* Content Sections */
  .page-blog-luat-choi-va-cac-loai-hinh-da-ga-truc-tiep__content-area {
    padding: 40px 0;
  }
  .page-blog-luat-choi-va-cac-loai-hinh-da-ga-truc-tiep__container {
    padding: 0 15px;
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
  }
  .page-blog-luat-choi-va-cac-loai-hinh-da-ga-truc-tiep__section-title {
    font-size: 1.8em;
    margin-bottom: 20px;
  }
  .page-blog-luat-choi-va-cac-loai-hinh-da-ga-truc-tiep__sub-title {
    font-size: 1.4em;
    margin-top: 30px;
  }
  .page-blog-luat-choi-va-cac-loai-hinh-da-ga-truc-tiep__paragraph,
  .page-blog-luat-choi-va-cac-loai-hinh-da-ga-truc-tiep__list {
    font-size: 1em;
  }

  /* General Images */
  .page-blog-luat-choi-va-cac-loai-hinh-da-ga-truc-tiep img {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
    box-sizing: border-box !important;
  }

  /* FAQ Section */
  .page-blog-luat-choi-va-cac-loai-hinh-da-ga-truc-tiep__faq-question {
    padding: 15px 20px;
    font-size: 1.05em;
  }
  .page-blog-luat-choi-va-cac-loai-hinh-da-ga-truc-tiep__faq-answer {
    padding: 0 20px 15px;
    font-size: 0.95em;
  }
  .page-blog-luat-choi-va-cac-loai-hinh-da-ga-truc-tiep__faq-toggle {
    font-size: 1.3em;
  }

  /* CTA Bottom */
  .page-blog-luat-choi-va-cac-loai-hinh-da-ga-truc-tiep__cta-bottom {
    padding: 40px 0;
  }
  .page-blog-luat-choi-va-cac-loai-hinh-da-ga-truc-tiep__cta-title {
    font-size: 1.8em;
  }
  .page-blog-luat-choi-va-cac-loai-hinh-da-ga-truc-tiep__cta-description {
    font-size: 1em;
  }
}