/* General page styling */
.page-blog-chien-thuat-choi-tai-xiu-sm66 {
  font-family: 'Arial', sans-serif;
  line-height: 1.6;
  color: #1F2D3D; /* Text Main */
  background-color: #F4F7FB; /* Background */
}

.page-blog-chien-thuat-choi-tai-xiu-sm66__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 20px;
}

/* Hero Section */
.page-blog-chien-thuat-choi-tai-xiu-sm66__hero-section {
  position: relative;
  width: 100%;
  padding-top: 10px; /* Small top padding, assuming body handles header offset */
  margin-bottom: 40px;
  overflow: hidden;
  display: flex;
  flex-direction: column; /* Image above text */
  align-items: center;
  justify-content: center;
  text-align: center;
  background: linear-gradient(180deg, #4A8BFF 0%, #2F6BFF 100%); /* Use button gradient for hero background */
  color: #ffffff;
}

.page-blog-chien-thuat-choi-tai-xiu-sm66__hero-image {
  width: 100%;
  max-height: 600px; /* Limit height */
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}

.page-blog-chien-thuat-choi-tai-xiu-sm66__hero-image img {
  width: 100%;
  height: auto;
  object-fit: cover; /* Desktop default */
  display: block;
  border-radius: 8px;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.2);
  max-width: 1200px; /* Constrain image width within hero */
}

.page-blog-chien-thuat-choi-tai-xiu-sm66__hero-content {
  padding: 40px 20px;
  max-width: 900px;
  z-index: 1;
}

.page-blog-chien-thuat-choi-tai-xiu-sm66__main-title {
  font-size: clamp(2.5em, 5vw, 3.5em); /* H1 font size clamp */
  margin-bottom: 20px;
  font-weight: 700;
  line-height: 1.2;
  color: #ffffff;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
}

.page-blog-chien-thuat-choi-tai-xiu-sm66__description {
  font-size: 1.2em;
  margin-bottom: 30px;
  color: #f0f0f0;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

/* CTA Buttons */
.page-blog-chien-thuat-choi-tai-xiu-sm66__cta-buttons {
  display: flex;
  gap: 15px;
  justify-content: center;
  flex-wrap: wrap; /* Allow wrapping for multiple buttons */
  width: 100%;
  max-width: 500px; /* Limit button group width */
  margin: 0 auto;
  box-sizing: border-box;
  padding: 0 15px; /* Add padding to prevent overflow */
}

.page-blog-chien-thuat-choi-tai-xiu-sm66__btn-primary,
.page-blog-chien-thuat-choi-tai-xiu-sm66__btn-secondary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 15px 30px;
  border-radius: 8px;
  font-size: 1.1em;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.3s ease;
  min-width: 180px;
  text-align: center;
  box-sizing: border-box; /* Crucial for responsiveness */
  white-space: normal; /* Allow text to wrap */
  word-wrap: break-word; /* Ensure long words break */
}

.page-blog-chien-thuat-choi-tai-xiu-sm66__btn-primary {
  background: linear-gradient(180deg, #4A8BFF 0%, #2F6BFF 100%); /* Button gradient */
  color: #ffffff;
  border: 2px solid transparent;
  box-shadow: 0 4px 15px rgba(47, 107, 255, 0.4);
}

.page-blog-chien-thuat-choi-tai-xiu-sm66__btn-primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(47, 107, 255, 0.6);
}

.page-blog-chien-thuat-choi-tai-xiu-sm66__btn-secondary {
  background: #ffffff; /* Card BG */
  color: #2F6BFF; /* Main color */
  border: 2px solid #2F6BFF; /* Main color */
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.page-blog-chien-thuat-choi-tai-xiu-sm66__btn-secondary:hover {
  transform: translateY(-2px);
  background: #f0f0f0;
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.15);
}

/* Content Section */
.page-blog-chien-thuat-choi-tai-xiu-sm66__content-section {
  padding: 60px 0;
  margin-bottom: 40px;
  background: #F4F7FB; /* Background */
  color: #1F2D3D; /* Text Main */
}

.page-blog-chien-thuat-choi-tai-xiu-sm66__section-title {
  font-size: 2.5em;
  font-weight: 700;
  color: #2F6BFF; /* Main color */
  text-align: center;
  margin-bottom: 40px;
  position: relative;
  padding-bottom: 15px;
}

.page-blog-chien-thuat-choi-tai-xiu-sm66__section-title::after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 80px;
  height: 4px;
  background: linear-gradient(90deg, #6FA3FF, #2F6BFF);
  border-radius: 2px;
}

.page-blog-chien-thuat-choi-tai-xiu-sm66__article-body {
  max-width: 900px;
  margin: 0 auto;
  padding: 0 20px;
}

.page-blog-chien-thuat-choi-xiu-sm66__article-body p {
  margin-bottom: 20px;
  font-size: 1.1em;
  line-height: 1.7;
  color: #1F2D3D;
}

.page-blog-chien-thuat-choi-tai-xiu-sm66__article-body h3 {
  font-size: 1.8em;
  font-weight: 600;
  color: #000000; /* Custom Color_1776249996415 */
  margin-top: 35px;
  margin-bottom: 20px;
  line-height: 1.4;
}

.page-blog-chien-thuat-choi-tai-xiu-sm66__article-body ul,
.page-blog-chien-thuat-choi-tai-xiu-sm66__article-body ol {
  margin-bottom: 20px;
  padding-left: 25px;
  color: #1F2D3D;
}

.page-blog-chien-thuat-choi-tai-xiu-sm66__article-body li {
  margin-bottom: 10px;
  font-size: 1.1em;
  line-height: 1.7;
}

.page-blog-chien-thuat-choi-tai-xiu-sm66__article-image {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 30px auto;
  border-radius: 10px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  min-width: 200px; /* Minimum image size */
  min-height: 200px; /* Minimum image size */
}

/* FAQ Section */
.page-blog-chien-thuat-choi-tai-xiu-sm66__faq-section {
  padding: 60px 0;
  background: #F4F7FB; /* Background */
}

.page-blog-chien-thuat-choi-tai-xiu-sm66__faq-list {
  max-width: 900px;
  margin: 0 auto;
  padding: 0 20px;
}

details.page-blog-chien-thuat-choi-tai-xiu-sm66__faq-item {
  margin-bottom: 15px;
  border-radius: 8px; /* Slightly larger border-radius for modern look */
  border: 1px solid #D6E2FF; /* Border color */
  overflow: hidden;
  background: #FFFFFF; /* Card BG */
  box-shadow: 0 2px 10px rgba(0,0,0,0.05);
  transition: box-shadow 0.3s ease;
}

details.page-blog-chien-thuat-choi-tai-xiu-sm66__faq-item:hover {
  box-shadow: 0 4px 15px rgba(0,0,0,0.1);
}

details.page-blog-chien-thuat-choi-tai-xiu-sm66__faq-item summary.page-blog-chien-thuat-choi-tai-xiu-sm66__faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 18px 25px; /* Increased padding */
  cursor: pointer;
  user-select: none;
  list-style: none;
  transition: background-color 0.3s ease, color 0.3s ease;
  font-weight: 600;
  color: #1F2D3D; /* Text Main */
}

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

details.page-blog-chien-thuat-choi-tai-xiu-sm66__faq-item summary.page-blog-chien-thuat-choi-tai-xiu-sm66__faq-question:hover {
  background: #F4F7FB; /* Background color on hover */
}

details.page-blog-chien-thuat-choi-tai-xiu-sm66__faq-item[open] summary.page-blog-chien-thuat-choi-tai-xiu-sm66__faq-question {
  background: #F4F7FB; /* Background color when open */
  color: #2F6BFF; /* Main color when open */
  border-bottom: 1px solid #D6E2FF; /* Border color */
  border-radius: 8px 8px 0 0;
}

.page-blog-chien-thuat-choi-tai-xiu-sm66__faq-qtext {
  flex: 1;
  font-size: 1.1em;
  line-height: 1.5;
  text-align: left;
}

.page-blog-chien-thuat-choi-tai-xiu-sm66__faq-toggle {
  font-size: 28px; /* Larger toggle icon */
  font-weight: bold;
  color: #2F6BFF; /* Main color */
  flex-shrink: 0;
  margin-left: 15px;
  width: 30px; /* Larger width for better click area */
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.3s ease;
}

details.page-blog-chien-thuat-choi-tai-xiu-sm66__faq-item[open] .page-blog-chien-thuat-choi-tai-xiu-sm66__faq-toggle {
  transform: rotate(45deg); /* Rotate to form an 'X' or similar */
}

details.page-blog-chien-thuat-choi-tai-xiu-sm66__faq-item .page-blog-chien-thuat-choi-tai-xiu-sm66__faq-answer {
  padding: 0 25px 25px; /* Increased padding */
  background: #F4F7FB; /* Background */
  border-radius: 0 0 8px 8px;
  color: #1F2D3D;
  font-size: 1em;
  line-height: 1.6;
}

/* Responsive styles */
@media (max-width: 1024px) {
  .page-blog-chien-thuat-choi-tai-xiu-sm66__main-title {
    font-size: clamp(2em, 4.5vw, 3em);
  }
  .page-blog-chien-thuat-choi-tai-xiu-sm66__section-title {
    font-size: 2em;
  }
  .page-blog-chien-thuat-choi-tai-xiu-sm66__article-body {
    padding: 0 15px;
  }
  .page-blog-chien-thuat-choi-tai-xiu-sm66__faq-list {
    padding: 0 15px;
  }
}

@media (max-width: 768px) {
  /* General container padding */
  .page-blog-chien-thuat-choi-tai-xiu-sm66__container,
  .page-blog-chien-thuat-choi-tai-xiu-sm66__article-body,
  .page-blog-chien-thuat-choi-tai-xiu-sm66__faq-list {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    padding-left: 15px !important;
    padding-right: 15px !important;
    overflow-x: hidden;
  }

  /* HERO Section specific mobile styles */
  .page-blog-chien-thuat-choi-tai-xiu-sm66__hero-section {
    padding-top: 10px !important;
    margin-bottom: 30px;
  }

  .page-blog-chien-thuat-choi-tai-xiu-sm66__hero-image {
    max-height: 350px;
  }

  .page-blog-chien-thuat-choi-tai-xiu-sm66__hero-image img {
    object-fit: contain !important;
    aspect-ratio: unset !important;
    width: 100% !important;
    height: auto !important;
    border-radius: 0;
    box-shadow: none;
  }

  .page-blog-chien-thuat-choi-tai-xiu-sm66__hero-content {
    padding: 30px 15px;
  }

  .page-blog-chien-thuat-choi-tai-xiu-sm66__main-title {
    font-size: clamp(1.8em, 7vw, 2.5em);
    margin-bottom: 15px;
  }

  .page-blog-chien-thuat-choi-tai-xiu-sm66__description {
    font-size: 1em;
    margin-bottom: 25px;
  }

  /* CTA Buttons specific mobile styles */
  .page-blog-chien-thuat-choi-tai-xiu-sm66__cta-buttons {
    flex-direction: column !important;
    gap: 10px !important;
    padding-left: 15px !important;
    padding-right: 15px !important;
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
  }

  .page-blog-chien-thuat-choi-tai-xiu-sm66__btn-primary,
  .page-blog-chien-thuat-choi-tai-xiu-sm66__btn-secondary {
    width: 100% !important;
    max-width: 100% !important;
    padding: 12px 20px !important;
    font-size: 1em !important;
    white-space: normal !important;
    word-wrap: break-word !important;
    box-sizing: border-box !important;
  }

  /* Content Section specific mobile styles */
  .page-blog-chien-thuat-choi-tai-xiu-sm66__content-section {
    padding: 30px 0;
    margin-bottom: 20px;
  }

  .page-blog-chien-thuat-choi-tai-xiu-sm66__section-title {
    font-size: 1.8em;
    margin-bottom: 30px;
  }

  .page-blog-chien-thuat-choi-tai-xiu-sm66__article-body p,
  .page-blog-chien-thuat-choi-tai-xiu-sm66__article-body li {
    font-size: 0.95em;
    line-height: 1.6;
  }
}