/* Base styles for the page content */
.page-blog-chien-thuat-choi-tai-xiu-hieu-qua-jun880 {
  font-family: Arial, sans-serif;
  line-height: 1.6;
  color: #1F2D3D;
  background-color: #F4F7FB; /* Custom Background */
}

/* Hero Section */
.page-blog-chien-thuat-choi-tai-xiu-hieu-qua-jun880__hero-section {
  position: relative;
  width: 100%;
  overflow: hidden;
  padding-top: 10px; /* Small top padding, not var(--header-offset) */
  background: linear-gradient(180deg, #4A8BFF 0%, #2F6BFF 100%); /* Button gradient as hero bg */
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding-bottom: 50px;
}

.page-blog-chien-thuat-choi-tai-xiu-hieu-qua-jun880__hero-image {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto 20px;
  position: relative;
  z-index: 1;
}

.page-blog-chien-thuat-choi-tai-xiu-hieu-qua-jun880__hero-image img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 10px;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.2);
  object-fit: cover;
}

.page-blog-chien-thuat-choi-tai-xiu-hieu-qua-jun880__hero-content {
  max-width: 900px;
  margin: 0 auto;
  padding: 0 20px;
  color: #ffffff;
  position: relative;
  z-index: 2;
}

.page-blog-chien-thuat-choi-tai-xiu-hieu-qua-jun880__main-title {
  font-size: clamp(2.2rem, 4vw, 3.5rem);
  font-weight: 700;
  margin-bottom: 20px;
  line-height: 1.2;
  color: #ffffff;
}

.page-blog-chien-thuat-choi-tai-xiu-hieu-qua-jun880__intro-text {
  font-size: clamp(1rem, 2vw, 1.25rem);
  margin-bottom: 30px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.page-blog-chien-thuat-choi-tai-xiu-hieu-qua-jun880__cta-button {
  display: inline-block;
  padding: 15px 30px;
  background: linear-gradient(180deg, #4A8BFF 0%, #2F6BFF 100%);
  color: #ffffff;
  text-decoration: none;
  border-radius: 8px;
  font-weight: 600;
  transition: all 0.3s ease;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  border: none;
  cursor: pointer;
  white-space: normal;
  word-wrap: break-word;
}

.page-blog-chien-thuat-choi-tai-xiu-hieu-qua-jun880__cta-button:hover {
  transform: translateY(-3px);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.3);
}

/* Content Section */
.page-blog-chien-thuat-choi-tai-xiu-hieu-qua-jun880__content-section {
  padding: 50px 0;
  background-color: #F4F7FB; /* Custom Background */
}

.page-blog-chien-thuat-choi-tai-xiu-hieu-qua-jun880__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  display: flex;
  gap: 30px;
}

.page-blog-chien-thuat-choi-tai-xiu-hieu-qua-jun880__table-of-contents {
  flex: 0 0 280px;
  background: #FFFFFF; /* Card BG */
  padding: 25px;
  border-radius: 10px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
  height: fit-content;
  position: sticky;
  top: calc(var(--header-offset, 0px) + 20px);
}

.page-blog-chien-thuat-choi-tai-xiu-hieu-qua-jun880__toc-title {
  font-size: 20px;
  color: #1F2D3D; /* Text Main */
  margin-bottom: 15px;
  font-weight: 700;
}

.page-blog-chien-thuat-choi-tai-xiu-hieu-qua-jun880__toc-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.page-blog-chien-thuat-choi-tai-xiu-hieu-qua-jun880__toc-list li {
  margin-bottom: 10px;
}

.page-blog-chien-thuat-choi-tai-xiu-hieu-qua-jun880__toc-list a {
  color: #2F6BFF; /* Main Color */
  text-decoration: none;
  font-size: 16px;
  transition: color 0.3s ease;
}

.page-blog-chien-thuat-choi-tai-xiu-hieu-qua-jun880__toc-list a:hover {
  color: #6FA3FF; /* Auxiliary Color */
  text-decoration: underline;
}

.page-blog-chien-thuat-choi-tai-xiu-hieu-qua-jun880__article-body {
  flex: 1;
  background: #FFFFFF; /* Card BG */
  padding: 40px;
  border-radius: 10px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}

.page-blog-chien-thuat-choi-tai-xiu-hieu-qua-jun880__section-title {
  font-size: 28px;
  color: #1F2D3D; /* Text Main */
  margin-bottom: 25px;
  font-weight: 700;
  border-bottom: 2px solid #D6E2FF; /* Border */
  padding-bottom: 10px;
}

.page-blog-chien-thuat-choi-tai-xiu-hieu-qua-jun880__sub-title {
  font-size: 22px;
  color: #2F6BFF; /* Main Color */
  margin-top: 35px;
  margin-bottom: 15px;
  font-weight: 600;
}

.page-blog-chien-thuat-choi-tai-xiu-hieu-qua-jun880__article-body p {
  margin-bottom: 15px;
  color: #1F2D3D; /* Text Main */
}

.page-blog-chien-thuat-choi-tai-xiu-hieu-qua-jun880__article-body a {
  color: #2F6BFF;
  text-decoration: underline;
}

.page-blog-chien-thuat-choi-tai-xiu-hieu-qua-jun880__article-body a:hover {
  color: #6FA3FF;
}

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

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

.page-blog-chien-thuat-choi-tai-xiu-hieu-qua-jun880__article-figure figcaption {
  font-style: italic;
  font-size: 14px;
  color: #666666;
  margin-top: 10px;
}

.page-blog-chien-thuat-choi-tai-xiu-hieu-qua-jun880__error-list {
  list-style: disc;
  margin-left: 20px;
  margin-bottom: 20px;
}

.page-blog-chien-thuat-choi-tai-xiu-hieu-qua-jun880__error-list li {
  margin-bottom: 10px;
  color: #1F2D3D;
}

.page-blog-chien-thuat-choi-tai-xiu-hieu-qua-jun880__error-list strong {
  color: #000000; /* Custom Color_1776249996415 */
}

/* FAQ Section */
details.page-blog-chien-thuat-choi-tai-xiu-hieu-qua-jun880__faq-item {
  margin-bottom: 15px;
  border-radius: 5px;
  border: 1px solid #D6E2FF; /* Border */
  overflow: hidden;
  background: #FFFFFF; /* Card BG */
}

details.page-blog-chien-thuat-choi-tai-xiu-hieu-qua-jun880__faq-item summary.page-blog-chien-thuat-choi-tai-xiu-hieu-qua-jun880__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;
  color: #1F2D3D; /* Text Main */
}

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

details.page-blog-chien-thuat-choi-tai-xiu-hieu-qua-jun880__faq-item summary.page-blog-chien-thuat-choi-tai-xiu-hieu-qua-jun880__faq-question:hover {
  background: #F4F7FB;
}

.page-blog-chien-thuat-choi-tai-xiu-hieu-qua-jun880__faq-qtext {
  flex: 1;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.5;
  text-align: left;
  color: #1F2D3D;
}

.page-blog-chien-thuat-choi-tai-xiu-hieu-qua-jun880__faq-toggle {
  font-size: 24px;
  font-weight: bold;
  color: #2F6BFF; /* Main Color */
  flex-shrink: 0;
  margin-left: 15px;
  width: 28px;
  text-align: center;
  transition: transform 0.3s ease;
}

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

details.page-blog-chien-thuat-choi-tai-xiu-hieu-qua-jun880__faq-item .page-blog-chien-thuat-choi-tai-xiu-hieu-qua-jun880__faq-answer {
  padding: 0 20px 20px;
  background: #F4F7FB; /* Custom Background */
  border-radius: 0 0 5px 5px;
  color: #1F2D3D;
}

.page-blog-chien-thuat-choi-tai-xiu-hieu-qua-jun880__cta-bottom {
  text-align: center;
  margin-top: 40px;
}

/* Global image responsiveness */
.page-blog-chien-thuat-choi-tai-xiu-hieu-qua-jun880 img {
  max-width: 100%;
  height: auto;
  display: block;
}

/* Responsive Styles */
@media (max-width: 1024px) {
  .page-blog-chien-thuat-choi-tai-xiu-hieu-qua-jun880__container {
    flex-direction: column;
    gap: 20px;
  }

  .page-blog-chien-thuat-choi-tai-xiu-hieu-qua-jun880__table-of-contents {
    position: static;
    flex: none;
    width: 100%;
    margin-bottom: 20px;
  }
}

@media (max-width: 849px) {
  .page-blog-chien-thuat-choi-tai-xiu-hieu-qua-jun880__hero-image img {
    object-fit: contain !important; 
    aspect-ratio: unset !important; 
  }
}

@media (max-width: 768px) {
  .page-blog-chien-thuat-choi-tai-xiu-hieu-qua-jun880__hero-section {
    padding-top: 10px !important;
    padding-bottom: 30px;
  }

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

  .page-blog-chien-thuat-choi-tai-xiu-hieu-qua-jun880__intro-text {
    font-size: clamp(0.9rem, 3vw, 1.1rem);
    margin-bottom: 20px;
    padding: 0 10px;
  }

  .page-blog-chien-thuat-choi-tai-xiu-hieu-qua-jun880__cta-button {
    padding: 12px 25px;
    font-size: 1rem;
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    white-space: normal !important;
    word-wrap: break-word !important;
    margin: 0 auto;
    display: block;
  }

  .page-blog-chien-thuat-choi-tai-xiu-hieu-qua-jun880__content-section {
    padding: 30px 0;
  }

  .page-blog-chien-thuat-choi-tai-xiu-hieu-qua-jun880__container {
    padding: 0 15px;
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    overflow-x: hidden; /* Prevent horizontal scroll */
  }

  .page-blog-chien-thuat-choi-tai-xiu-hieu-qua-jun880__table-of-contents {
    padding: 15px;
    margin-bottom: 15px;
  }

  .page-blog-chien-thuat-choi-tai-xiu-hieu-qua-jun880__toc-title {
    font-size: 18px;
  }

  .page-blog-chien-thuat-choi-tai-xiu-hieu-qua-jun880__toc-list a {
    font-size: 15px;
  }

  .page-blog-chien-thuat-choi-tai-xiu-hieu-qua-jun880__article-body {
    padding: 25px 15px;
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
  }

  .page-blog-chien-thuat-choi-tai-xiu-hieu-qua-jun880__section-title {
    font-size: 24px;
    margin-bottom: 20px;
  }

  .page-blog-chien-thuat-choi-tai-xiu-hieu-qua-jun880__sub-title {
    font-size: 20px;
    margin-top: 30px;
    margin-bottom: 10px;
  }

  .page-blog-chien-thuat-choi-tai-xiu-hieu-qua-jun880__article-body p,
  .page-blog-chien-thuat-choi-tai-xiu-hieu-qua-jun880__error-list li {
    font-size: 15px;
  }

  .page-blog-chien-thuat-choi-tai-xiu-hieu-qua-jun880__article-figure img {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
  }

  details.page-blog-chien-thuat-choi-tai-xiu-hieu-qua-jun880__faq-item summary.page-blog-chien-thuat-choi-tai-xiu-hieu-qua-jun880__faq-question {
    padding: 15px;
  }

  .page-blog-chien-thuat-choi-tai-xiu-hieu-qua-jun880__faq-qtext {
    font-size: 15px;
  }

  details.page-blog-chien-thuat-choi-tai-xiu-hieu-qua-jun880__faq-item .page-blog-chien-thuat-choi-tai-xiu-hieu-qua-jun880__faq-answer {
    padding: 0 15px 15px;
  }

  /* General mobile image and container rules */
  .page-blog-chien-thuat-choi-tai-xiu-hieu-qua-jun880 img {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
    display: block !important;
  }

  .page-blog-chien-thuat-choi-tai-xiu-hieu-qua-jun880__section,
  .page-blog-chien-thuat-choi-tai-xiu-hieu-qua-jun880__card,
  .page-blog-chien-thuat-choi-tai-xiu-hieu-qua-jun880__container,
  .page-blog-chien-thuat-choi-tai-xiu-hieu-qua-jun880__article-body {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    padding-left: 15px;
    padding-right: 15px;
  }

  /* Button specific mobile rules */
  .page-blog-chien-thuat-choi-tai-xiu-hieu-qua-jun880__cta-button,
  .page-blog-chien-thuat-choi-tai-xiu-hieu-qua-jun880 a[class*="button"],
  .page-blog-chien-thuat-choi-tai-xiu-hieu-qua-jun880 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-left: 15px;
    padding-right: 15px;
  }

  .page-blog-chien-thuat-choi-tai-xiu-hieu-qua-jun880__cta-buttons,
  .page-blog-chien-thuat-choi-tai-xiu-hieu-qua-jun880__button-group,
  .page-blog-chien-thuat-choi-tai-xiu-hieu-qua-jun880__btn-container {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    padding-left: 15px;
    padding-right: 15px;
    flex-wrap: wrap !important;
    gap: 10px;
  }
  .page-blog-chien-thuat-choi-tai-xiu-hieu-qua-jun880__cta-buttons {
    display: flex;
    flex-direction: column;
  }
}