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

/* Base styles for the page */
.page-blog-chien-thuat-choi-tai-xiu-hieu-qua {
  background-color: var(--site-bg, #08160F); /* Use custom background color, fallback if var not set */
  color: var(--text-main, #F2FFF6); /* Main text color for dark background */
  font-family: Arial, sans-serif;
  line-height: 1.6;
}

/* Container for content sections */
.page-blog-chien-thuat-choi-tai-xiu-hieu-qua__container {
  max-width: 1170px;
  margin: 0 auto;
  padding: 0 16px;
  box-sizing: border-box;
}

/* Hero Article Section */
.page-blog-chien-thuat-choi-tai-xiu-hieu-qua__hero-article-section {
  padding-top: 10px; /* Small top padding, relying on body padding for header offset */
  padding-bottom: 40px;
  background-color: var(--card-bg, #11271B); /* Use card background for hero section */
}

.page-blog-chien-thuat-choi-tai-xiu-hieu-qua__article-title {
  font-size: clamp(2.2rem, 4vw, 3.2rem); /* Responsive font size */
  font-weight: 700;
  color: var(--text-main, #F2FFF6);
  text-align: center;
  margin-bottom: 20px;
  line-height: 1.2;
}

.page-blog-chien-thuat-choi-tai-xiu-hieu-qua__article-intro {
  font-size: 1.1rem;
  color: var(--text-secondary, #A7D9B8);
  text-align: center;
  max-width: 800px;
  margin: 0 auto 20px auto;
}

.page-blog-chien-thuat-choi-tai-xiu-hieu-qua__article-meta {
  text-align: center;
  color: var(--text-secondary, #A7D9B8);
  font-size: 0.9rem;
  margin-bottom: 30px;
}

.page-blog-chien-thuat-choi-tai-xiu-hieu-qua__meta-item:not(:last-child)::after {
  content: " | ";
  margin: 0 5px;
}

.page-blog-chien-thuat-choi-tai-xiu-hieu-qua__hero-image-wrapper {
  margin-top: 30px;
  text-align: center;
}

.page-blog-chien-thuat-choi-tai-xiu-hieu-qua__hero-article-image {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.3);
  display: block; /* Ensure it behaves as a block element */
  margin: 0 auto; /* Center the image */
}

/* Content Section */
.page-blog-chien-thuat-choi-tai-xiu-hieu-qua__content-section {
  padding: 60px 0;
}

.page-blog-chien-thuat-choi-tai-xiu-hieu-qua__main-content {
  background-color: var(--card-bg, #11271B);
  padding: 40px;
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}

.page-blog-chien-thuat-choi-tai-xiu-hieu-qua__heading {
  font-size: clamp(1.8rem, 3vw, 2.5rem);
  color: var(--text-main, #F2FFF6);
  margin-top: 40px;
  margin-bottom: 20px;
  font-weight: 600;
}

.page-blog-chien-thuat-choi-tai-xiu-hieu-qua__sub-heading {
  font-size: clamp(1.4rem, 2.5vw, 2rem);
  color: var(--gold, #F2C14E); /* Using gold for subheadings */
  margin-top: 30px;
  margin-bottom: 15px;
  font-weight: 500;
}

.page-blog-chien-thuat-choi-tai-xiu-hieu-qua__paragraph {
  font-size: 1rem;
  color: var(--text-secondary, #A7D9B8);
  margin-bottom: 15px;
}

.page-blog-chien-thuat-choi-tai-xiu-hieu-qua__list {
  list-style-type: disc;
  margin-left: 25px;
  margin-bottom: 20px;
  color: var(--text-secondary, #A7D9B8);
}

.page-blog-chien-thuat-choi-tai-xiu-hieu-qua__list li {
  margin-bottom: 8px;
  color: var(--text-secondary, #A7D9B8);
}

.page-blog-chien-thuat-choi-tai-xiu-hieu-qua__list li strong {
  color: var(--text-main, #F2FFF6);
}

.page-blog-chien-thuat-choi-tai-xiu-hieu-qua__image-wrapper {
  margin: 30px 0;
  text-align: center;
}

.page-blog-chien-thuat-choi-tai-xiu-hieu-qua__content-image {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
  display: block;
  margin: 0 auto;
}

/* Call to Action Block */
.page-blog-chien-thuat-choi-tai-xiu-hieu-qua__cta-block {
  background-color: var(--deep-green, #0A4B2C); /* Deeper green for CTA */
  padding: 40px;
  border-radius: 12px;
  text-align: center;
  margin-top: 60px;
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.3);
  border: 1px solid var(--border-color, #2E7A4E);
}

.page-blog-chien-thuat-choi-tai-xiu-hieu-qua__cta-title {
  font-size: clamp(1.6rem, 3vw, 2.2rem);
  color: var(--glow, #57E38D); /* Glow color for CTA title */
  margin-bottom: 15px;
}

.page-blog-chien-thuat-choi-tai-xiu-hieu-qua__cta-text {
  font-size: 1.1rem;
  color: var(--text-main, #F2FFF6);
  margin-bottom: 30px;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}

.page-blog-chien-thuat-choi-tai-xiu-hieu-qua__cta-buttons {
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap; /* For mobile responsiveness */
}

.page-blog-chien-thuat-choi-tai-xiu-hieu-qua__btn-primary,
.page-blog-chien-thuat-choi-tai-xiu-hieu-qua__btn-secondary {
  display: inline-block;
  padding: 14px 30px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: 700;
  font-size: 1rem;
  transition: all 0.3s ease;
  box-sizing: border-box;
  white-space: normal; /* Allow text wrap */
  word-wrap: break-word; /* Allow text break */
  max-width: 100%; /* Ensure buttons don't overflow */
}

.page-blog-chien-thuat-choi-tai-xiu-hieu-qua__btn-primary {
  background: linear-gradient(180deg, #2AD16F 0%, #13994A 100%);
  color: var(--text-main, #F2FFF6);
  border: 2px solid transparent;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}

.page-blog-chien-thuat-choi-tai-xiu-hieu-qua__btn-primary:hover {
  opacity: 0.9;
  transform: translateY(-2px);
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.3);
}

.page-blog-chien-thuat-choi-tai-xiu-hieu-qua__btn-secondary {
  background: transparent;
  color: var(--glow, #57E38D);
  border: 2px solid var(--glow, #57E38D);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.page-blog-chien-thuat-choi-tai-xiu-hieu-qua__btn-secondary:hover {
  background: var(--glow, #57E38D);
  color: var(--card-bg, #11271B); /* Dark text on hover */
  transform: translateY(-2px);
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.3);
}

/* FAQ Section */
.page-blog-chien-thuat-choi-tai-xiu-hieu-qua__faq-section {
  padding: 60px 0;
  background-color: var(--site-bg, #08160F); /* Ensure background is consistent */
}

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

.page-blog-chien-thuat-choi-tai-xiu-hieu-qua__faq-item {
  background-color: var(--card-bg, #11271B);
  border: 1px solid var(--border-color, #2E7A4E);
  border-radius: 8px;
  margin-bottom: 15px;
  overflow: hidden;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
}

.page-blog-chien-thuat-choi-tai-xiu-hieu-qua__faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 18px 25px;
  font-size: 1.15rem;
  font-weight: 600;
  color: var(--text-main, #F2FFF6);
  cursor: pointer;
  list-style: none; /* For details/summary */
  -webkit-touch-callout: none; /* Disable text selection on iOS */
  -webkit-user-select: none; /* Disable text selection on iOS */
  -moz-user-select: none; /* Disable text selection on Firefox */
  -ms-user-select: none; /* Disable text selection on IE/Edge */
  user-select: none; /* Disable text selection */
  transition: background-color 0.3s ease;
}

.page-blog-chien-thuat-choi-tai-xiu-hieu-qua__faq-question:hover {
  background-color: var(--divider, #1E3A2A); /* Slightly lighter on hover */
}

.page-blog-chien-thuat-choi-tai-xiu-hieu-qua__faq-item[open] .page-blog-chien-thuat-choi-tai-xiu-hieu-qua__faq-question {
  background-color: var(--divider, #1E3A2A);
}

.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.8rem;
  line-height: 1;
  margin-left: 15px;
  color: var(--glow, #57E38D);
}

.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); /* Rotate to form an 'X' or 'V' */
  color: var(--text-main, #F2FFF6);
}

/* Hide default details marker */
.page-blog-chien-thuat-choi-tai-xiu-hieu-qua__faq-item summary::-webkit-details-marker,
.page-blog-chien-thuat-choi-tai-xiu-hieu-qua__faq-item summary::marker {
  display: none;
}

.page-blog-chien-thuat-choi-tai-xiu-hieu-qua__faq-answer {
  padding: 0 25px 20px 25px;
  font-size: 1rem;
  color: var(--text-secondary, #A7D9B8);
  line-height: 1.7;
}

/* Responsive Styles */
@media (max-width: 1024px) {
  .page-blog-chien-thuat-choi-tai-xiu-hieu-qua__main-content {
    padding: 30px;
  }
  .page-blog-chien-thuat-choi-tai-xiu-hieu-qua__cta-buttons {
    flex-direction: column;
    gap: 15px;
  }
}

@media (max-width: 768px) {
  /* HERO Article Section */
  .page-blog-chien-thuat-choi-tai-xiu-hieu-qua__hero-article-section {
    padding-top: 10px !important; /* Small top padding, relying on body for header offset */
    padding-bottom: 30px;
  }

  .page-blog-chien-thuat-choi-tai-xiu-hieu-qua__article-title {
    font-size: clamp(1.8rem, 7vw, 2.5rem); /* Adjust font size for mobile */
    padding: 0 10px;
  }

  .page-blog-chien-thuat-choi-tai-xiu-hieu-qua__article-intro {
    font-size: 1rem;
    padding: 0 10px;
  }

  /* Content Section */
  .page-blog-chien-thuat-choi-tai-xiu-hieu-qua__content-section {
    padding: 40px 0;
  }

  .page-blog-chien-thuat-choi-tai-xiu-hieu-qua__main-content {
    padding: 20px;
    margin: 0 10px; /* Add some horizontal margin */
    max-width: calc(100% - 20px) !important;
    width: 100% !important;
    box-sizing: border-box !important;
  }

  .page-blog-chien-thuat-choi-tai-xiu-hieu-qua__heading {
    font-size: clamp(1.5rem, 6vw, 2rem);
    margin-top: 30px;
    margin-bottom: 15px;
  }

  .page-blog-chien-thuat-choi-tai-xiu-hieu-qua__sub-heading {
    font-size: clamp(1.2rem, 5vw, 1.6rem);
    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 li,
  .page-blog-chien-thuat-choi-tai-xiu-hieu-qua__faq-answer p {
    font-size: 0.95rem;
  }

  /* Images - universal mobile adaptation */
  .page-blog-chien-thuat-choi-tai-xiu-hieu-qua img {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
    box-sizing: border-box !important;
  }
  
  /* Containers for images and general content */
  .page-blog-chien-thuat-choi-tai-xiu-hieu-qua__image-wrapper,
  .page-blog-chien-thuat-choi-tai-xiu-hieu-qua__container {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    padding-left: 15px;
    padding-right: 15px;
  }

  /* Call to Action Block */
  .page-blog-chien-thuat-choi-tai-xiu-hieu-qua__cta-block {
    padding: 30px 20px;
    margin: 40px 10px 0 10px; /* Adjust margin for mobile */
    max-width: calc(100% - 20px) !important;
    width: 100% !important;
    box-sizing: border-box !important;
  }

  .page-blog-chien-thuat-choi-tai-xiu-hieu-qua__cta-title {
    font-size: clamp(1.4rem, 6vw, 1.8rem);
  }

  .page-blog-chien-thuat-choi-tai-xiu-hieu-qua__cta-text {
    font-size: 1rem;
  }

  .page-blog-chien-thuat-choi-tai-xiu-hieu-qua__cta-buttons {
    flex-direction: column; /* Stack buttons vertically */
    gap: 15px;
    padding: 0 !important;
    width: 100% !important;
    max-width: 100% !important;
    box-sizing: border-box !important;
  }

  /* Buttons - universal mobile adaptation */
  .page-blog-chien-thuat-choi-tai-xiu-hieu-qua__btn-primary,
  .page-blog-chien-thuat-choi-tai-xiu-hieu-qua__btn-secondary,
  .page-blog-chien-thuat-choi-tai-xiu-hieu-qua a[class*="button"],
  .page-blog-chien-thuat-choi-tai-xiu-hieu-qua 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: 12px 20px !important; /* Adjust padding for smaller buttons */
    font-size: 0.95rem !important;
    margin: 0 auto !important; /* Center individual buttons if needed */
  }

  /* FAQ Section */
  .page-blog-chien-thuat-choi-tai-xiu-hieu-qua__faq-section {
    padding: 40px 0;
  }

  .page-blog-chien-thuat-choi-tai-xiu-hieu-qua__faq-item {
    margin: 0 10px 15px 10px !important; /* Add horizontal margin */
    max-width: calc(100% - 20px) !important;
    width: 100% !important;
    box-sizing: border-box !important;
  }

  .page-blog-chien-thuat-choi-tai-xiu-hieu-qua__faq-question {
    padding: 15px 20px;
    font-size: 1rem;
  }

  .page-blog-chien-thuat-choi-tai-xiu-hieu-qua__faq-toggle {
    font-size: 1.5rem;
  }

  .page-blog-chien-thuat-choi-tai-xiu-hieu-qua__faq-answer {
    padding: 0 20px 15px 20px;
  }
}