.page-blog-phan-tich-keo-nha-cai-chuan-nhat-hom-nay {
  font-family: 'Arial', sans-serif;
  color: #333333;
  background-color: #f8f9fa;
  line-height: 1.6;
}

.page-blog-phan-tich-keo-nha-cai-chuan-nhat-hom-nay__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 15px;
}

/* Hero Section */
.page-blog-phan-tich-keo-nha-cai-chuan-nhat-hom-nay__hero-section {
  position: relative;
  padding-top: 10px; /* Small top padding, assuming shared.css handles body padding-top */
  margin-bottom: 40px;
  overflow: hidden;
  background-color: #f8f9fa; /* Default light background */
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.page-blog-phan-tich-keo-nha-cai-chuan-nhat-hom-nay__hero-image-wrapper {
  width: 100%;
  max-height: 600px;
  overflow: hidden;
  margin-bottom: 20px;
}

.page-blog-phan-tich-keo-nha-cai-chuan-nhat-hom-nay__hero-image {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
  border-radius: 8px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.page-blog-phan-tich-keo-nha-cai-chuan-nhat-hom-nay__hero-content {
  max-width: 900px;
  padding: 0 15px 40px;
}

.page-blog-phan-tich-keo-nha-cai-chuan-nhat-hom-nay__main-title {
  font-size: clamp(2.2rem, 4vw, 3.2rem);
  font-weight: 700;
  color: #26A9E0;
  margin-bottom: 20px;
  line-height: 1.2;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.05);
}

.page-blog-phan-tich-keo-nha-cai-chuan-nhat-hom-nay__hero-description {
  font-size: clamp(1rem, 1.5vw, 1.25rem);
  color: #555555;
  margin-bottom: 30px;
}

.page-blog-phan-tich-keo-nha-cai-chuan-nhat-hom-nay__cta-button {
  display: inline-block;
  padding: 14px 30px;
  border-radius: 50px;
  text-decoration: none;
  font-weight: 600;
  transition: all 0.3s ease;
  max-width: 100%;
  box-sizing: border-box;
  white-space: normal;
  word-wrap: break-word;
}

.page-blog-phan-tich-keo-nha-cai-chuan-nhat-hom-nay__btn-primary {
  background-color: #26A9E0;
  color: #FFFFFF;
  border: 2px solid #26A9E0;
}

.page-blog-phan-tich-keo-nha-cai-chuan-nhat-hom-nay__btn-primary:hover {
  background-color: #1a8cc4;
  border-color: #1a8cc4;
  transform: translateY(-2px);
  box-shadow: 0 4px 10px rgba(38, 169, 224, 0.3);
}

/* Content Sections */
.page-blog-phan-tich-keo-nha-cai-chuan-nhat-hom-nay__content-section {
  padding: 40px 0;
  margin-bottom: 30px;
  border-radius: 8px;
  background-color: #ffffff;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}

.page-blog-phan-tich-keo-nha-cai-chuan-nhat-hom-nay__content-section.page-blog-phan-tich-keo-nha-cai-chuan-nhat-hom-nay__dark-bg {
  background-color: #F0F8FF; /* Light blue tint for contrast */
  color: #333333;
}

.page-blog-phan-tich-keo-nha-cai-chuan-nhat-hom-nay__section-title {
  font-size: clamp(1.8rem, 3.5vw, 2.5rem);
  font-weight: 700;
  color: #26A9E0;
  text-align: center;
  margin-bottom: 30px;
  position: relative;
  padding-bottom: 15px;
}

.page-blog-phan-tich-keo-nha-cai-chuan-nhat-hom-nay__section-title::after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 80px;
  height: 4px;
  background-color: #EA7C07;
  border-radius: 2px;
}

.page-blog-phan-tich-keo-nha-cai-chuan-nhat-hom-nay__article-body {
  max-width: 900px;
  margin: 0 auto;
  font-size: 1.05rem;
  color: #444444;
}

.page-blog-phan-tich-keo-nha-cai-chuan-nhat-hom-nay__article-body p {
  margin-bottom: 1em;
  text-align: justify;
}

.page-blog-phan-tich-keo-nha-cai-chuan-nhat-hom-nay__article-body a {
  color: #26A9E0;
  text-decoration: none;
  font-weight: 600;
}

.page-blog-phan-tich-keo-nha-cai-chuan-nhat-hom-nay__article-body a:hover {
  text-decoration: underline;
}

.page-blog-phan-tich-keo-nha-cai-chuan-nhat-hom-nay__sub-title {
  font-size: clamp(1.4rem, 2.5vw, 1.8rem);
  font-weight: 600;
  color: #EA7C07;
  margin-top: 30px;
  margin-bottom: 15px;
}

.page-blog-phan-tich-keo-nha-cai-chuan-nhat-hom-nay__article-figure {
  width: 100%;
  height: auto;
  display: block;
  margin: 25px auto;
  border-radius: 8px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.page-blog-phan-tich-keo-nha-cai-chuan-nhat-hom-nay__list {
  list-style: disc inside;
  margin-bottom: 1em;
  padding-left: 20px;
}

.page-blog-phan-tich-keo-nha-cai-chuan-nhat-hom-nay__list li {
  margin-bottom: 0.5em;
  color: #444444;
}

/* CTA Section */
.page-blog-phan-tich-keo-nha-cai-chuan-nhat-hom-nay__cta-section {
  background-color: #26A9E0;
  padding: 60px 0;
  text-align: center;
  border-radius: 8px;
  margin-bottom: 40px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.page-blog-phan-tich-keo-nha-cai-chuan-nhat-hom-nay__cta-title {
  font-size: clamp(2rem, 4vw, 2.8rem);
  color: #FFFFFF;
  margin-bottom: 20px;
  font-weight: 700;
}

.page-blog-phan-tich-keo-nha-cai-chuan-nhat-hom-nay__cta-description {
  font-size: clamp(1rem, 1.5vw, 1.2rem);
  color: #F0F8FF;
  margin-bottom: 30px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

/* FAQ Section */
details.page-blog-phan-tich-keo-nha-cai-chuan-nhat-hom-nay__faq-item {
  margin-bottom: 15px;
  border-radius: 8px;
  border: 1px solid #e0e0e0;
  overflow: hidden;
  background: #ffffff;
  box-shadow: 0 2px 5px rgba(0,0,0,0.05);
}
details.page-blog-phan-tich-keo-nha-cai-chuan-nhat-hom-nay__faq-item summary.page-blog-phan-tich-keo-nha-cai-chuan-nhat-hom-nay__faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 18px 25px;
  cursor: pointer;
  user-select: none;
  list-style: none;
  transition: background-color 0.3s ease;
  font-weight: 600;
  color: #333333;
  font-size: 1.1rem;
}
details.page-blog-phan-tich-keo-nha-cai-chuan-nhat-hom-nay__faq-item summary.page-blog-phan-tich-keo-nha-cai-chuan-nhat-hom-nay__faq-question::-webkit-details-marker {
  display: none;
}
details.page-blog-phan-tich-keo-nha-cai-chuan-nhat-hom-nay__faq-item summary.page-blog-phan-tich-keo-nha-cai-chuan-nhat-hom-nay__faq-question:hover {
  background: #f5f5f5;
}
.page-blog-phan-tich-keo-nha-cai-chuan-nhat-hom-nay__faq-qtext {
  flex: 1;
  line-height: 1.5;
  text-align: left;
}
.page-blog-phan-tich-keo-nha-cai-chuan-nhat-hom-nay__faq-toggle {
  font-size: 24px;
  font-weight: bold;
  color: #26A9E0;
  flex-shrink: 0;
  margin-left: 15px;
  width: 28px;
  text-align: center;
}
details.page-blog-phan-tich-keo-nha-cai-chuan-nhat-hom-nay__faq-item .page-blog-phan-tich-keo-nha-cai-chuan-nhat-hom-nay__faq-answer {
  padding: 0 25px 20px;
  background: #f9f9f9;
  border-radius: 0 0 8px 8px;
  color: #555555;
}
details.page-blog-phan-tich-keo-nha-cai-chuan-nhat-hom-nay__faq-item .page-blog-phan-tich-keo-nha-cai-chuan-nhat-hom-nay__faq-answer p {
  margin: 0;
}

/* Responsive Styles */
@media (max-width: 1024px) {
  .page-blog-phan-tich-keo-nha-cai-chuan-nhat-hom-nay__hero-image-wrapper {
    max-height: 500px;
  }
  .page-blog-phan-tich-keo-nha-cai-chuan-nhat-hom-nay__hero-image {
    object-fit: contain !important; /* Ensure image is fully visible, not cropped */
    aspect-ratio: unset !important; /* Reset aspect ratio for object-fit contain */
  }
  .page-blog-phan-tich-keo-nha-cai-chuan-nhat-hom-nay__main-title {
    font-size: clamp(2rem, 4.5vw, 2.8rem);
  }
  .page-blog-phan-tich-keo-nha-cai-chuan-nhat-hom-nay__hero-description {
    font-size: clamp(0.95rem, 1.8vw, 1.15rem);
  }
  .page-blog-phan-tich-keo-nha-cai-chuan-nhat-hom-nay__section-title {
    font-size: clamp(1.6rem, 3.8vw, 2.2rem);
  }
  .page-blog-phan-tich-keo-nha-cai-chuan-nhat-hom-nay__sub-title {
    font-size: clamp(1.2rem, 2.8vw, 1.6rem);
  }
  .page-blog-phan-tich-keo-nha-cai-chuan-nhat-hom-nay__cta-title {
    font-size: clamp(1.8rem, 4.5vw, 2.5rem);
  }
}

@media (max-width: 768px) {
  /* General content and image responsiveness */
  .page-blog-phan-tich-keo-nha-cai-chuan-nhat-hom-nay__container {
    padding: 0 15px !important;
    width: 100% !important;
    max-width: 100% !important;
    box-sizing: border-box !important;
  }
  .page-blog-phan-tich-keo-nha-cai-chuan-nhat-hom-nay img {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
    display: block !important;
    box-sizing: border-box !important;
  }
  .page-blog-phan-tich-keo-nha-cai-chuan-nhat-hom-nay__content-section,
  .page-blog-phan-tich-keo-nha-cai-chuan-nhat-hom-nay__cta-section {
    padding: 30px 0 !important;
    margin-bottom: 20px !important;
    border-radius: 0 !important;
    box-sizing: border-box !important;
    width: 100% !important;
    max-width: 100% !important;
    overflow: hidden;
  }
  .page-blog-phan-tich-keo-nha-cai-chuan-nhat-hom-nay__article-body {
    padding: 0 10px;
    font-size: 15px;
  }

  /* HERO Section specific mobile styles */
  .page-blog-phan-tich-keo-nha-cai-chuan-nhat-hom-nay__hero-section {
    padding-top: 10px !important; /* Ensure small top padding */
    margin-bottom: 20px !important;
  }
  .page-blog-phan-tich-keo-nha-cai-chuan-nhat-hom-nay__hero-image-wrapper {
    max-height: 300px !important;
  }
  .page-blog-phan-tich-keo-nha-cai-chuan-nhat-hom-nay__hero-image {
    object-fit: contain !important; /* Force contain for mobile hero */
    aspect-ratio: unset !important;
  }
  .page-blog-phan-tich-keo-nha-cai-chuan-nhat-hom-nay__hero-content {
    padding: 0 10px 20px !important;
  }
  .page-blog-phan-tich-keo-nha-cai-chuan-nhat-hom-nay__main-title {
    font-size: clamp(1.8rem, 7vw, 2.2rem) !important;
    margin-bottom: 15px !important;
  }
  .page-blog-phan-tich-keo-nha-cai-chuan-nhat-hom-nay__hero-description {
    font-size: 15px !important;
    margin-bottom: 20px !important;
  }

  /* Buttons specific mobile styles */
  .page-blog-phan-tich-keo-nha-cai-chuan-nhat-hom-nay__cta-button,
  .page-blog-phan-tich-keo-nha-cai-chuan-nhat-hom-nay__btn-primary {
    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;
    font-size: 16px !important;
  }
  .page-blog-phan-tich-keo-nha-cai-chuan-nhat-hom-nay__cta-buttons,
  .page-blog-phan-tich-keo-nha-cai-chuan-nhat-hom-nay__button-group,
  .page-blog-phan-tich-keo-nha-cai-chuan-nhat-hom-nay__btn-container {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    padding-left: 15px !important;
    padding-right: 15px !important;
    flex-wrap: wrap !important;
    gap: 10px;
    display: flex;
    flex-direction: column; /* Stack buttons vertically */
  }

  /* Section titles mobile styles */
  .page-blog-phan-tich-keo-nha-cai-chuan-nhat-hom-nay__section-title {
    font-size: clamp(1.5rem, 6vw, 2rem) !important;
    margin-bottom: 20px !important;
  }
  .page-blog-phan-tich-keo-nha-cai-chuan-nhat-hom-nay__section-title::after {
    width: 60px;
    height: 3px;
  }
  .page-blog-phan-tich-keo-nha-cai-chuan-nhat-hom-nay__sub-title {
    font-size: clamp(1.1rem, 4.5vw, 1.4rem) !important;
    margin-top: 20px !important;
    margin-bottom: 10px !important;
  }
  .page-blog-phan-tich-keo-nha-cai-chuan-nhat-hom-nay__list {
    padding-left: 15px;
  }
  .page-blog-phan-tich-keo-nha-cai-chuan-nhat-hom-nay__list li {
    font-size: 15px;
  }

  /* CTA Section mobile styles */
  .page-blog-phan-tich-keo-nha-cai-chuan-nhat-hom-nay__cta-title {
    font-size: clamp(1.6rem, 6.5vw, 2.2rem) !important;
    margin-bottom: 15px !important;
  }
  .page-blog-phan-tich-keo-nha-cai-chuan-nhat-hom-nay__cta-description {
    font-size: 15px !important;
    margin-bottom: 20px !important;
  }

  /* FAQ Section mobile styles */
  details.page-blog-phan-tich-keo-nha-cai-chuan-nhat-hom-nay__faq-item summary.page-blog-phan-tich-keo-nha-cai-chuan-nhat-hom-nay__faq-question {
    padding: 15px !important;
    font-size: 1rem !important;
  }
  .page-blog-phan-tich-keo-nha-cai-chuan-nhat-hom-nay__faq-qtext {
    font-size: 15px !important;
  }
  .page-blog-phan-tich-keo-nha-cai-chuan-nhat-hom-nay__faq-toggle {
    font-size: 20px !important;
    width: 24px !important;
    margin-left: 10px !important;
  }
  details.page-blog-phan-tich-keo-nha-cai-chuan-nhat-hom-nay__faq-item .page-blog-phan-tich-keo-nha-cai-chuan-nhat-hom-nay__faq-answer {
    padding: 0 15px 15px !important;
  }
}