.page-blog-chien-thuat-choi-no-hu-clb88 {
  color: #FFF5E1; /* Text Main */
  font-family: Arial, sans-serif;
  line-height: 1.6;
}

.page-blog-chien-thuat-choi-no-hu-clb88__container {
  max-width: 1170px;
  margin: 0 auto;
  padding-left: 16px;
  padding-right: 16px;
  box-sizing: border-box;
}

.page-blog-chien-thuat-choi-no-hu-clb88__hero-banner {
  padding-top: 10px; /* Fixed header spacing */
  padding-bottom: 40px;
  background: #B71C1C; /* Background */
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.page-blog-chien-thuat-choi-no-hu-clb88__hero-banner .page-blog-chien-thuat-choi-no-hu-clb88__container {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 24px;
  padding-top: 40px;
  padding-bottom: 40px;
}

.page-blog-chien-thuat-choi-no-hu-clb88__hero-content {
  flex: 1 1 45%;
  min-width: 300px;
  text-align: left;
}

.page-blog-chien-thuat-choi-no-hu-clb88__main-title {
  font-size: clamp(2em, 4vw, 3em);
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 16px;
  color: #F4D34D; /* Gold */
}

.page-blog-chien-thuat-choi-no-hu-clb88__hero-description {
  font-size: 1.1em;
  margin-bottom: 24px;
  color: #FFF5E1; /* Text Main */
}

.page-blog-chien-thuat-choi-no-hu-clb88__hero-image {
  flex: 1 1 45%;
  min-width: 300px;
  text-align: center;
}

.page-blog-chien-thuat-choi-no-hu-clb88__image-full {
  max-width: 100%;
  height: auto;
  display: block;
  border-radius: 8px;
}

.page-blog-chien-thuat-choi-no-hu-clb88__image-inline {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 30px auto;
  border-radius: 8px;
}

.page-blog-chien-thuat-choi-no-hu-clb88__cta-buttons {
  display: flex;
  gap: 15px;
  margin-top: 24px;
  flex-wrap: wrap;
}

.page-blog-chien-thuat-choi-no-hu-clb88__btn-primary,
.page-blog-chien-thuat-choi-no-hu-clb88__btn-secondary {
  display: inline-block;
  padding: 12px 25px;
  border-radius: 5px;
  text-decoration: none;
  font-weight: bold;
  transition: all 0.3s ease;
  white-space: normal;
  word-wrap: break-word;
  box-sizing: border-box;
  max-width: 100%;
}

.page-blog-chien-thuat-choi-no-hu-clb88__btn-primary {
  background: linear-gradient(180deg, #FFD86A 0%, #E6B800 100%); /* Button */
  color: #7A0E0E; /* Deep Red for contrast */
  border: 2px solid #F2B544; /* Border */
}

.page-blog-chien-thuat-choi-no-hu-clb88__btn-primary:hover {
  opacity: 0.9;
  transform: translateY(-2px);
}

.page-blog-chien-thuat-choi-no-hu-clb88__btn-secondary {
  background: #7A0E0E; /* Deep Red */
  color: #FFF5E1; /* Text Main */
  border: 2px solid #F2B544; /* Border */
}

.page-blog-chien-thuat-choi-no-hu-clb88__btn-secondary:hover {
  opacity: 0.9;
  transform: translateY(-2px);
}

.page-blog-chien-thuat-choi-no-hu-clb88__content-section,
.page-blog-chien-thuat-choi-no-hu-clb88__strategies-section,
.page-blog-chien-thuat-choi-no-hu-clb88__expert-tips,
.page-blog-chien-thuat-choi-no-hu-clb88__related-articles,
.page-blog-chien-thuat-choi-no-hu-clb88__faq-section {
  padding-top: 60px;
  padding-bottom: 60px;
}

.page-blog-chien-thuat-choi-no-hu-clb88__light-bg {
  background: #B71C1C; /* Background (Body background) */
  color: #FFF5E1; /* Text Main */
}

.page-blog-chien-thuat-choi-no-hu-clb88__dark-bg {
  background: #7A0E0E; /* Deep Red */
  color: #FFF5E1; /* Text Main */
}

.page-blog-chien-thuat-choi-no-hu-clb88__dark-section {
  background: #D32F2F; /* Card BG */
  color: #FFF5E1; /* Text Main */
}

.page-blog-chien-thuat-choi-no-hu-clb88__section-title {
  font-size: 2.2em;
  font-weight: 700;
  margin-bottom: 30px;
  text-align: center;
  color: #F4D34D; /* Gold */
}

.page-blog-chien-thuat-choi-no-hu-clb88__paragraph {
  margin-bottom: 20px;
  font-size: 1.1em;
  color: #FFF5E1;
}

.page-blog-chien-thuat-choi-no-hu-clb88__strategy-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 25px;
  margin-top: 40px;
}

.page-blog-chien-thuat-choi-no-hu-clb88__strategy-card {
  padding: 25px;
  border-radius: 10px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  text-align: left;
  background: #D32F2F; /* Card BG */
  color: #FFF5E1; /* Text Main */
  border: 1px solid #F2B544; /* Border */
}

.page-blog-chien-thuat-choi-no-hu-clb88__card-title {
  font-size: 1.5em;
  font-weight: 600;
  margin-bottom: 15px;
  color: #FFD86A; /* From button gradient */
}

.page-blog-chien-thuat-choi-no-hu-clb88__card-text {
  font-size: 1em;
  color: #FFF5E1;
}

.page-blog-chien-thuat-choi-no-hu-clb88__list {
  list-style: none;
  padding: 0;
  margin-top: 30px;
}

.page-blog-chien-thuat-choi-no-hu-clb88__list-item {
  background: #D32F2F; /* Card BG */
  padding: 15px 20px;
  margin-bottom: 15px;
  border-radius: 8px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  font-size: 1.1em;
  color: #FFF5E1; /* Text Main */
  border-left: 5px solid #F4D34D; /* Gold */
}

.page-blog-chien-thuat-choi-no-hu-clb88__list-item strong {
  color: #FFD86A; /* From button gradient */
}

.page-blog-chien-thuat-choi-no-hu-clb88__cta-container {
  text-align: center;
}

.page-blog-chien-thuat-choi-no-hu-clb88__cta-title {
  font-size: 2.5em;
  font-weight: 700;
  margin-bottom: 20px;
  color: #F4D34D; /* Gold */
}

.page-blog-chien-thuat-choi-no-hu-clb88__cta-text {
  font-size: 1.2em;
  margin-bottom: 30px;
  color: #FFF5E1;
}

.page-blog-chien-thuat-choi-no-hu-clb88__related-articles .page-blog-chien-thuat-choi-no-hu-clb88__section-title {
  color: #F4D34D; /* Gold */
}

.page-blog-chien-thuat-choi-no-hu-clb88__articles-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 25px;
  margin-top: 40px;
}

.page-blog-chien-thuat-choi-no-hu-clb88__article-card {
  display: block;
  text-decoration: none;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  transition: transform 0.3s ease;
  background: #D32F2F; /* Card BG */
  color: #FFF5E1; /* Text Main */
  border: 1px solid #F2B544; /* Border */
}

.page-blog-chien-thuat-choi-no-hu-clb88__article-card:hover {
  transform: translateY(-5px);
}

.page-blog-chien-thuat-choi-no-hu-clb88__card-image {
  width: 100%;
  height: 225px; /* Fixed height for consistency */
  object-fit: cover;
  display: block;
}

.page-blog-chien-thuat-choi-no-hu-clb88__article-card .page-blog-chien-thuat-choi-no-hu-clb88__card-title {
  padding: 15px 20px 0;
  font-size: 1.3em;
  color: #FFD86A; /* From button gradient */
}

.page-blog-chien-thuat-choi-no-hu-clb88__article-card .page-blog-chien-thuat-choi-no-hu-clb88__card-text {
  padding: 0 20px 20px;
  font-size: 0.95em;
  color: #FFF5E1;
}

.page-blog-chien-thuat-choi-no-hu-clb88__faq-list {
  margin-top: 40px;
}

.page-blog-chien-thuat-choi-no-hu-clb88__faq-item {
  background: #D32F2F; /* Card BG */
  color: #FFF5E1; /* Text Main */
  border: 1px solid #F2B544; /* Border */
  border-radius: 8px;
  margin-bottom: 15px;
  overflow: hidden;
}

.page-blog-chien-thuat-choi-no-hu-clb88__faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 18px 25px;
  font-size: 1.2em;
  font-weight: 600;
  cursor: pointer;
  color: #FFD86A; /* From button gradient */
  background: #7A0E0E; /* Deep Red */
  border-bottom: 1px solid #F2B544;
}

.page-blog-chien-thuat-choi-no-hu-clb88__faq-item[open] .page-blog-chien-thuat-choi-no-hu-clb88__faq-question {
  border-bottom: 1px solid #F2B544;
}

.page-blog-chien-thuat-choi-no-hu-clb88__faq-question::-webkit-details-marker,
.page-blog-chien-thuat-choi-no-hu-clb88__faq-question::marker {
  display: none;
}

.page-blog-chien-thuat-choi-no-hu-clb88__faq-qtext {
  flex-grow: 1;
}

.page-blog-chien-thuat-choi-no-hu-clb88__faq-toggle {
  font-size: 1.5em;
  margin-left: 15px;
  transition: transform 0.3s ease;
  color: #FFF5E1;
}

.page-blog-chien-thuat-choi-no-hu-clb88__faq-item[open] .page-blog-chien-thuat-choi-no-hu-clb88__faq-toggle {
  transform: rotate(45deg);
}

.page-blog-chien-thuat-choi-no-hu-clb88__faq-answer {
  padding: 20px 25px;
  font-size: 1em;
  line-height: 1.6;
  color: #FFF5E1;
}

.page-blog-chien-thuat-choi-no-hu-clb88__faq-answer p {
  margin-bottom: 10px;
}

/* --- Responsive Styles --- */

@media (max-width: 768px) {
  .page-blog-chien-thuat-choi-no-hu-clb88 {
    font-size: 16px;
    line-height: 1.6;
  }

  .page-blog-chien-thuat-choi-no-hu-clb88__container,
  .page-blog-chien-thuat-choi-no-hu-clb88__strategy-card,
  .page-blog-chien-thuat-choi-no-hu-clb88__list-item,
  .page-blog-chien-thuat-choi-no-hu-clb88__article-card,
  .page-blog-chien-thuat-choi-no-hu-clb88__faq-item {
    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-no-hu-clb88__hero-banner {
    padding-top: 10px !important;
  }

  .page-blog-chien-thuat-choi-no-hu-clb88__hero-banner .page-blog-chien-thuat-choi-no-hu-clb88__container {
    flex-direction: column;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .page-blog-chien-thuat-choi-no-hu-clb88__hero-content,
  .page-blog-chien-thuat-choi-no-hu-clb88__hero-image {
    flex: 1 1 100%;
    min-width: unset;
    text-align: center;
  }

  .page-blog-chien-thuat-choi-no-hu-clb88__main-title {
    font-size: 2em; /* Adjusted for mobile */
  }

  .page-blog-chien-thuat-choi-no-hu-clb88__hero-description {
    font-size: 1em;
  }

  .page-blog-chien-thuat-choi-no-hu-clb88__cta-buttons {
    flex-direction: column;
    gap: 10px;
    width: 100%;
  }

  .page-blog-chien-thuat-choi-no-hu-clb88__btn-primary,
  .page-blog-chien-thuat-choi-no-hu-clb88__btn-secondary {
    max-width: 100% !important;
    width: 100% !important;
    padding: 12px 15px;
    font-size: 1em;
  }

  .page-blog-chien-thuat-choi-no-hu-clb88__image-full,
  .page-blog-chien-thuat-choi-no-hu-clb88__image-inline,
  .page-blog-chien-thuat-choi-no-hu-clb88__card-image,
  .page-blog-chien-thuat-choi-no-hu-clb88 img {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
    box-sizing: border-box !important;
  }

  .page-blog-chien-thuat-choi-no-hu-clb88__section-title,
  .page-blog-chien-thuat-choi-no-hu-clb88__cta-title {
    font-size: 1.8em;
  }

  .page-blog-chien-thuat-choi-no-hu-clb88__paragraph,
  .page-blog-chien-thuat-choi-no-hu-clb88__cta-text {
    font-size: 1em;
  }

  .page-blog-chien-thuat-choi-no-hu-clb88__strategy-grid,
  .page-blog-chien-thuat-choi-no-hu-clb88__articles-grid {
    grid-template-columns: 1fr;
  }

  .page-blog-chien-thuat-choi-no-hu-clb88__strategy-card,
  .page-blog-chien-thuat-choi-no-hu-clb88__article-card {
    padding: 20px;
  }

  .page-blog-chien-thuat-choi-no-hu-clb88__card-title {
    font-size: 1.2em;
  }

  .page-blog-chien-thuat-choi-no-hu-clb88__faq-question {
    padding: 15px 20px;
    font-size: 1.1em;
  }

  .page-blog-chien-thuat-choi-no-hu-clb88__faq-answer {
    padding: 15px 20px;
  }
}