.page-blog-chien-thuat-choi-tai-xiu-tai-58win1 {
  font-family: 'Arial', sans-serif;
  color: #333333; /* Default text color for light body background */
  background: #ffffff; /* Assuming body background is light */
}

.page-blog-chien-thuat-choi-tai-xiu-tai-58win1__hero-section {
  position: relative;
  padding-top: 10px; /* Small top padding, assuming body has header offset */
  margin-bottom: 40px;
  text-align: center;
  overflow: hidden;
}

.page-blog-chien-thuat-choi-tai-xiu-tai-58win1__hero-image {
  width: 100%;
  height: auto;
  overflow: hidden;
}

.page-blog-chien-thuat-choi-tai-xiu-tai-58win1__hero-image img {
  width: 100%;
  height: 675px; /* Fixed height for desktop hero */
  object-fit: cover;
  display: block;
}

.page-blog-chien-thuat-choi-tai-xiu-tai-58win1__hero-content {
  max-width: 900px;
  margin: 30px auto 0;
  padding: 0 20px;
}

.page-blog-chien-thuat-choi-tai-xiu-tai-58win1__main-title {
  font-size: clamp(2.2rem, 4vw, 3.2rem);
  color: #017439;
  margin-bottom: 20px;
  line-height: 1.2;
  font-weight: 700;
}

.page-blog-chien-thuat-choi-tai-xiu-tai-58win1__intro-text {
  font-size: 1.1rem;
  line-height: 1.6;
  color: #555555;
  margin-bottom: 30px;
}

.page-blog-chien-thuat-choi-tai-xiu-tai-58win1__cta-buttons {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-top: 30px;
  flex-wrap: wrap; /* Allow wrapping on smaller screens */
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  padding: 0 15px;
}

.page-blog-chien-thuat-choi-tai-xiu-tai-58win1__btn-primary,
.page-blog-chien-thuat-choi-tai-xiu-tai-58win1__btn-secondary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 14px 28px;
  border-radius: 8px;
  font-size: 1.1rem;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.3s ease;
  min-width: 180px;
  box-sizing: border-box;
  white-space: normal;
  word-wrap: break-word;
  text-align: center;
}