.page-blog-chien-thuat-choi-tai-xiu-mv88 {
  color: #FFF3E6; /* Text Main */
  background-color: #0D0E12; /* Background */
  font-family: Arial, sans-serif;
  line-height: 1.6;
  padding-top: 10px; /* Small top padding for non-hero first section */
}

.page-blog-chien-thuat-choi-tai-xiu-mv88__container {
  max-width: 1170px;
  margin: 0 auto;
  padding: 0 16px;
  box-sizing: border-box;
}

.page-blog-chien-thuat-choi-tai-xiu-mv88__hero-article-header {
  padding: 40px 0;
  text-align: center;
}

.page-blog-chien-thuat-choi-tai-xiu-mv88__main-title {
  font-size: clamp(2.5rem, 5vw, 3.5rem);
  font-weight: 700;
  line-height: 1.2;
  color: #FF8C1A; /* Primary color for emphasis */
  margin-bottom: 15px;
}

.page-blog-chien-thuat-choi-tai-xiu-mv88__intro-description {
  font-size: 1.15rem;
  margin-bottom: 20px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  color: #FFF3E6;
}

.page-blog-chien-thuat-choi-tai-xiu-mv88__meta-info {
  font-size: 0.9rem;
  color: rgba(255, 243, 230, 0.7);
}

.page-blog-chien-thuat-choi-tai-xiu-mv88__publish-date,
.page-blog-chien-thuat-choi-tai-xiu-mv88__author {
  margin: 0 10px;
}

.page-blog-chien-thuat-choi-tai-xiu-mv88__article-image-section {
  padding: 20px 0;
  text-align: center;
}

.page-blog-chien-thuat-choi-tai-xiu-mv88__article-main-image {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
  border-radius: 8px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
}

.page-blog-chien-thuat-choi-tai-xiu-mv88__content-area {
  padding: 40px 0;
}

.page-blog-chien-thuat-choi-tai-xiu-mv88__text-block h2,
.page-blog-chien-thuat-choi-tai-xiu-mv88__section-title {
  font-size: clamp(1.8rem, 4vw, 2.5rem);
  color: #FFA53A; /* Auxiliary color */
  margin-top: 35px;
  margin-bottom: 20px;
  font-weight: 600;
}

.page-blog-chien-thuat-choi-tai-xiu-mv88__text-block p {
  margin-bottom: 15px;
  font-size: 1.05rem;
  color: #FFF3E6;
}

.page-blog-chien-thuat-choi-tai-xiu-mv88__text-block ul {
  list-style: disc;
  margin-left: 20px;
  margin-bottom: 20px;
  color: #FFF3E6;
}

.page-blog-chien-thuat-choi-tai-xiu-mv88__text-block ul li {
  margin-bottom: 8px;
  font-size: 1.05rem;
}

.page-blog-chien-thuat-choi-tai-xiu-mv88__content-image {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 25px auto;
  border-radius: 8px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}

.page-blog-chien-thuat-choi-tai-xiu-mv88__cta-section {
  text-align: center;
  margin-top: 40px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
}

.page-blog-chien-thuat-choi-tai-xiu-mv88__cta-button {
  display: inline-block;
  padding: 14px 30px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: 700;
  font-size: 1.1rem;
  transition: all 0.3s ease;
  box-sizing: border-box;
  max-width: 100%; /* Ensure button fits container */
  white-space: normal;
  word-wrap: break-word;
}

.page-blog-chien-thuat-choi-tai-xiu-mv88__btn-primary {
  background: linear-gradient(180deg, #FFA53A 0%, #D96800 100%);
  color: #ffffff; /* White text for contrast */
  border: 2px solid transparent;
}

.page-blog-chien-thuat-choi-tai-xiu-mv88__btn-primary:hover {
  background: linear-gradient(180deg, #FFB04D 0%, #FF8C1A 100%);
  transform: translateY(-2px);
  box-shadow: 0 6px 15px rgba(255, 140, 26, 0.4);
}

.page-blog-chien-thuat-choi-tai-xiu-mv88__btn-secondary {
  background: #17191F; /* Card BG */
  color: #FF8C1A; /* Primary color */
  border: 2px solid #A84F0C; /* Border color */
}

.page-blog-chien-thuat-choi-tai-xiu-mv88__btn-secondary:hover {
  background: #FF8C1A;
  color: #ffffff;
  border-color: #FF8C1A;
  transform: translateY(-2px);
  box-shadow: 0 6px 15px rgba(255, 140, 26, 0.4);
}

.page-blog-chien-thuat-choi-tai-xiu-mv88__related-articles {
  padding: 50px 0;
  background-color: #17191F; /* Card BG for this section */
  border-top: 1px solid #A84F0C;
}

.page-blog-chien-thuat-choi-tai-xiu-mv88__related-articles .page-blog-chien-thuat-choi-tai-xiu-mv88__section-title {
  text-align: center;
  margin-bottom: 40px;
  color: #FFA53A;
}

.page-blog-chien-thuat-choi-tai-xiu-mv88__articles-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
}

.page-blog-chien-thuat-choi-tai-xiu-mv88__article-card {
  background-color: #0D0E12; /* Background */
  border: 1px solid #A84F0C; /* Border color */
  border-radius: 8px;
  overflow: hidden;
  text-decoration: none;
  color: #FFF3E6;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  display: flex;
  flex-direction: column;
}

.page-blog-chien-thuat-choi-tai-xiu-mv88__article-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 20px rgba(255, 140, 26, 0.2);
}

.page-blog-chien-thuat-choi-tai-xiu-mv88__card-image {
  width: 100%;
  height: 200px; /* Fixed height for consistency */
  object-fit: cover;
  display: block;
}

.page-blog-chien-thuat-choi-tai-xiu-mv88__card-title {
  font-size: 1.3rem;
  font-weight: 600;
  margin: 15px;
  color: #FFA53A;
}

.page-blog-chien-thuat-choi-tai-xiu-mv88__card-excerpt {
  font-size: 0.95rem;
  margin: 0 15px 15px;
  color: rgba(255, 243, 230, 0.8);
  flex-grow: 1;
}

.page-blog-chien-thuat-choi-tai-xiu-mv88__link {
  color: #FFA53A;
  text-decoration: underline;
}

.page-blog-chien-thuat-choi-tai-xiu-mv88__link:hover {
  color: #FFB04D;
}

/* Mobile Responsive Styles */
@media (max-width: 768px) {
  .page-blog-chien-thuat-choi-tai-xiu-mv88 {
    padding-top: 10px !important;
    font-size: 16px;
    line-height: 1.6;
  }

  .page-blog-chien-thuat-choi-tai-xiu-mv88__container {
    padding-left: 15px;
    padding-right: 15px;
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
  }

  .page-blog-chien-thuat-choi-tai-xiu-mv88__hero-article-header {
    padding: 20px 0;
  }

  .page-blog-chien-thuat-choi-tai-xiu-mv88__main-title {
    font-size: 2rem; /* Adjusted for mobile */
    margin-bottom: 10px;
  }

  .page-blog-chien-thuat-choi-tai-xiu-mv88__intro-description {
    font-size: 1rem;
    margin-bottom: 15px;
  }

  .page-blog-chien-thuat-choi-tai-xiu-mv88__meta-info {
    font-size: 0.85rem;
  }

  .page-blog-chien-thuat-choi-tai-xiu-mv88__article-main-image,
  .page-blog-chien-thuat-choi-tai-xiu-mv88__content-image,
  .page-blog-chien-thuat-choi-tai-xiu-mv88__card-image {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important; /* Ensure images scale */
    border-radius: 4px;
  }

  .page-blog-chien-thuat-choi-tai-xiu-mv88__content-area {
    padding: 20px 0;
  }

  .page-blog-chien-thuat-choi-tai-xiu-mv88__text-block h2,
  .page-blog-chien-thuat-choi-tai-xiu-mv88__section-title {
    font-size: 1.5rem; /* Adjusted for mobile */
    margin-top: 25px;
    margin-bottom: 15px;
  }

  .page-blog-chien-thuat-choi-tai-xiu-mv88__text-block p,
  .page-blog-chien-thuat-choi-tai-xiu-mv88__text-block ul li {
    font-size: 1rem;
  }

  .page-blog-chien-thuat-choi-tai-xiu-mv88__cta-section {
    flex-direction: column; /* Stack buttons vertically */
    gap: 15px;
    margin-top: 30px;
    padding: 0 15px;
  }

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

  .page-blog-chien-thuat-choi-tai-xiu-mv88__related-articles {
    padding: 30px 0;
  }

  .page-blog-chien-thuat-choi-tai-xiu-mv88__related-articles .page-blog-chien-thuat-choi-tai-xiu-mv88__section-title {
    margin-bottom: 25px;
    font-size: 1.8rem;
  }

  .page-blog-chien-thuat-choi-tai-xiu-mv88__articles-grid {
    grid-template-columns: 1fr; /* Single column for cards */
    gap: 20px;
  }

  .page-blog-chien-thuat-choi-tai-xiu-mv88__card-title {
    font-size: 1.15rem;
    margin: 10px 15px;
  }

  .page-blog-chien-thuat-choi-tai-xiu-mv88__card-excerpt {
    font-size: 0.9rem;
    margin: 0 15px 10px;
  }

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

  .page-blog-chien-thuat-choi-tai-xiu-mv88__section,
  .page-blog-chien-thuat-choi-tai-xiu-mv88__card,
  .page-blog-chien-thuat-choi-tai-xiu-mv88__container {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    padding-left: 15px;
    padding-right: 15px;
  }
}