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

.page-blog-huong-dan-dang-ky-rs88__hero-section {
  padding-top: 10px; /* Small top padding to avoid double header offset */
  padding-bottom: 40px;
  background-color: #F5F7FA;
}

.page-blog-huong-dan-dang-ky-rs88__hero-container {
  max-width: 1170px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 40px 16px;
  gap: 24px;
}

.page-blog-huong-dan-dang-ky-rs88__hero-content {
  flex: 1 1 45%;
  min-width: 300px;
  color: #333333; /* Ensure contrast on light background */
}

.page-blog-huong-dan-dang-ky-rs88__main-title {
  font-size: clamp(28px, 4vw, 48px); /* Responsive font size */
  font-weight: 700;
  line-height: 1.2;
  color: #E53935; /* Brand primary color for title */
  margin-bottom: 16px;
}

.page-blog-huong-dan-dang-ky-rs88__hero-description {
  font-size: 18px;
  margin-bottom: 24px;
  color: #333333;
}

.page-blog-huong-dan-dang-ky-rs88__hero-image {
  flex: 1 1 45%;
  text-align: center;
  min-width: 300px;
}

.page-blog-huong-dan-dang-ky-rs88__hero-side-image {
  max-width: 600px;
  width: 100%;
  height: auto;
  border-radius: 8px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.page-blog-huong-dan-dang-ky-rs88__cta-buttons {
  display: flex;
  gap: 15px;
  flex-wrap: wrap;
}

.page-blog-huong-dan-dang-ky-rs88__cta-buttons--centered {
  justify-content: center;
  margin-top: 40px;
}

.page-blog-huong-dan-dang-ky-rs88__btn-primary,
.page-blog-huong-dan-dang-ky-rs88__btn-secondary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 25px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: 600;
  font-size: 16px;
  transition: all 0.3s ease;
  cursor: pointer;
  white-space: normal; /* Allow text wrapping */
  word-wrap: break-word; /* Allow word breaking */
  box-sizing: border-box;
  text-align: center;
}

.page-blog-huong-dan-dang-ky-rs88__btn-primary {
  background: linear-gradient(180deg, #FF5A4F 0%, #E53935 100%);
  color: #ffffff;
  border: 2px solid transparent;
}

.page-blog-huong-dan-dang-ky-rs88__btn-primary:hover {
  background: linear-gradient(180deg, #E53935 0%, #FF5A4F 100%);
  box-shadow: 0 4px 15px rgba(229, 57, 53, 0.4);
}

.page-blog-huong-dan-dang-ky-rs88__btn-secondary {
  background: #ffffff;
  color: #E53935;
  border: 2px solid #E53935;
}

.page-blog-huong-dan-dang-ky-rs88__btn-secondary:hover {
  background: #f0f0f0;
  color: #FF5A4F;
  border-color: #FF5A4F;
}

.page-blog-huong-dan-dang-ky-rs88__container {
  max-width: 1170px;
  margin: 0 auto;
  padding: 40px 16px;
  background-color: #FFFFFF; /* Card BG */
  border-radius: 8px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
  margin-bottom: 20px;
}

.page-blog-huong-dan-dang-ky-rs88__introduction-section,
.page-blog-huong-dan-dang-ky-rs88__guide-section,
.page-blog-huong-dan-dang-ky-rs88__faq-section {
  padding: 20px 0;
}

.page-blog-huong-dan-dang-ky-rs88__section-title {
  font-size: clamp(24px, 3vw, 36px);
  font-weight: 700;
  color: #E53935;
  text-align: center;
  margin-bottom: 30px;
}

.page-blog-huong-dan-dang-ky-rs88__text-block {
  font-size: 17px;
  line-height: 1.7;
  margin-bottom: 20px;
  color: #333333;
}

.page-blog-huong-dan-dang-ky-rs88__step-item {
  margin-bottom: 40px;
  padding: 20px;
  background-color: #fcfcfc;
  border-radius: 8px;
  border: 1px solid #E0E0E0; /* Border color */
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.03);
}

.page-blog-huong-dan-dang-ky-rs88__step-title {
  font-size: clamp(20px, 2.5vw, 28px);
  color: #FF5A4F; /* Auxiliary color for step titles */
  margin-bottom: 15px;
  font-weight: 600;
}

.page-blog-huong-dan-dang-ky-rs88__step-description {
  font-size: 16px;
  line-height: 1.6;
  margin-bottom: 15px;
  color: #333333;
}

.page-blog-huong-dan-dang-ky-rs88__step-list {
  list-style-type: disc;
  margin-left: 25px;
  margin-bottom: 15px;
  color: #333333;
}

.page-blog-huong-dan-dang-ky-rs88__step-list li {
  margin-bottom: 8px;
  font-size: 16px;
}

.page-blog-huong-dan-dang-ky-rs88__step-image {
  width: 100%;
  height: auto;
  max-width: 800px; /* Recommended max width for content images */
  display: block;
  margin: 20px auto;
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

/* FAQ Section */
.page-blog-huong-dan-dang-ky-rs88__faq-item {
  background-color: #FFFFFF;
  border: 1px solid #E0E0E0;
  border-radius: 8px;
  margin-bottom: 10px;
  overflow: hidden;
}

.page-blog-huong-dan-dang-ky-rs88__faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px 20px;
  font-size: 18px;
  font-weight: 600;
  color: #333333;
  cursor: pointer;
  background-color: #fcfcfc;
  border-bottom: 1px solid #E0E0E0;
}

.page-blog-huong-dan-dang-ky-rs88__faq-item[open] .page-blog-huong-dan-dang-ky-rs88__faq-question {
  border-bottom: none;
}

.page-blog-huong-dan-dang-ky-rs88__faq-qtext {
  flex-grow: 1;
}

.page-blog-huong-dan-dang-ky-rs88__faq-toggle {
  font-size: 24px;
  line-height: 1;
  margin-left: 10px;
  color: #E53935;
  transition: transform 0.3s ease;
}

.page-blog-huong-dan-dang-ky-rs88__faq-item[open] .page-blog-huong-dan-dang-ky-rs88__faq-toggle {
  transform: rotate(45deg);
}

.page-blog-huong-dan-dang-ky-rs88__faq-answer {
  padding: 0 20px 15px 20px;
  font-size: 16px;
  line-height: 1.6;
  color: #333333;
}

.page-blog-huong-dan-dang-ky-rs88__faq-answer p {
  margin-bottom: 0;
}

/* Ensure all images are responsive by default */
.page-blog-huong-dan-dang-ky-rs88 img {
  max-width: 100%;
  height: auto;
  display: block;
}

/* Mobile responsiveness */
@media (max-width: 768px) {
  .page-blog-huong-dan-dang-ky-rs88 {
    font-size: 16px;
    line-height: 1.6;
  }

  /* HERO Section */
  .page-blog-huong-dan-dang-ky-rs88__hero-section {
    padding-top: 10px !important;
    padding-bottom: 20px;
  }

  .page-blog-huong-dan-dang-ky-rs88__hero-container {
    flex-direction: column;
    padding: 20px 15px;
  }

  .page-blog-huong-dan-dang-ky-rs88__hero-content,
  .page-blog-huong-dan-dang-ky-rs88__hero-image {
    flex: 1 1 100%;
    min-width: unset;
  }

  .page-blog-huong-dan-dang-ky-rs88__main-title {
    font-size: 32px;
    text-align: center;
  }

  .page-blog-huong-dan-dang-ky-rs88__hero-description {
    font-size: 16px;
    text-align: center;
  }

  .page-blog-huong-dan-dang-ky-rs88__cta-buttons {
    flex-direction: column;
    gap: 10px;
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
    padding: 0 15px;
  }

  .page-blog-huong-dan-dang-ky-rs88__btn-primary,
  .page-blog-huong-dan-dang-ky-rs88__btn-secondary {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    white-space: normal !important;
    word-wrap: break-word !important;
    padding-left: 15px;
    padding-right: 15px;
  }

  /* Content Sections */
  .page-blog-huong-dan-dang-ky-rs88__container {
    padding: 20px 15px;
    width: 100% !important;
    max-width: 100% !important;
    box-sizing: border-box !important;
  }

  .page-blog-huong-dan-dang-ky-rs88__section-title {
    font-size: 28px;
  }

  .page-blog-huong-dan-dang-ky-rs88__text-block,
  .page-blog-huong-dan-dang-ky-rs88__step-description,
  .page-blog-huong-dan-dang-ky-rs88__step-list li,
  .page-blog-huong-dan-dang-ky-rs88__faq-answer {
    font-size: 15px;
  }

  .page-blog-huong-dan-dang-ky-rs88__step-title {
    font-size: 22px;
  }

  /* General Images */
  .page-blog-huong-dan-dang-ky-rs88 img {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
  }

  /* FAQ */
  .page-blog-huong-dan-dang-ky-rs88__faq-question {
    font-size: 16px;
    padding: 12px 15px;
  }

  .page-blog-huong-dan-dang-ky-rs88__faq-answer {
    padding: 0 15px 12px 15px;
  }
}

@media (max-width: 480px) {
  .page-blog-huong-dan-dang-ky-rs88__main-title {
    font-size: 28px;
  }

  .page-blog-huong-dan-dang-ky-rs88__section-title {
    font-size: 24px;
  }

  .page-blog-huong-dan-dang-ky-rs88__step-title {
    font-size: 20px;
  }
}