.page-blog-huong-dan-dang-ky-789win {
  font-family: Arial, sans-serif;
  line-height: 1.6;
  color: #333333; /* Default text color for light body background */
  background-color: #ffffff; /* Explicitly set for clarity, assuming shared.css default */
}

/* HERO Section */
.page-blog-huong-dan-dang-ky-789win__hero-section {
  padding-top: 10px; /* Adhere to the 10px rule for inner pages */
  padding-bottom: 60px;
  background-color: #f8f8f8; /* Light background for hero section */
}

.page-blog-huong-dan-dang-ky-789win__hero-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 40px 20px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 40px;
}

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

.page-blog-huong-dan-dang-ky-789win__main-title {
  font-size: clamp(2.2rem, 4vw, 3.5rem); /* Using clamp for responsive H1 */
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 20px;
  color: #26A9E0; /* Primary color for title */
  max-width: 600px; /* Restrict H1 width */
}

.page-blog-huong-dan-dang-ky-789win__hero-description {
  font-size: 1.1rem;
  margin-bottom: 30px;
  max-width: 550px;
}

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

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

/* CTA Buttons */
.page-blog-huong-dan-dang-ky-789win__cta-button {
  display: inline-block;
  padding: 14px 28px;
  border-radius: 8px;
  font-weight: 700;
  text-decoration: none;
  transition: all 0.3s ease;
  cursor: pointer;
  max-width: 100%; /* For button responsiveness */
  box-sizing: border-box;
  white-space: normal; /* Allow text wrapping */
  word-wrap: break-word; /* Allow text wrapping */
  text-align: center;
}

.page-blog-huong-dan-dang-ky-789win__btn-primary {
  background-color: #26A9E0;
  color: #ffffff;
  border: 2px solid #26A9E0;
}

.page-blog-huong-dan-dang-ky-789win__btn-primary:hover {
  background-color: #1e87b8;
  border-color: #1e87b8;
}

.page-blog-huong-dan-dang-ky-789win__btn-secondary {
  background-color: #ffffff;
  color: #26A9E0;
  border: 2px solid #26A9E0;
  margin-left: 15px; /* Spacing for multiple buttons */
}

.page-blog-huong-dan-dang-ky-789win__btn-secondary:hover {
  background-color: #e0f2f7;
}

/* Content Section */
.page-blog-huong-dan-dang-ky-789win__content-section {
  padding: 60px 0;
  background-color: #ffffff;
}

.page-blog-huong-dan-dang-ky-789win__content-container {
  max-width: 900px;
  margin: 0 auto;
  padding: 0 20px;
}

.page-blog-huong-dan-dang-ky-789win__section-title {
  font-size: 2.2rem;
  font-weight: 700;
  color: #26A9E0;
  margin-top: 40px;
  margin-bottom: 25px;
  line-height: 1.3;
}

.page-blog-huong-dan-dang-ky-789win__content-section p {
  margin-bottom: 15px;
  font-size: 1.05rem;
  color: #333333;
}

.page-blog-huong-dan-dang-ky-789win__benefits-list,
.page-blog-huong-dan-dang-ky-789win__info-list,
.page-blog-huong-dan-dang-ky-789win__notes-list {
  list-style: disc;
  margin-left: 25px;
  margin-bottom: 20px;
  color: #333333;
}

.page-blog-huong-dan-dang-ky-789win__benefits-list li,
.page-blog-huong-dan-dang-ky-789win__info-list li,
.page-blog-huong-dan-dang-ky-789win__notes-list li {
  margin-bottom: 10px;
  font-size: 1rem;
}

.page-blog-huong-dan-dang-ky-789win__guide-step {
  margin-bottom: 40px;
  padding: 20px;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  background-color: #fcfcfc;
}

.page-blog-huong-dan-dang-ky-789win__step-title {
  font-size: 1.6rem;
  color: #26A9E0;
  margin-bottom: 15px;
  font-weight: 600;
}

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

.page-blog-huong-dan-dang-ky-789win__final-cta-container {
  text-align: center;
  margin-top: 50px;
  padding-bottom: 20px;
}

/* FAQ Section */
.page-blog-huong-dan-dang-ky-789win__faq-list {
  margin-top: 30px;
}

.page-blog-huong-dan-dang-ky-789win__faq-item {
  background-color: #f8f8f8;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  margin-bottom: 15px;
  overflow: hidden;
}

.page-blog-huong-dan-dang-ky-789win__faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 18px 25px;
  font-size: 1.15rem;
  font-weight: 600;
  color: #333333;
  cursor: pointer;
  background-color: #eaf7fc; /* Light blue for summary */
  border-bottom: 1px solid #d8eef7;
  list-style: none; /* Hide default marker */
}

.page-blog-huong-dan-dang-ky-789win__faq-question::-webkit-details-marker {
  display: none; /* Hide default marker for webkit browsers */
}

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

.page-blog-huong-dan-dang-ky-789win__faq-toggle {
  font-size: 1.8rem;
  line-height: 1;
  margin-left: 15px;
  color: #26A9E0;
  transition: transform 0.3s ease;
}

.page-blog-huong-dan-dang-ky-789win__faq-item[open] .page-blog-huong-dan-dang-ky-789win__faq-toggle {
  transform: rotate(45deg); /* Rotate for 'x' effect */
}

.page-blog-huong-dan-dang-ky-789win__faq-answer {
  padding: 15px 25px 20px;
  font-size: 1rem;
  color: #555555;
  border-top: 1px solid #f0f0f0;
  background-color: #ffffff;
}

/* Global image styles for content area (min-size 200px rule) */
.page-blog-huong-dan-dang-ky-789win img {
  min-width: 200px;
  min-height: 200px;
}

/* Responsive Styles */
@media (max-width: 1024px) {
  .page-blog-huong-dan-dang-ky-789win__hero-container {
    flex-direction: column;
    text-align: center;
    padding: 30px 15px;
  }

  .page-blog-huong-dan-dang-ky-789win__hero-content {
    order: 2; /* Content below image on smaller screens */
  }

  .page-blog-huong-dan-dang-ky-789win__hero-image {
    order: 1; /* Image above content on smaller screens */
  }

  .page-blog-huong-dan-dang-ky-789win__main-title,
  .page-blog-huong-dan-dang-ky-789win__hero-description {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .page-blog-huong-dan-dang-ky-789win__btn-secondary {
    margin-left: 0;
    margin-top: 15px;
  }
  
  .page-blog-huong-dan-dang-ky-789win__section-title {
    font-size: 2rem;
  }

  .page-blog-huong-dan-dang-ky-789win__step-title {
    font-size: 1.4rem;
  }
}

@media (max-width: 768px) {
  /* HERO Section */
  .page-blog-huong-dan-dang-ky-789win__hero-section {
    padding-top: 10px !important; /* Ensure 10px rule */
    padding-bottom: 40px;
  }

  .page-blog-huong-dan-dang-ky-789win__hero-container {
    padding: 20px 15px;
    gap: 20px;
  }

  .page-blog-huong-dan-dang-ky-789win__main-title {
    font-size: clamp(2rem, 8vw, 2.5rem); /* Adjust clamp for mobile H1 */
    margin-bottom: 15px;
  }

  .page-blog-huong-dan-dang-ky-789win__hero-description {
    font-size: 1rem;
    margin-bottom: 20px;
  }

  /* CTA Buttons - Mobile Specific */
  .page-blog-huong-dan-dang-ky-789win__cta-button,
  .page-blog-huong-dan-dang-ky-789win__btn-primary,
  .page-blog-huong-dan-dang-ky-789win__btn-secondary,
  .page-blog-huong-dan-dang-ky-789win a[class*="button"],
  .page-blog-huong-dan-dang-ky-789win a[class*="btn"] {
    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;
    margin-left: 0 !important; /* Remove margin for single column */
    margin-top: 10px; /* Add top margin if stacked */
  }

  .page-blog-huong-dan-dang-ky-789win__cta-buttons, /* If there's a container for multiple buttons */
  .page-blog-huong-dan-dang-ky-789win__button-group,
  .page-blog-huong-dan-dang-ky-789win__btn-container,
  .page-blog-huong-dan-dang-ky-789win__final-cta-container {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    padding-left: 15px;
    padding-right: 15px;
    display: flex; /* Ensure flex container for buttons */
    flex-direction: column; /* Stack buttons vertically */
    gap: 10px; /* Space between stacked buttons */
  }

  /* Content Section */
  .page-blog-huong-dan-dang-ky-789win__content-section {
    padding: 40px 0;
  }

  .page-blog-huong-dan-dang-ky-789win__content-container {
    padding: 0 15px;
  }

  .page-blog-huong-dan-dang-ky-789win__section-title {
    font-size: 1.8rem;
    margin-top: 30px;
    margin-bottom: 20px;
  }

  .page-blog-huong-dan-dang-ky-789win__step-title {
    font-size: 1.3rem;
    margin-bottom: 10px;
  }

  .page-blog-huong-dan-dang-ky-789win__content-section p,
  .page-blog-huong-dan-dang-ky-789win__benefits-list li,
  .page-blog-huong-dan-dang-ky-789win__info-list li,
  .page-blog-huong-dan-dang-ky-789win__notes-list li,
  .page-blog-huong-dan-dang-ky-789win__faq-answer p {
    font-size: 15px;
  }

  .page-blog-huong-dan-dang-ky-789win__guide-step {
    padding: 15px;
    margin-bottom: 30px;
  }

  /* FAQ Section */
  .page-blog-huong-dan-dang-ky-789win__faq-question {
    padding: 15px 20px;
    font-size: 1rem;
  }

  .page-blog-huong-dan-dang-ky-789win__faq-toggle {
    font-size: 1.5rem;
  }

  .page-blog-huong-dan-dang-ky-789win__faq-answer {
    padding: 10px 20px 15px;
  }

  /* Universal Image and Container for Mobile */
  .page-blog-huong-dan-dang-ky-789win img {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
    min-width: unset !important; /* Allow images to shrink below 200px on mobile if needed for fit */
    min-height: unset !important;
  }
  
  .page-blog-huong-dan-dang-ky-789win__section,
  .page-blog-huong-dan-dang-ky-789win__card,
  .page-blog-huong-dan-dang-ky-789win__container,
  .page-blog-huong-dan-dang-ky-789win__hero-container,
  .page-blog-huong-dan-dang-ky-789win__content-container {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    padding-left: 15px;
    padding-right: 15px;
  }
}