.page-blog-huong-dan-choi-b52-play-cho-nguoi-moi {
  font-family: Arial, sans-serif;
  line-height: 1.6;
  color: #F2FFF6; /* Text Main */
  background-color: #08160F; /* Background */
}

.page-blog-huong-dan-choi-b52-play-cho-nguoi-moi__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 20px;
}

.page-blog-huong-dan-choi-b52-play-cho-nguoi-moi__hero-section {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding-top: 10px; /* Small top padding, relying on body for header offset */
  position: relative;
  overflow: hidden;
  margin-bottom: 40px;
}

.page-blog-huong-dan-choi-b52-play-cho-nguoi-moi__hero-image-wrapper {
  width: 100%;
  max-height: 500px; /* Limit height for desktop */
  overflow: hidden;
}

.page-blog-huong-dan-choi-b52-play-cho-nguoi-moi__hero-image {
  width: 100%;
  height: auto;
  object-fit: cover;
  display: block;
}

.page-blog-huong-dan-choi-b52-play-cho-nguoi-moi__hero-content {
  padding: 30px 20px;
  max-width: 900px;
  margin-top: 20px;
}

.page-blog-huong-dan-choi-b52-play-cho-nguoi-moi__main-title {
  font-size: clamp(2.2rem, 4vw, 3.5rem); /* Responsive font size */
  font-weight: 700;
  color: #F2FFF6; /* Text Main */
  margin-bottom: 20px;
  line-height: 1.2;
}

.page-blog-huong-dan-choi-b52-play-cho-nguoi-moi__description-text {
  font-size: 1.1rem;
  color: #A7D9B8; /* Text Secondary */
  margin-bottom: 30px;
}

.page-blog-huong-dan-choi-b52-play-cho-nguoi-moi__cta-buttons {
  display: flex;
  gap: 20px;
  justify-content: center;
  flex-wrap: wrap;
}

.page-blog-huong-dan-choi-b52-play-cho-nguoi-moi__btn-primary,
.page-blog-huong-dan-choi-b52-play-cho-nguoi-moi__btn-secondary {
  display: inline-block;
  padding: 15px 30px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: bold;
  transition: all 0.3s ease;
  white-space: normal;
  word-wrap: break-word;
  box-sizing: border-box;
  max-width: 100%;
}

.page-blog-huong-dan-choi-b52-play-cho-nguoi-moi__btn-primary {
  background: linear-gradient(180deg, #2AD16F 0%, #13994A 100%);
  color: #ffffff;
  border: 2px solid transparent;
}