.page-blog-chien-thuat-choi-tai-xiu-hieu-qua-tai-to888 {
  font-family: 'Arial', sans-serif;
  line-height: 1.6;
  color: #1F2D3D; /* Text Main */
  background-color: #F4F7FB; /* Custom Background */
}

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

/* HERO SECTION */
.page-blog-chien-thuat-choi-tai-xiu-hieu-qua-tai-to888__hero-section {
  padding-top: 10px; /* Small top padding, relying on body for header offset */
  padding-bottom: 60px;
  background-color: #F4F7FB;
  color: #1F2D3D;
}

.page-blog-chien-thuat-choi-tai-xiu-hieu-qua-tai-to888__hero-container {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 40px;
  padding: 40px 0;
}

.page-blog-chien-thuat-choi-tai-xiu-hieu-qua-tai-to888__hero-content {
  flex: 1 1 50%;
  min-width: 300px;
  order: 2; /* Image above text on desktop */
}

.page-blog-chien-thuat-choi-tai-xiu-hieu-qua-tai-to888__hero-image-wrapper {
  flex: 1 1 40%;
  min-width: 250px;
  text-align: center;
  order: 1; /* Image above text on desktop */
}

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

.page-blog-chien-thuat-choi-tai-xiu-hieu-qua-tai-to888__main-title {
  font-size: clamp(2em, 4vw, 2.8em); /* H1 font size with clamp */
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 20px;
  color: #1F2D3D; /* Text Main */
}

.page-blog-chien-thuat-choi-tai-xiu-hieu-qua-tai-to888__description {
  font-size: 1.1em;
  margin-bottom: 30px;
  color: #1F2D3D; /* Text Main */
}

.page-blog-chien-thuat-choi-tai-xiu-hieu-qua-tai-to888__keyword {
  color: #2F6BFF;
  font-weight: 700;
}

.page-blog-chien-thuat-choi-tai-xiu-hieu-qua-tai-to888__cta-buttons {
  display: flex;
  gap: 15px;
  flex-wrap: wrap;
}

.page-blog-chien-thuat-choi-tai-xiu-hieu-qua-tai-to888__btn-primary,
.page-blog-chien-thuat-choi-tai-xiu-hieu-qua-tai-to888__btn-secondary {
  padding: 14px 28px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: 600;
  font-size: 1.05em;
  transition: all 0.3s ease;
  display: inline-block;
  text-align: center;
  box-sizing: border-box;
  max-width: 100%;
  white-space: normal;
  word-wrap: break-word;
}

.page-blog-chien-thuat-choi-tai-xiu-hieu-qua-tai-to888__btn-primary {
  background: linear-gradient(180deg, #4A8BFF 0%, #2F6BFF 100%);
  color: #ffffff;
  border: 2px solid transparent;
  box-shadow: 0 4px 15px rgba(47, 107, 255, 0.3);
}

.page-blog-chien-thuat-choi-tai-xiu-hieu-qua-tai-to888__btn-primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(47, 107, 255, 0.4);
}

.page-blog-chien-thuat-choi-tai-xiu-hieu-qua-tai-to888__btn-secondary {
  background: #ffffff;
  color: #2F6BFF;
  border: 2px solid #2F6BFF;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}