.page-blog-how-to-choose-debet-nha-cai {
  font-family: 'Arial', sans-serif;
  line-height: 1.6;
  color: #F2FFF6; /* Text Main */
  background-color: #08160F; /* Background */
}

.page-blog-how-to-choose-debet-nha-cai__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.page-blog-how-to-choose-debet-nha-cai__hero-section {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 10px; /* Small top padding for the first section */
  background-color: #08160F; /* Ensure background color for hero */
}

.page-blog-how-to-choose-debet-nha-cai__hero-image-wrapper {
  width: 100%;
  max-width: 100%;
  overflow: hidden;
  box-sizing: border-box;
}

.page-blog-how-to-choose-debet-nha-cai__hero-image {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}

.page-blog-how-to-choose-debet-nha-cai__hero-content {
  width: 100%;
  max-width: 900px;
  text-align: center;
  padding: 40px 20px;
  box-sizing: border-box;
}

.page-blog-how-to-choose-debet-nha-cai__main-title {
  font-size: clamp(1.8rem, 5vw, 2.8rem);
  font-weight: bold;
  color: #F2C14E; /* Gold */
  margin-bottom: 20px;
  line-height: 1.2;
}

.page-blog-how-to-choose-debet-nha-cai__hero-description {
  font-size: 1.1rem;
  color: #F2FFF6; /* Text Main */
  margin-bottom: 30px;
}

.page-blog-how-to-choose-debet-nha-cai__cta-button {
  display: inline-block;
  padding: 15px 30px;
  border-radius: 8px;
  background: linear-gradient(180deg, #2AD16F 0%, #13994A 100%);
  color: #ffffff;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.1rem;
  transition: all 0.3s ease;
  border: none;
  cursor: pointer;
  max-width: 100%;
  box-sizing: border-box;
  white-space: normal;
  word-wrap: break-word;
}

.page-blog-how-to-choose-debet-nha-cai__cta-button:hover {
  opacity: 0.9;
  transform: translateY(-2px);
  box-shadow: 0 5px 15px rgba(34, 199, 104, 0.4);
}

.page-blog-how-to-choose-debet-nha-cai__content-section {
  padding: 60px 0;
}

.page-blog-how-to-choose-debet-nha-cai__dark-bg {
  background-color: #08160F; /* Background */
  color: #F2FFF6; /* Text Main */
}

.page-blog-how-to-choose-debet-nha-cai__light-bg {
  background-color: #11271B; /* Card BG */
  color: #F2FFF6; /* Text Main */
}

.page-blog-how-to-choose-debet-nha-cai__section-title {
  font-size: clamp(1.5rem, 4vw, 2.2rem);
  font-weight: bold;
  color: #F2C14E; /* Gold */
  text-align: center;
  margin-bottom: 40px;
  position: relative;
  padding-bottom: 15px;
}

.page-blog-how-to-choose-debet-nha-cai__section-title::after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 80px;
  height: 3px;
  background-color: #57E38D; /* Glow */
  border-radius: 2px;
}

.page-blog-how-to-choose-debet-nha-cai__section-intro {
  font-size: 1.1rem;
  text-align: center;
  max-width: 800px;
  margin: 0 auto 50px;
  color: #A7D9B8; /* Text Secondary */
}

.page-blog-how-to-choose-debet-nha-cai__criteria-item,
.page-blog-how-to-choose-debet-nha-cai__checklist-item,
.page-blog-how-to-choose-debet-nha-cai__mistake-item {
  background-color: #11271B; /* Card BG */
  padding: 30px;
  border-radius: 12px;
  margin-bottom: 30px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  border: 1px solid #2E7A4E; /* Border */
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.page-blog-how-to-choose-debet-nha-cai__criteria-item:hover,
.page-blog-how-to-choose-debet-nha-cai__checklist-item:hover,
.page-blog-how-to-choose-debet-nha-cai__mistake-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.3);
}

.page-blog-how-to-choose-debet-nha-cai__criteria-heading,
.page-blog-how-to-choose-debet-nha-cai__checklist-heading,
.page-blog-how-to-choose-debet-nha-cai__mistake-heading {
  font-size: 1.6rem;
  color: #22C768; /* Accent */
  margin-bottom: 15px;
}

.page-blog-how-to-choose-debet-nha-cai__criteria-image {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 8px;
  margin-bottom: 20px;
  object-fit: cover;
  min-width: 200px;
  min-height: 200px;
}

.page-blog-how-to-choose-debet-nha-cai__criteria-text,
.page-blog-how-to-choose-debet-nha-cai__checklist-text,
.page-blog-how-to-choose-debet-nha-cai__mistake-text {
  font-size: 1rem;
  color: #F2FFF6; /* Text Main */
}

.page-blog-how-to-choose-debet-nha-cai__conclusion-section {
  text-align: center;
  padding: 80px 0;
}

.page-blog-how-to-choose-debet-nha-cai__conclusion-text {
  font-size: 1.1rem;
  max-width: 900px;
  margin: 0 auto 40px;
  color: #F2FFF6; /* Text Main */
}

.page-blog-how-to-choose-debet-nha-cai__cta-button--conclusion {
  padding: 18px 40px;
  font-size: 1.2rem;
}

.page-blog-how-to-choose-debet-nha-cai__faq-section {
  padding: 60px 0 80px;
}

.page-blog-how-to-choose-debet-nha-cai__faq-list {
  margin-top: 40px;
}

.page-blog-how-to-choose-debet-nha-cai__faq-item {
  background-color: #11271B; /* Card BG */
  border: 1px solid #2E7A4E; /* Border */
  border-radius: 8px;
  margin-bottom: 15px;
  overflow: hidden;
  color: #F2FFF6; /* Text Main */
}

.page-blog-how-to-choose-debet-nha-cai__faq-item summary {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 25px;
  font-size: 1.2rem;
  font-weight: bold;
  cursor: pointer;
  list-style: none;
  color: #F2C14E; /* Gold */
}

.page-blog-how-to-choose-debet-nha-cai__faq-item summary::-webkit-details-marker {
  display: none;
}

.page-blog-how-to-choose-debet-nha-cai__faq-toggle {
  font-size: 1.8rem;
  line-height: 1;
  transition: transform 0.3s ease;
  color: #22C768; /* Accent */
}

.page-blog-how-to-choose-debet-nha-cai__faq-item[open] .page-blog-how-to-choose-debet-nha-cai__faq-toggle {
  transform: rotate(45deg);
}

.page-blog-how-to-choose-debet-nha-cai__faq-answer {
  padding: 0 25px 20px;
  font-size: 1rem;
  color: #A7D9B8; /* Text Secondary */
}

.page-blog-how-to-choose-debet-nha-cai__faq-answer p {
  margin: 0;
  color: #A7D9B8; /* Text Secondary */
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .page-blog-how-to-choose-debet-nha-cai {
    font-size: 16px;
    line-height: 1.6;
  }

  .page-blog-how-to-choose-debet-nha-cai__hero-content {
    padding: 30px 15px;
  }

  .page-blog-how-to-choose-debet-nha-cai__main-title {
    font-size: clamp(1.5rem, 8vw, 2.2rem);
  }

  .page-blog-how-to-choose-debet-nha-cai__hero-description {
    font-size: 1rem;
  }

  .page-blog-how-to-choose-debet-nha-cai__cta-button {
    padding: 12px 20px;
    font-size: 1rem;
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    margin: 0 auto;
  }

  .page-blog-how-to-choose-debet-nha-cai__content-section {
    padding: 40px 0;
  }

  .page-blog-how-to-choose-debet-nha-cai__container {
    padding: 0 15px;
  }

  .page-blog-how-to-choose-debet-nha-cai__section-title {
    font-size: clamp(1.3rem, 6vw, 1.8rem);
    margin-bottom: 30px;
  }

  .page-blog-how-to-choose-debet-nha-cai__section-intro {
    font-size: 0.95rem;
    margin-bottom: 30px;
  }

  .page-blog-how-to-choose-debet-nha-cai__criteria-item,
  .page-blog-how-to-choose-debet-nha-cai__checklist-item,
  .page-blog-how-to-choose-debet-nha-cai__mistake-item {
    padding: 20px;
    margin-bottom: 20px;
  }

  .page-blog-how-to-choose-debet-nha-cai__criteria-heading,
  .page-blog-how-to-choose-debet-nha-cai__checklist-heading,
  .page-blog-how-to-choose-debet-nha-cai__mistake-heading {
    font-size: 1.3rem;
  }

  .page-blog-how-to-choose-debet-nha-cai__criteria-text,
  .page-blog-how-to-choose-debet-nha-cai__checklist-text,
  .page-blog-how-to-choose-debet-nha-cai__mistake-text {
    font-size: 0.9rem;
  }

  .page-blog-how-to-choose-debet-nha-cai__criteria-image {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
  }

  .page-blog-how-to-choose-debet-nha-cai__conclusion-section {
    padding: 50px 0;
  }

  .page-blog-how-to-choose-debet-nha-cai__conclusion-text {
    font-size: 1rem;
    margin-bottom: 30px;
  }

  .page-blog-how-to-choose-debet-nha-cai__cta-button--conclusion {
    padding: 15px 30px;
    font-size: 1.1rem;
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
  }

  .page-blog-how-to-choose-debet-nha-cai__faq-section {
    padding: 40px 0 60px;
  }

  .page-blog-how-to-choose-debet-nha-cai__faq-item summary {
    padding: 15px 20px;
    font-size: 1rem;
  }

  .page-blog-how-to-choose-debet-nha-cai__faq-answer {
    padding: 0 20px 15px;
    font-size: 0.95rem;
  }

  /* Ensure images and their containers are responsive */
  .page-blog-how-to-choose-debet-nha-cai img {
    max-width: 100% !important;
    height: auto !important;
    display: block !important;
  }
  
  .page-blog-how-to-choose-debet-nha-cai__hero-image-wrapper,
  .page-blog-how-to-choose-debet-nha-cai__criteria-item,
  .page-blog-how-to-choose-debet-nha-cai__checklist-item,
  .page-blog-how-to-choose-debet-nha-cai__mistake-item,
  .page-blog-how-to-choose-debet-nha-cai__faq-item {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    overflow: hidden !important; /* Prevents overflow from children */
    padding-left: 15px;
    padding-right: 15px;
  }
  
  .page-blog-how-to-choose-debet-nha-cai__hero-section {
    padding-top: 10px !important;
  }

  /* Buttons specific mobile styles */
  .page-blog-how-to-choose-debet-nha-cai__cta-button {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    white-space: normal !important;
    word-wrap: break-word !important;
  }

  .page-blog-how-to-choose-debet-nha-cai__cta-buttons,
  .page-blog-how-to-choose-debet-nha-cai__button-group,
  .page-blog-how-to-choose-debet-nha-cai__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;
  }
}

/* Color Contrast Fixes */
.page-blog-how-to-choose-debet-nha-cai p,
.page-blog-how-to-choose-debet-nha-cai li,
.page-blog-how-to-choose-debet-nha-cai__hero-description,
.page-blog-how-to-choose-debet-nha-cai__section-intro,
.page-blog-how-to-choose-debet-nha-cai__criteria-text,
.page-blog-how-to-choose-debet-nha-cai__checklist-text,
.page-blog-how-to-choose-debet-nha-cai__mistake-text,
.page-blog-how-to-choose-debet-nha-cai__conclusion-text,
.page-blog-how-to-choose-debet-nha-cai__faq-answer p {
  color: #F2FFF6; /* Main text color for dark backgrounds */
}

.page-blog-how-to-choose-debet-nha-cai__dark-bg .page-blog-how-to-choose-debet-nha-cai__section-intro,
.page-blog-how-to-choose-debet-nha-cai__dark-bg .page-blog-how-to-choose-debet-nha-cai__faq-answer p {
  color: #A7D9B8; /* Secondary text color for dark backgrounds */
}

.page-blog-how-to-choose-debet-nha-cai__light-bg .page-blog-how-to-choose-debet-nha-cai__section-intro {
  color: #A7D9B8; /* Secondary text color for light backgrounds */
}

.page-blog-how-to-choose-debet-nha-cai__cta-button {
  color: #ffffff;
}

.page-blog-how-to-choose-debet-nha-cai__faq-item summary {
  color: #F2C14E; /* Gold for FAQ questions */
}

.page-blog-how-to-choose-debet-nha-cai__faq-toggle {
  color: #22C768; /* Accent for FAQ toggle */
}