/* style/blog-chien-thuat-choi-tai-xiu-hieu-qua.css */

:root {
  --page-primary-color: #017439;
  --page-secondary-color: #FFFFFF;
  --page-text-color: #333333;
  --page-light-text-color: #FFFFFF;
  --page-background-color: #FFFFFF;
  --page-register-color: #C30808;
  --page-login-color: #C30808;
  --page-login-register-font-color: #FFFF00;
}

.page-blog-chien-thuat-choi-tai-xiu-hieu-qua {
  font-family: Arial, sans-serif;
  line-height: 1.6;
  color: var(--page-text-color);
  background-color: var(--page-background-color);
}

.page-blog-chien-thuat-choi-tai-xiu-hieu-qua__hero-section {
  padding-top: 10px; /* Rely on body padding-top for header offset */
  padding-bottom: 40px;
  background-color: var(--page-secondary-color);
}

.page-blog-chien-thuat-choi-tai-xiu-hieu-qua__hero-container {
  max-width: 1170px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 40px 16px;
  gap: 24px;
}

.page-blog-chien-thuat-choi-tai-xiu-hieu-qua__hero-content {
  flex: 1 1 45%;
  min-width: 300px;
  color: var(--page-text-color);
}

.page-blog-chien-thuat-choi-tai-xiu-hieu-qua__main-title {
  font-size: clamp(2em, 4vw, 2.8em);
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 20px;
  color: var(--page-primary-color);
}

.page-blog-chien-thuat-choi-tai-xiu-hieu-qua__intro-description {
  font-size: 1.1em;
  margin-bottom: 30px;
}

.page-blog-chien-thuat-choi-tai-xiu-hieu-qua__hero-image {
  flex: 1 1 45%;
  text-align: center;
  min-width: 300px;
}

.page-blog-chien-thuat-choi-tai-xiu-hieu-qua__hero-main-img {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  display: block;
}

.page-blog-chien-thuat-choi-tai-xiu-hieu-qua__cta-button {
  display: inline-block;
  padding: 12px 25px;
  border-radius: 5px;
  text-decoration: none;
  font-weight: bold;
  transition: background-color 0.3s ease, color 0.3s ease;
  max-width: 100%;
  box-sizing: border-box;
  white-space: normal;
  word-wrap: break-word;
  text-align: center;
}

.page-blog-chien-thuat-choi-tai-xiu-hieu-qua__btn-primary {
  background-color: var(--page-primary-color);
  color: var(--page-light-text-color);
  border: 2px solid transparent;
}

.page-blog-chien-thuat-choi-tai-xiu-hieu-qua__btn-primary:hover {
  background-color: darken(var(--page-primary-color), 10%);
}

.page-blog-chien-thuat-choi-tai-xiu-hieu-qua__btn-secondary {
  background-color: var(--page-secondary-color);
  color: var(--page-primary-color);
  border: 2px solid var(--page-primary-color);
}

.page-blog-chien-thuat-choi-tai-xiu-hieu-qua__btn-secondary:hover {
  background-color: var(--page-primary-color);
  color: var(--page-light-text-color);
}

.page-blog-chien-thuat-choi-tai-xiu-hieu-qua__content-area {
  max-width: 1170px;
  margin: 0 auto;
  padding: 40px 16px;
  background-color: var(--page-background-color);
  color: var(--page-text-color);
}

.page-blog-chien-thuat-choi-tai-xiu-hieu-qua__article-container {
  padding: 20px;
  border-radius: 8px;
  background-color: var(--page-secondary-color);
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}

.page-blog-chien-thuat-choi-tai-xiu-hieu-qua__section-title {
  font-size: 2em;
  font-weight: 600;
  color: var(--page-primary-color);
  margin-top: 40px;
  margin-bottom: 20px;
}

.page-blog-chien-thuat-choi-tai-xiu-hieu-qua__sub-title {
  font-size: 1.5em;
  font-weight: 600;
  color: var(--page-primary-color);
  margin-top: 30px;
  margin-bottom: 15px;
}

.page-blog-chien-thuat-choi-tai-xiu-hieu-qua__paragraph {
  margin-bottom: 15px;
  line-height: 1.7;
  font-size: 1.05em;
}

.page-blog-chien-thuat-choi-tai-xiu-hieu-qua__article-image {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
  margin: 25px 0;
  display: block;
}

.page-blog-chien-thuat-choi-tai-xiu-hieu-qua__list {
  list-style-type: disc;
  margin-left: 20px;
  margin-bottom: 20px;
  padding-left: 0;
}

.page-blog-chien-thuat-choi-tai-xiu-hieu-qua__list-item {
  margin-bottom: 10px;
}

.page-blog-chien-thuat-choi-tai-xiu-hieu-qua__button-group {
  display: flex;
  gap: 15px;
  margin-top: 30px;
  flex-wrap: wrap;
}

.page-blog-chien-thuat-choi-tai-xiu-hieu-qua__button-group--center {
  justify-content: center;
}

.page-blog-chien-thuat-choi-tai-xiu-hieu-qua__faq-list {
  margin-top: 30px;
}

.page-blog-chien-thuat-choi-tai-xiu-hieu-qua__faq-item {
  background-color: #f9f9f9;
  border: 1px solid #eee;
  border-radius: 5px;
  margin-bottom: 10px;
  overflow: hidden;
}

.page-blog-chien-thuat-choi-tai-xiu-hieu-qua__faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px 20px;
  background-color: var(--page-primary-color);
  color: var(--page-light-text-color);
  font-weight: bold;
  cursor: pointer;
  list-style: none; /* For details/summary */
}

.page-blog-chien-thuat-choi-tai-xiu-hieu-qua__faq-question::-webkit-details-marker {
  display: none;
}

.page-blog-chien-thuat-choi-tai-xiu-hieu-qua__faq-qtext {
  flex-grow: 1;
}

.page-blog-chien-thuat-choi-tai-xiu-hieu-qua__faq-toggle {
  font-size: 1.5em;
  line-height: 1;
  margin-left: 10px;
  transition: transform 0.3s ease;
}

.page-blog-chien-thuat-choi-tai-xiu-hieu-qua__faq-item[open] .page-blog-chien-thuat-choi-tai-xiu-hieu-qua__faq-toggle {
  transform: rotate(45deg);
}

.page-blog-chien-thuat-choi-tai-xiu-hieu-qua__faq-answer {
  padding: 15px 20px;
  background-color: var(--page-secondary-color);
  color: var(--page-text-color);
  border-top: 1px solid #eee;
}

.page-blog-chien-thuat-choi-tai-xiu-hieu-qua__faq-answer p {
  margin-bottom: 0;
}

/* --- Responsive Styles --- */
@media (max-width: 1024px) {
  .page-blog-chien-thuat-choi-tai-xiu-hieu-qua__hero-container {
    padding: 30px 15px;
  }
  .page-blog-chien-thuat-choi-tai-xiu-hieu-qua__main-title {
    font-size: clamp(1.8em, 4.5vw, 2.5em);
  }
  .page-blog-chien-thuat-choi-tai-xiu-hieu-qua__content-area {
    padding: 30px 15px;
  }
  .page-blog-chien-thuat-choi-tai-xiu-hieu-qua__section-title {
    font-size: 1.8em;
  }
  .page-blog-chien-thuat-choi-tai-xiu-hieu-qua__sub-title {
    font-size: 1.3em;
  }
}

@media (max-width: 768px) {
  /* HERO section */
  .page-blog-chien-thuat-choi-tai-xiu-hieu-qua__hero-section {
    padding-top: 10px !important;
    padding-bottom: 30px;
  }
  .page-blog-chien-thuat-choi-tai-xiu-hieu-qua__hero-container {
    flex-direction: column;
    padding: 20px 10px;
    gap: 20px;
  }
  .page-blog-chien-thuat-choi-tai-xiu-hieu-qua__hero-content,
  .page-blog-chien-thuat-choi-tai-xiu-hieu-qua__hero-image {
    flex: 1 1 100%;
    width: 100%;
  }
  .page-blog-chien-thuat-choi-tai-xiu-hieu-qua__main-title {
    font-size: clamp(1.5em, 7vw, 2.2em);
    text-align: center;
  }
  .page-blog-chien-thuat-choi-tai-xiu-hieu-qua__intro-description {
    font-size: 1em;
    text-align: center;
  }
  .page-blog-chien-thuat-choi-tai-xiu-hieu-qua__cta-button {
    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 and sections */
  .page-blog-chien-thuat-choi-tai-xiu-hieu-qua__content-area {
    padding: 20px 10px;
  }
  .page-blog-chien-thuat-choi-tai-xiu-hieu-qua__article-container {
    padding: 15px;
  }
  .page-blog-chien-thuat-choi-tai-xiu-hieu-qua__section-title {
    font-size: 1.5em;
    margin-top: 30px;
    margin-bottom: 15px;
  }
  .page-blog-chien-thuat-choi-tai-xiu-hieu-qua__sub-title {
    font-size: 1.2em;
    margin-top: 25px;
    margin-bottom: 10px;
  }
  .page-blog-chien-thuat-choi-tai-xiu-hieu-qua__paragraph,
  .page-blog-chien-thuat-choi-tai-xiu-hieu-qua__list-item {
    font-size: 0.95em;
  }
  .page-blog-chien-thuat-choi-tai-xiu-hieu-qua__list {
    margin-left: 15px;
  }

  /* General images and containers */
  .page-blog-chien-thuat-choi-tai-xiu-hieu-qua img {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
    display: block !important;
  }
  .page-blog-chien-thuat-choi-tai-xiu-hieu-qua__section,
  .page-blog-chien-thuat-choi-tai-xiu-hieu-qua__card,
  .page-blog-chien-thuat-choi-tai-xiu-hieu-qua__container,
  .page-blog-chien-thuat-choi-tai-xiu-hieu-qua__article-container {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    padding-left: 15px;
    padding-right: 15px;
  }

  /* Buttons and button containers */
  .page-blog-chien-thuat-choi-tai-xiu-hieu-qua__button-group {
    flex-direction: column; /* Stack buttons vertically */
    gap: 10px;
  }
  .page-blog-chien-thuat-choi-tai-xiu-hieu-qua__button-group .page-blog-chien-thuat-choi-tai-xiu-hieu-qua__cta-button {
    width: 100%;
  }
  .page-blog-chien-thuat-choi-tai-xiu-hieu-qua__button-group--center {
    align-items: center;
  }

  /* FAQ section */
  .page-blog-chien-thuat-choi-tai-xiu-hieu-qua__faq-question {
    padding: 12px 15px;
    font-size: 0.95em;
  }
  .page-blog-chien-thuat-choi-tai-xiu-hieu-qua__faq-answer {
    padding: 12px 15px;
  }
}