.page-blog-huong-dan-dang-ky-hy88 {
  font-family: Arial, sans-serif;
  line-height: 1.6;
  color: #333333; /* Default text color for light body background */
  background-color: #FFFFFF;
}

.page-blog-huong-dan-dang-ky-hy88__container {
  max-width: 1170px;
  margin: 0 auto;
  padding: 0 15px;
  box-sizing: border-box;
}

.page-blog-huong-dan-dang-ky-hy88__container--narrow {
  max-width: 800px;
}

.page-blog-huong-dan-dang-ky-hy88__main-visual-section {
  padding-top: 10px; /* Small top padding, shared.css handles body padding-top */
  padding-bottom: 30px;
  background-color: #f8f8f8;
}

.page-blog-huong-dan-dang-ky-hy88__main-image {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 8px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.page-blog-huong-dan-dang-ky-hy88__intro-section {
  padding: 30px 0;
  text-align: center;
}

.page-blog-huong-dan-dang-ky-hy88__main-title {
  font-size: clamp(28px, 4vw, 48px); /* H1 title font size with clamp */
  color: #017439;
  margin-bottom: 20px;
  font-weight: 700;
  line-height: 1.2;
}

.page-blog-huong-dan-dang-ky-hy88__description {
  font-size: 18px;
  margin-bottom: 30px;
  color: #555555;
}

.page-blog-huong-dan-dang-ky-hy88__content-area {
  padding: 40px 0;
  background-color: #ffffff;
}

.page-blog-huong-dan-dang-ky-hy88__section-heading {
  font-size: 32px;
  color: #017439;
  margin-top: 40px;
  margin-bottom: 25px;
  text-align: left;
  font-weight: 600;
}

.page-blog-huong-dan-dang-ky-hy88__content-area p {
  margin-bottom: 15px;
  font-size: 16px;
}

.page-blog-huong-dan-dang-ky-hy88__feature-list,
.page-blog-huong-dan-dang-ky-hy88__tips-list,
.page-blog-huong-dan-dang-ky-hy88__form-fields {
  list-style: none;
  padding: 0;
  margin-bottom: 30px;
}

.page-blog-huong-dan-dang-ky-hy88__feature-list li,
.page-blog-huong-dan-dang-ky-hy88__tips-list li {
  background-color: #f9f9f9;
  border-left: 5px solid #017439;
  padding: 20px;
  margin-bottom: 15px;
  border-radius: 8px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
}

.page-blog-huong-dan-dang-ky-hy88__feature-title,
.page-blog-huong-dan-dang-ky-hy88__tip-title {
  color: #017439;
  font-size: 22px;
  margin-top: 0;
  margin-bottom: 10px;
}

.page-blog-huong-dan-dang-ky-hy88__form-fields li {
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 1.8;
}

.page-blog-huong-dan-dang-ky-hy88__guide-steps {
  display: flex;
  flex-direction: column;
  gap: 40px;
  margin-top: 30px;
}

.page-blog-huong-dan-dang-ky-hy88__step-item {
  background-color: #fdfdfd;
  border: 1px solid #e0e0e0;
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
}

.page-blog-huong-dan-dang-ky-hy88__step-title {
  font-size: 26px;
  color: #333333;
  margin-top: 0;
  margin-bottom: 20px;
  font-weight: 600;
}

.page-blog-huong-dan-dang-ky-hy88__step-image {
  width: 100%;
  height: auto;
  display: block;
  margin: 25px 0;
  border-radius: 8px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.page-blog-huong-dan-dang-ky-hy88__btn-primary {
  display: inline-block;
  background-color: #017439;
  color: #ffffff;
  padding: 12px 25px;
  border-radius: 5px;
  text-decoration: none;
  font-weight: bold;
  transition: background-color 0.3s ease;
  border: none;
  cursor: pointer;
  text-align: center;
  box-sizing: border-box;
}

.page-blog-huong-dan-dang-ky-hy88__btn-primary:hover {
  background-color: #005f2f;
}

.page-blog-huong-dan-dang-ky-hy88__btn-primary--register,
.page-blog-huong-dan-dang-ky-hy88__btn-primary--confirm {
  background-color: #C30808; /* Specific color for Register/Confirm */
  color: #FFFF00; /* Specific font color for Register/Confirm */
}

.page-blog-huong-dan-dang-ky-hy88__btn-primary--register:hover,
.page-blog-huong-dan-dang-ky-hy88__btn-primary--confirm:hover {
  background-color: #a00606;
}

.page-blog-huong-dan-dang-ky-hy88__btn-primary--large {
  padding: 15px 30px;
  font-size: 18px;
  min-width: 200px;
}

.page-blog-huong-dan-dang-ky-hy88__cta-buttons {
  display: flex;
  gap: 20px;
  margin-top: 30px;
  flex-wrap: wrap;
}

.page-blog-huong-dan-dang-ky-hy88__cta-buttons--center {
  justify-content: center;
}

.page-blog-huong-dan-dang-ky-hy88__faq-list {
  margin-top: 30px;
  margin-bottom: 40px;
}

.page-blog-huong-dan-dang-ky-hy88__faq-item {
  background-color: #fefefe;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  margin-bottom: 10px;
  overflow: hidden;
}