.page-blog-chien-luoc-tai-xiu-1888v {
  font-family: 'Arial', sans-serif;
  line-height: 1.6;
  color: #FFF6D6; /* Text Main */
  background-color: #0A0A0A; /* Background */
  overflow-x: hidden; /* Prevent horizontal scroll for main content */
}

.page-blog-chien-luoc-tai-xiu-1888v__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box;
}

.page-blog-chien-luoc-tai-xiu-1888v__section {
  padding: 60px 0;
}

.page-blog-chien-luoc-tai-xiu-1888v__hero-section {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding-top: 10px; /* Small top padding, shared.css handles body padding */
  padding-bottom: 60px;
  min-height: 500px;
}

.page-blog-chien-luoc-tai-xiu-1888v__hero-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: -1;
}

.page-blog-chien-luoc-tai-xiu-1888v__hero-image img {
  width: 100%;
  height: 100%;
  object-fit: cover; /* Cover for desktop, will change to contain for mobile */
  display: block;
}

.page-blog-chien-luoc-tai-xiu-1888v__hero-content {
  position: relative;
  z-index: 1;
  max-width: 800px;
  padding: 20px;
  background: rgba(0, 0, 0, 0.6); /* Semi-transparent background for text readability */
  border-radius: 8px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.5);
}

.page-blog-chien-luoc-tai-xiu-1888v__main-title {
  font-size: clamp(2.5rem, 5vw, 3.5rem);
  font-weight: 700;
  color: #FFF6D6; /* Text Main */
  margin-bottom: 15px;
  line-height: 1.2;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);
}

.page-blog-chien-luoc-tai-xiu-1888v__subtitle {
  font-size: clamp(1rem, 2vw, 1.25rem);
  color: #FFF6D6;
  margin-bottom: 30px;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
}

.page-blog-chien-luoc-tai-xiu-1888v__cta-button {
  display: inline-block;
  padding: 15px 30px;
  background: linear-gradient(180deg, #FFD86A 0%, #DDA11D 100%); /* Button gradient */
  color: #111111; /* Dark text for bright button */
  text-decoration: none;
  border-radius: 50px;
  font-weight: 700;
  font-size: 1.1rem;
  transition: all 0.3s ease;
  border: none;
  cursor: pointer;
  box-shadow: 0 5px 15px rgba(255, 211, 107, 0.4);
  max-width: 100%;
  box-sizing: border-box;
  white-space: normal;
  word-wrap: break-word;
}

.page-blog-chien-luoc-tai-xiu-1888v__cta-button:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 20px rgba(255, 211, 107, 0.6);
}

.page-blog-chien-luoc-tai-xiu-1888v__section-title {
  font-size: clamp(2rem, 4vw, 2.8rem);
  color: #F2C14E; /* Main color */
  text-align: center;
  margin-bottom: 40px;
  font-weight: 700;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
}

.page-blog-chien-luoc-tai-xiu-1888v__sub-section-title {
  font-size: clamp(1.5rem, 3vw, 2.2rem);
  color: #FFD36B; /* Accent color */
  margin-top: 30px;
  margin-bottom: 20px;
  font-weight: 600;
}

.page-blog-chien-luoc-tai-xiu-1888v__text-block {
  font-size: 1.1rem;
  color: #FFF6D6; /* Text Main */
  margin-bottom: 20px;
  text-align: justify;
}

.page-blog-chien-luoc-tai-xiu-1888v__list {
  list-style: disc;
  margin-left: 25px;
  margin-bottom: 20px;
  color: #FFF6D6;
}