.page-blog-chien-thuat-choi-tai-xiu-hieu-qua {
  color: #1F2D3D; /* Default text color for light background */
  background-color: #F4F7FB; /* Page background, assuming shared.css body background is light or this is a card/section background */
}

.page-blog-chien-thuat-choi-tai-xiu-hieu-qua__hero-section {
  padding-top: 10px; /* Small top padding as body handles header offset */
  padding-bottom: 60px;
  background: #F4F7FB; /* Consistent with page background */
}

.page-blog-chien-thuat-choi-tai-xiu-hieu-qua__hero-container {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  gap: 40px;
  padding: 20px 15px;
  flex-wrap: wrap; /* Allow wrapping on smaller screens */
}

.page-blog-chien-thuat-choi-tai-xiu-hieu-qua__hero-image {
  flex: 1;
  min-width: 300px;
  text-align: center;
}

.page-blog-chien-thuat-choi-tai-xiu-hieu-qua__hero-side-image {
  max-width: 100%;
  height: auto;
  border-radius: 10px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.page-blog-chien-thuat-choi-tai-xiu-hieu-qua__hero-content {
  flex: 1;
  min-width: 300px;
  color: #1F2D3D;
}

.page-blog-chien-thuat-choi-tai-xiu-hieu-qua__main-title {
  font-size: 2.5em; /* Example, not fixed large value */
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 20px;
  color: #000000;
}

.page-blog-chien-thuat-choi-tai-xiu-hieu-qua__description {
  font-size: 1.1em;
  line-height: 1.6;
  margin-bottom: 30px;
  color: #1F2D3D;
}

.page-blog-chien-thuat-choi-tai-xiu-hieu-qua__cta-buttons {
  display: flex;
  gap: 15px;
  flex-wrap: wrap; /* Allow buttons to wrap */
}

.page-blog-chien-thuat-choi-tai-xiu-hieu-qua__btn-primary,
.page-blog-chien-thuat-choi-tai-xiu-hieu-qua__btn-secondary {
  display: inline-block;
  padding: 12px 25px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: 600;
  transition: all 0.3s ease;
  box-sizing: border-box;
  white-space: normal;
  word-wrap: break-word;
  max-width: 100%; /* Ensure responsiveness */
}

.page-blog-chien-thuat-choi-tai-xiu-hieu-qua__btn-primary {
  background: linear-gradient(180deg, #4A8BFF 0%, #2F6BFF 100%);
  color: #ffffff;
  border: 2px solid transparent;
}

.page-blog-chien-thuat-choi-tai-xiu-hieu-qua__btn-primary:hover {
  opacity: 0.9;
  transform: translateY(-2px);
}

.page-blog-chien-thuat-choi-tai-xiu-hieu-qua__btn-secondary {
  background: #ffffff;
  color: #2F6BFF;
  border: 2px solid #2F6BFF;
}

.page-blog-chien-thuat-choi-tai-xiu-hieu-qua__btn-secondary:hover {
  background: #F4F7FB;
  color: #2F6BFF;
}

.page-blog-chien-thuat-choi-tai-xiu-hieu-qua__content-area,
.page-blog-chien-thuat-choi-tai-xiu-hieu-qua__faq-section,
.page-blog-chien-thuat-choi-tai-xiu-hieu-qua__related-posts {
  max-width: 1200px;
  margin: 0 auto;
  padding: 40px 15px;
  background: #ffffff; /* Content area background */
  border-radius: 10px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
  margin-bottom: 40px;
}

.page-blog-chien-thuat-choi-tai-xiu-hieu-qua__section-title {
  font-size: 2em;
  font-weight: 700;
  color: #000000;
  margin-bottom: 30px;
  text-align: center;
}

.page-blog-chien-thuat-choi-tai-xiu-hieu-qua p {
  line-height: 1.7;
  margin-bottom: 15px;
  color: #1F2D3D;
}

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