.page-blog-huong-dan-dang-ky-jun88v8 {
  --primary-color: #11A84E;
  --secondary-color: #22C768;
  --text-main-color: #F2FFF6;
  --text-secondary-color: #A7D9B8;
  --bg-card-color: #11271B;
  --bg-main-color: #08160F;
  --border-color: #2E7A4E;
  --glow-color: #57E38D;
  --gold-color: #F2C14E;
  --divider-color: #1E3A2A;
  --deep-green-color: #0A4B2C;
  color: var(--text-main-color); /* Default text color for the page */
  background-color: var(--bg-main-color);
  font-family: Arial, sans-serif;
  line-height: 1.6;
}

.page-blog-huong-dan-dang-ky-jun88v8__hero-section {
  padding-top: 10px; /* Small top padding, assuming body handles --header-offset */
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  margin-bottom: 40px;
}

.page-blog-huong-dan-dang-ky-jun88v8__hero-image {
  width: 100%;
  max-height: 500px;
  overflow: hidden;
  position: relative;
  z-index: 1;
}

.page-blog-huong-dan-dang-ky-jun88v8__hero-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.page-blog-huong-dan-dang-ky-jun88v8__hero-content {
  position: relative;
  z-index: 2;
  padding: 30px 20px;
  background: linear-gradient(180deg, rgba(8, 22, 15, 0.9) 0%, var(--bg-main-color) 100%);
  margin-top: -100px; /* Pull content up over image for visual effect */
  width: 100%;
  box-sizing: border-box;
}

.page-blog-huong-dan-dang-ky-jun88v8__main-title {
  font-size: clamp(28px, 4vw, 48px);
  font-weight: 700;
  color: var(--gold-color);
  margin-bottom: 15px;
  line-height: 1.2;
  text-shadow: 0 0 10px rgba(87, 227, 141, 0.5);
}

.page-blog-huong-dan-dang-ky-jun88v8__description {
  font-size: clamp(16px, 2vw, 20px);
  color: var(--text-secondary-color);
  max-width: 800px;
  margin: 0 auto 30px;
}

.page-blog-huong-dan-dang-ky-jun88v8__cta-buttons {
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
}

.page-blog-huong-dan-dang-ky-jun88v8__btn-primary,
.page-blog-huong-dan-dang-ky-jun88v8__btn-secondary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 15px 30px;
  border-radius: 8px;
  font-size: 18px;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.3s ease;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  white-space: normal;
  word-wrap: break-word;
  max-width: 100%;
  box-sizing: border-box;
}

.page-blog-huong-dan-dang-ky-jun88v8__btn-primary {
  background: linear-gradient(180deg, #2AD16F 0%, #13994A 100%);
  color: #ffffff;
  border: none;
}

.page-blog-huong-dan-dang-ky-jun88v8__btn-primary:hover {
  background: linear-gradient(180deg, #13994A 0%, #2AD16F 100%);
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.3);
}

.page-blog-huong-dan-dang-ky-jun88v8__btn-secondary {
  background: var(--bg-main-color);
  color: var(--secondary-color);
  border: 2px solid var(--secondary-color);
}

.page-blog-huong-dan-dang-ky-jun88v8__btn-secondary:hover {
  background: var(--secondary-color);
  color: var(--bg-main-color);
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.3);
}

.page-blog-huong-dan-dang-ky-jun88v8__content-section {
  padding: 40px 0;
  background-color: var(--bg-main-color);
  color: var(--text-main-color);
}

.page-blog-huong-dan-dang-ky-jun88v8__container {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box;
}

.page-blog-huong-dan-dang-ky-jun88v8__article-body {
  background-color: var(--bg-card-color);
  padding: 40px;
  border-radius: 10px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.3);
}

.page-blog-huong-dan-dang-ky-jun88v8__section-title {
  font-size: clamp(24px, 3vw, 36px);
  color: var(--primary-color);
  margin-bottom: 25px;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 1px;
  position: relative;
  padding-bottom: 10px;
}

.page-blog-huong-dan-dang-ky-jun88v8__section-title::after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 80px;
  height: 3px;
  background-color: var(--gold-color);
  border-radius: 2px;
}

.page-blog-huong-dan-dang-ky-jun88v8__sub-title {
  font-size: clamp(20px, 2.5vw, 28px);
  color: var(--gold-color);
  margin-top: 30px;
  margin-bottom: 15px;
  font-weight: 600;
}

.page-blog-huong-dan-dang-ky-jun88v8 p {
  margin-bottom: 15px;
  font-size: 17px;
  color: var(--text-main-color);
}

.page-blog-huong-dan-dang-ky-jun88v8__list {
  list-style-type: disc;
  margin-left: 25px;
  margin-bottom: 20px;
  color: var(--text-main-color);
}

.page-blog-huong-dan-dang-ky-jun88v8__list li {
  margin-bottom: 10px;
  font-size: 17px;
  line-height: 1.5;
}

.page-blog-huong-dan-dang-ky-jun88v8__list li strong {
  color: var(--gold-color);
}

.page-blog-huong-dan-dang-ky-jun88v8__article-figure {
  margin: 30px auto;
  text-align: center;
  max-width: 800px;
}

.page-blog-huong-dan-dang-ky-jun88v8__article-figure img {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.4);
  display: block;
  margin: 0 auto;
  min-width: 200px; /* Enforce minimum size */
  min-height: 200px; /* Enforce minimum size */
}

.page-blog-huong-dan-dang-ky-jun88v8__article-figure figcaption {
  margin-top: 10px;
  font-size: 15px;
  color: var(--text-secondary-color);
}

.page-blog-huong-dan-dang-ky-jun88v8__cta-buttons--bottom {
  margin-top: 40px;
}

/* FAQ Styles */
details.page-blog-huong-dan-dang-ky-jun88v8__faq-item {
  margin-bottom: 15px;
  border-radius: 8px;
  border: 1px solid var(--border-color);
  overflow: hidden;
  background: var(--bg-card-color);
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
}
details.page-blog-huong-dan-dang-ky-jun88v8__faq-item summary.page-blog-huong-dan-dang-ky-jun88v8__faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 18px 25px;
  cursor: pointer;
  user-select: none;
  list-style: none;
  transition: background-color 0.3s ease;
  color: var(--gold-color);
  font-weight: 600;
  font-size: 18px;
}
details.page-blog-huong-dan-dang-ky-jun88v8__faq-item summary.page-blog-huong-dan-dang-ky-jun88v8__faq-question::-webkit-details-marker {
  display: none;
}
details.page-blog-huong-dan-dang-ky-jun88v8__faq-item summary.page-blog-huong-dan-dang-ky-jun88v8__faq-question:hover {
  background: var(--deep-green-color);
}
.page-blog-huong-dan-dang-ky-jun88v8__faq-qtext {
  flex: 1;
  line-height: 1.5;
  text-align: left;
}
.page-blog-huong-dan-dang-ky-jun88v8__faq-toggle {
  font-size: 28px;
  font-weight: bold;
  color: var(--glow-color);
  flex-shrink: 0;
  margin-left: 15px;
  width: 30px;
  text-align: center;
}
details.page-blog-huong-dan-dang-ky-jun88v8__faq-item .page-blog-huong-dan-dang-ky-jun88v8__faq-answer {
  padding: 0 25px 20px;
  background: var(--deep-green-color);
  border-radius: 0 0 8px 8px;
  color: var(--text-secondary-color);
  font-size: 16px;
}

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

/* Mobile Styles */
@media (max-width: 849px) {
  .page-blog-huong-dan-dang-ky-jun88v8__hero-image img {
    object-fit: contain !important;
    aspect-ratio: unset !important;
  }
}

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

  .page-blog-huong-dan-dang-ky-jun88v8__hero-section {
    padding-top: 10px; /* Small top padding for mobile */
    margin-bottom: 20px;
  }

  .page-blog-huong-dan-dang-ky-jun88v8__hero-content {
    padding: 20px 15px;
    margin-top: -80px;
  }

  .page-blog-huong-dan-dang-ky-jun88v8__main-title {
    font-size: clamp(24px, 7vw, 36px); /* Adjust clamp for mobile */
    margin-bottom: 10px;
  }

  .page-blog-huong-dan-dang-ky-jun88v8__description {
    font-size: clamp(15px, 3.5vw, 18px);
    margin-bottom: 20px;
  }

  .page-blog-huong-dan-dang-ky-jun88v8__cta-buttons {
    flex-direction: column;
    gap: 15px;
    padding: 0 15px; /* Add padding to button container */
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
  }

  .page-blog-huong-dan-dang-ky-jun88v8__btn-primary,
  .page-blog-huong-dan-dang-ky-jun88v8__btn-secondary {
    width: 100% !important;
    max-width: 100% !important;
    padding: 12px 20px;
    font-size: 16px;
    white-space: normal !important;
    word-wrap: break-word !important;
    box-sizing: border-box !important;
  }

  .page-blog-huong-dan-dang-ky-jun88v8__content-section {
    padding: 20px 0;
  }

  .page-blog-huong-dan-dang-ky-jun88v8__container {
    padding: 0 15px;
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
  }

  .page-blog-huong-dan-dang-ky-jun88v8__article-body {
    padding: 20px;
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
  }

  .page-blog-huong-dan-dang-ky-jun88v8__section-title {
    font-size: clamp(20px, 5vw, 28px);
    margin-bottom: 20px;
  }
  .page-blog-huong-dan-dang-ky-jun88v8__section-title::after {
    width: 60px;
  }

  .page-blog-huong-dan-dang-ky-jun88v8__sub-title {
    font-size: clamp(18px, 4vw, 24px);
    margin-top: 25px;
    margin-bottom: 10px;
  }

  .page-blog-huong-dan-dang-ky-jun88v8 p {
    font-size: 16px;
  }

  .page-blog-huong-dan-dang-ky-jun88v8__list {
    margin-left: 20px;
    margin-bottom: 15px;
  }

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

  .page-blog-huong-dan-dang-ky-jun88v8__article-figure {
    margin: 20px auto;
  }

  .page-blog-huong-dan-dang-ky-jun88v8__article-figure img {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
    min-width: 200px !important;
    min-height: 200px !important;
  }

  details.page-blog-huong-dan-dang-ky-jun88v8__faq-item summary.page-blog-huong-dan-dang-ky-jun88v8__faq-question {
    padding: 15px 20px;
    font-size: 16px;
  }
  .page-blog-huong-dan-dang-ky-jun88v8__faq-qtext {
    font-size: 16px;
  }
  .page-blog-huong-dan-dang-ky-jun88v8__faq-toggle {
    font-size: 24px;
    width: 24px;
  }
  details.page-blog-huong-dan-dang-ky-jun88v8__faq-item .page-blog-huong-dan-dang-ky-jun88v8__faq-answer {
    padding: 0 20px 15px;
    font-size: 15px;
  }
}