/* style/blog-chien-thuat-thang-lon-voi-no-hu.css */
.page-blog-chien-thuat-thang-lon-voi-no-hu {
  font-family: Arial, sans-serif;
  line-height: 1.6;
  color: #333333; /* Default text color for light body background */
  background-color: #ffffff; /* Explicitly set for content area if needed, but body is already light */
}

/* HERO Section (Blog Intro) */
.page-blog-chien-thuat-thang-lon-voi-no-hu__hero-section {
  padding-top: 10px; /* Small top padding, assuming shared.css handles body padding */
  padding-bottom: 60px;
  background-color: #f8f8f8; /* Light background for hero section */
  display: flex;
  justify-content: center;
  align-items: center;
}

.page-blog-chien-thuat-thang-lon-voi-no-hu__hero-content-wrapper {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 40px;
  padding: 0 20px;
}

.page-blog-chien-thuat-thang-lon-voi-no-hu__hero-text-block {
  flex: 1 1 45%;
  min-width: 300px;
  color: #333333;
}

.page-blog-chien-thuat-thang-lon-voi-no-hu__main-title {
  font-size: clamp(2em, 4vw, 3em); /* Responsive font size */
  color: #017439;
  margin-bottom: 20px;
  line-height: 1.2;
  font-weight: 700;
}

.page-blog-chien-thuat-thang-lon-voi-no-hu__hero-description {
  font-size: 1.1em;
  margin-bottom: 30px;
}

.page-blog-chien-thuat-thang-lon-voi-no-hu__cta-buttons {
  display: flex;
  gap: 15px;
  flex-wrap: wrap; /* Allow wrapping on smaller screens */
  width: 100%; /* Ensure container takes full width */
  max-width: 100%;
  box-sizing: border-box;
}

.page-blog-chien-thuat-thang-lon-voi-no-hu__btn-primary,
.page-blog-chien-thuat-thang-lon-voi-no-hu__btn-secondary {
  display: inline-block;
  padding: 12px 25px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: bold;
  transition: background-color 0.3s ease, color 0.3s ease;
  text-align: center;
  white-space: normal; /* Allow text wrapping */
  word-wrap: break-word; /* Allow text wrapping */
  box-sizing: border-box;
  max-width: 100%; /* Ensure button takes full width if needed */
}

.page-blog-chien-thuat-thang-lon-voi-no-hu__btn-primary {
  background-color: #017439; /* Primary brand color */
  color: #ffffff;
  border: 2px solid #017439;
}

.page-blog-chien-thuat-thang-lon-voi-no-hu__btn-primary:hover {
  background-color: #005a2d;
  border-color: #005a2d;
}

.page-blog-chien-thuat-thang-lon-voi-no-hu__btn-secondary {
  background-color: #ffffff;
  color: #017439;
  border: 2px solid #017439;
}

.page-blog-chien-thuat-thang-lon-voi-no-hu__btn-secondary:hover {
  background-color: #e0e0e0;
}

.page-blog-chien-thuat-thang-lon-voi-no-hu__hero-image-container {
  flex: 1 1 45%;
  min-width: 300px;
  text-align: center;
}

.page-blog-chien-thuat-thang-lon-voi-no-hu__hero-image {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
  border-radius: 10px;
}

/* Content Area */
.page-blog-chien-thuat-thang-lon-voi-no-hu__content-area {
  max-width: 900px;
  margin: 0 auto;
  padding: 40px 20px;
  background-color: #ffffff; /* Ensure content area has a white background for readability */
  border-radius: 8px;
  box-shadow: 0 2px 10px rgba(0,0,0,0.05);
}

.page-blog-chien-thuat-thang-lon-voi-no-hu__section-title {
  font-size: 2em;
  color: #017439;
  margin-top: 40px;
  margin-bottom: 20px;
  font-weight: 600;
  line-height: 1.3;
}

.page-blog-chien-thuat-thang-lon-voi-no-hu__sub-title {
  font-size: 1.5em;
  color: #017439;
  margin-top: 30px;
  margin-bottom: 15px;
  font-weight: 600;
}

.page-blog-chien-thuat-thang-lon-voi-no-hu__content-area p {
  margin-bottom: 15px;
  color: #333333;
}

.page-blog-chien-thuat-thang-lon-voi-no-hu__content-area ul {
  list-style-type: disc;
  margin-left: 20px;
  margin-bottom: 20px;
  color: #333333;
}

.page-blog-chien-thuat-thang-lon-voi-no-hu__content-area li {
  margin-bottom: 8px;
}

.page-blog-chien-thuat-thang-lon-voi-no-hu__content-image {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 25px auto;
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.1);
}

/* CTA Block */
.page-blog-chien-thuat-thang-lon-voi-no-hu__cta-block {
  background-color: #f0fdf4; /* Lighter green background */
  padding: 40px;
  border-radius: 10px;
  text-align: center;
  margin-top: 50px;
  box-shadow: 0 4px 15px rgba(0,0,0,0.1);
}

.page-blog-chien-thuat-thang-lon-voi-no-hu__cta-title {
  font-size: 1.8em;
  color: #017439;
  margin-bottom: 15px;
  font-weight: 700;
}

.page-blog-chien-thuat-thang-lon-voi-no-hu__cta-text {
  font-size: 1.1em;
  margin-bottom: 30px;
  color: #333333;
}

/* FAQ Section */
.page-blog-chien-thuat-thang-lon-voi-no-hu__faq-section {
  margin-top: 60px;
  padding: 40px 0;
  border-top: 1px solid #eee;
}

.page-blog-chien-thuat-thang-lon-voi-no-hu__faq-list {
  margin-top: 30px;
}

.page-blog-chien-thuat-thang-lon-voi-no-hu__faq-item {
  background-color: #f9f9f9;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  margin-bottom: 15px;
  overflow: hidden;
}

.page-blog-chien-thuat-thang-lon-voi-no-hu__faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 18px 25px;
  font-size: 1.1em;
  font-weight: 600;
  color: #017439;
  cursor: pointer;
  background-color: #e6f7ed; /* Lighter shade of primary color */
  border-bottom: 1px solid #e0e0e0;
}

.page-blog-chien-thuat-thang-lon-voi-no-hu__faq-item[open] > .page-blog-chien-thuat-thang-lon-voi-no-hu__faq-question {
  background-color: #d1f3e0; /* Slightly darker when open */
}

.page-blog-chien-thuat-thang-lon-voi-no-hu__faq-qtext {
  flex-grow: 1;
}

.page-blog-chien-thuat-thang-lon-voi-no-hu__faq-toggle {
  font-size: 1.5em;
  line-height: 1;
  margin-left: 15px;
}

.page-blog-chien-thuat-thang-lon-voi-no-hu__faq-answer {
  padding: 20px 25px;
  font-size: 1em;
  color: #333333;
  line-height: 1.6;
}

.page-blog-chien-thuat-thang-lon-voi-no-hu__faq-answer p {
  margin-bottom: 0;
}

/* Details element default marker hide */
.page-blog-chien-thuat-thang-lon-voi-no-hu__faq-item summary::-webkit-details-marker,
.page-blog-chien-thuat-thang-lon-voi-no-hu__faq-item summary::marker {
  display: none;
  content: "";
}

/* Responsive styles */
@media (max-width: 1024px) {
  .page-blog-chien-thuat-thang-lon-voi-no-hu__hero-content-wrapper {
    flex-direction: column;
    text-align: center;
  }
  .page-blog-chien-thuat-thang-lon-voi-no-hu__hero-text-block,
  .page-blog-chien-thuat-thang-lon-voi-no-hu__hero-image-container {
    flex: 1 1 100%;
  }
  .page-blog-chien-thuat-thang-lon-voi-no-hu__cta-buttons {
    justify-content: center;
  }
}

@media (max-width: 768px) {
  /* HERO Section (Mobile) */
  .page-blog-chien-thuat-thang-lon-voi-no-hu__hero-section {
    padding-top: 10px !important; /* Small top padding for mobile */
    padding-bottom: 40px;
  }
  .page-blog-chien-thuat-thang-lon-voi-no-hu__hero-content-wrapper {
    padding: 0 15px;
    gap: 25px;
  }
  .page-blog-chien-thuat-thang-lon-voi-no-hu__main-title {
    font-size: clamp(1.8em, 7vw, 2.5em);
    margin-bottom: 15px;
  }
  .page-blog-chien-thuat-thang-lon-voi-no-hu__hero-description {
    font-size: 1em;
    margin-bottom: 25px;
  }
  .page-blog-chien-thuat-thang-lon-voi-no-hu__cta-buttons {
    flex-direction: column; /* Stack buttons vertically */
    gap: 10px;
    padding: 0 15px; /* Add padding to button container */
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    overflow: hidden !important;
  }
  .page-blog-chien-thuat-thang-lon-voi-no-hu__btn-primary,
  .page-blog-chien-thuat-thang-lon-voi-no-hu__btn-secondary {
    max-width: 100% !important;
    width: 100% !important;
    padding: 12px 15px;
    font-size: 1em;
    white-space: normal !important;
    word-wrap: break-word !important;
    box-sizing: border-box !important;
  }

  /* Content Area (Mobile) */
  .page-blog-chien-thuat-thang-lon-voi-no-hu__content-area {
    padding: 25px 15px;
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
  }
  .page-blog-chien-thuat-thang-lon-voi-no-hu__section-title {
    font-size: 1.6em;
    margin-top: 30px;
    margin-bottom: 15px;
  }
  .page-blog-chien-thuat-thang-lon-voi-no-hu__sub-title {
    font-size: 1.3em;
    margin-top: 25px;
    margin-bottom: 10px;
  }
  .page-blog-chien-thuat-thang-lon-voi-no-hu__content-area p,
  .page-blog-chien-thuat-thang-lon-voi-no-hu__content-area li {
    font-size: 0.95em;
  }
  .page-blog-chien-thuat-thang-lon-voi-no-hu__content-image {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
    margin: 20px auto;
  }

  /* CTA Block (Mobile) */
  .page-blog-chien-thuat-thang-lon-voi-no-hu__cta-block {
    padding: 30px 20px;
    margin-top: 40px;
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
  }
  .page-blog-chien-thuat-thang-lon-voi-no-hu__cta-title {
    font-size: 1.5em;
  }
  .page-blog-chien-thuat-thang-lon-voi-no-hu__cta-text {
    font-size: 1em;
  }

  /* FAQ Section (Mobile) */
  .page-blog-chien-thuat-thang-lon-voi-no-hu__faq-section {
    margin-top: 40px;
    padding: 30px 0;
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
  }
  .page-blog-chien-thuat-thang-lon-voi-no-hu__faq-question {
    padding: 15px 20px;
    font-size: 1em;
  }
  .page-blog-chien-thuat-thang-lon-voi-no-hu__faq-answer {
    padding: 15px 20px;
    font-size: 0.95em;
  }

  /* Universal image responsive for content area, as required by "移动端图片适配强制要求" */
  .page-blog-chien-thuat-thang-lon-voi-no-hu img {
    max-width: 100% !important;
    height: auto !important;
  }
  .page-blog-chien-thuat-thang-lon-voi-no-hu__hero-image,
  .page-blog-chien-thuat-thang-lon-voi-no-hu__content-image {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
  }
  .page-blog-chien-thuat-thang-lon-voi-no-hu__hero-section,
  .page-blog-chien-thuat-thang-lon-voi-no-hu__content-area,
  .page-blog-chien-thuat-thang-lon-voi-no-hu__cta-block,
  .page-blog-chien-thuat-thang-lon-voi-no-hu__faq-section {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    padding-left: 15px;
    padding-right: 15px;
  }
}