/* style/blog-huong-dan-dang-ky-32wim.css */
.page-blog-huong-dan-dang-ky-32wim {
  font-family: Arial, sans-serif;
  line-height: 1.6;
  color: #333333; /* Dark text on default white body background */
  background-color: #ffffff;
}

.page-blog-huong-dan-dang-ky-32wim__hero-section {
  padding-top: 10px; /* Small top padding for first section */
  padding-bottom: 60px;
  background-color: #f8f8f8;
  text-align: center;
}

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

.page-blog-huong-dan-dang-ky-32wim__hero-content {
  flex: 1 1 500px;
  text-align: left;
  color: #1e1765;
}

.page-blog-huong-dan-dang-ky-32wim__main-title {
  font-size: 2.5em;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 20px;
  color: #017439;
  max-width: 600px;
}

.page-blog-huong-dan-dang-ky-32wim__hero-description {
  font-size: 1.1em;
  margin-bottom: 30px;
  color: #555555;
}

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

.page-blog-huong-dan-dang-ky-32wim__btn-primary,
.page-blog-huong-dan-dang-ky-32wim__btn-secondary {
  display: inline-block;
  padding: 14px 28px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: 700;
  transition: background-color 0.3s ease, color 0.3s ease, border-color 0.3s ease;
  white-space: normal;
  word-wrap: break-word;
  box-sizing: border-box;
}

.page-blog-huong-dan-dang-ky-32wim__btn-primary {
  background-color: #C30808; /* Register button color */
  color: #FFFF00; /* Register font color */
  border: 2px solid #C30808;
}

.page-blog-huong-dan-dang-ky-32wim__btn-primary:hover {
  background-color: #a30606;
  border-color: #a30606;
}

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

.page-blog-huong-dan-dang-ky-32wim__btn-secondary:hover {
  background-color: #005a2d;
  border-color: #005a2d;
}

.page-blog-huong-dan-dang-ky-32wim__hero-image {
  flex: 1 1 450px;
  text-align: center;
}

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

.page-blog-huong-dan-dang-ky-32wim__content-area {
  max-width: 1170px;
  margin: 0 auto;
  padding: 60px 16px;
  color: #333333;
}

.page-blog-huong-dan-dang-ky-32wim__section-title {
  font-size: 2em;
  font-weight: 700;
  color: #017439;
  margin-bottom: 25px;
  text-align: center;
}

.page-blog-huong-dan-dang-ky-32wim__section-description {
  font-size: 1.05em;
  margin-bottom: 40px;
  text-align: center;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  color: #555555;
}

.page-blog-huong-dan-dang-ky-32wim__why-register-section {
  background-color: #f0fdf5; /* Light green background */
  border-radius: 10px;
  padding: 60px 16px;
}

.page-blog-huong-dan-dang-ky-32wim__feature-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
  margin-bottom: 40px;
}

.page-blog-huong-dan-dang-ky-32wim__feature-item {
  background-color: #ffffff;
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
  text-align: center;
}

.page-blog-huong-dan-dang-ky-32wim__feature-title {
  font-size: 1.3em;
  color: #017439;
  margin-bottom: 15px;
}

.page-blog-huong-dan-dang-ky-32wim__feature-text {
  color: #555555;
}

.page-blog-huong-dan-dang-ky-32wim__image-wrapper {
  text-align: center;
  margin-top: 40px;
}

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

.page-blog-huong-dan-dang-ky-32wim__guide-step {
  background-color: #ffffff;
  padding: 30px;
  margin-bottom: 30px;
  border-radius: 10px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
}

.page-blog-huong-dan-dang-ky-32wim__step-title {
  font-size: 1.5em;
  color: #017439;
  margin-bottom: 15px;
  border-bottom: 2px solid #e0e0e0;
  padding-bottom: 10px;
}

.page-blog-huong-dan-dang-ky-32wim__guide-step p {
  margin-bottom: 15px;
  color: #555555;
}

.page-blog-huong-dan-dang-ky-32wim__guide-step ul {
  list-style-type: disc;
  margin-left: 20px;
  margin-bottom: 15px;
  color: #555555;
}

.page-blog-huong-dan-dang-ky-32wim__guide-step ul li {
  margin-bottom: 8px;
}

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

.page-blog-huong-dan-dang-ky-32wim__cta-wrapper {
  text-align: center;
  margin-top: 40px;
}

.page-blog-huong-dan-dang-ky-32wim__btn-large {
  padding: 16px 32px;
  font-size: 1.1em;
}

.page-blog-huong-dan-dang-ky-32wim__notes-section {
  background-color: #fdf5f0; /* Light orange background */
  border-radius: 10px;
  padding: 60px 16px;
}

.page-blog-huong-dan-dang-ky-32wim__notes-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
  margin-bottom: 40px;
}

.page-blog-huong-dan-dang-ky-32wim__note-item {
  background-color: #ffffff;
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
}

.page-blog-huong-dan-dang-ky-32wim__note-title {
  font-size: 1.3em;
  color: #017439;
  margin-bottom: 15px;
}

.page-blog-huong-dan-dang-ky-32wim__faq-section {
  background-color: #f8f8f8;
  border-radius: 10px;
  padding: 60px 16px;
}

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

.page-blog-huong-dan-dang-ky-32wim__faq-item {
  background-color: #ffffff;
  margin-bottom: 15px;
  border-radius: 8px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
  overflow: hidden;
}

.page-blog-huong-dan-dang-ky-32wim__faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 25px;
  font-size: 1.15em;
  font-weight: 600;
  color: #333333;
  cursor: pointer;
  background-color: #ffffff;
  border-bottom: 1px solid #eee;
  list-style: none;
  user-select: none;
}

.page-blog-huong-dan-dang-ky-32wim__faq-question::-webkit-details-marker {
  display: none;
}

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

.page-blog-huong-dan-dang-ky-32wim__faq-toggle {
  font-size: 1.5em;
  line-height: 1;
  margin-left: 15px;
  color: #017439;
}

.page-blog-huong-dan-dang-ky-32wim__faq-item[open] .page-blog-huong-dan-dang-ky-32wim__faq-toggle {
  content: '−';
}

.page-blog-huong-dan-dang-ky-32wim__faq-answer {
  padding: 15px 25px 20px;
  font-size: 1em;
  color: #555555;
  background-color: #f9f9f9;
  border-top: 1px solid #eee;
}

.page-blog-huong-dan-dang-ky-32wim__conclusion-cta-section {
  background-color: #e6f7ed; /* Another light green background */
  border-radius: 10px;
  padding: 60px 16px;
}

/* General image responsiveness */
.page-blog-huong-dan-dang-ky-32wim img {
  max-width: 100%;
  height: auto;
  display: block;
}

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

  .page-blog-huong-dan-dang-ky-32wim__hero-section {
    padding-top: 10px !important;
    padding-bottom: 30px;
  }

  .page-blog-huong-dan-dang-ky-32wim__hero-container {
    flex-direction: column;
    gap: 30px;
    padding: 30px 15px;
  }

  .page-blog-huong-dan-dang-ky-32wim__hero-content {
    text-align: center;
  }

  .page-blog-huong-dan-dang-ky-32wim__main-title {
    font-size: 2em;
    max-width: 100%;
  }

  .page-blog-huong-dan-dang-ky-32wim__hero-description {
    font-size: 1em;
  }

  .page-blog-huong-dan-dang-ky-32wim__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-32wim__btn-primary,
  .page-blog-huong-dan-dang-ky-32wim__btn-secondary,
  .page-blog-huong-dan-dang-ky-32wim a[class*="button"],
  .page-blog-huong-dan-dang-ky-32wim 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;
  }

  .page-blog-huong-dan-dang-ky-32wim__content-area {
    padding: 30px 15px;
  }

  .page-blog-huong-dan-dang-ky-32wim__section-title {
    font-size: 1.6em;
  }

  .page-blog-huong-dan-dang-ky-32wim__section-description {
    font-size: 0.95em;
  }

  .page-blog-huong-dan-dang-ky-32wim__feature-grid,
  .page-blog-huong-dan-dang-ky-32wim__notes-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .page-blog-huong-dan-dang-ky-32wim__guide-step {
    padding: 20px;
  }

  .page-blog-huong-dan-dang-ky-32wim__step-title {
    font-size: 1.3em;
  }

  .page-blog-huong-dan-dang-ky-32wim__faq-question {
    font-size: 1em;
    padding: 15px 20px;
  }

  .page-blog-huong-dan-dang-ky-32wim__faq-answer {
    padding: 10px 20px 15px;
    font-size: 0.95em;
  }

  .page-blog-huong-dan-dang-ky-32wim img {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
  }

  .page-blog-huong-dan-dang-ky-32wim__section,
  .page-blog-huong-dan-dang-ky-32wim__card,
  .page-blog-huong-dan-dang-ky-32wim__container,
  .page-blog-huong-dan-dang-ky-32wim__cta-wrapper {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    padding-left: 15px;
    padding-right: 15px;
  }
}