.page-blog-huong-dan-dang-ky-r88 {
  font-family: Arial, sans-serif;
  line-height: 1.6;
  color: #FFF6D6; /* Text Main color, suitable for dark background */
  background-color: #0A0A0A; /* Background color */
}

.page-blog-huong-dan-dang-ky-r88__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 15px;
}

.page-blog-huong-dan-dang-ky-r88__hero-section {
  padding-top: 10px; /* Small top padding, relying on body padding for header offset */
  padding-bottom: 60px;
  background-color: #0A0A0A; /* Background color */
  color: #FFF6D6;
}

.page-blog-huong-dan-dang-ky-r88__hero-container {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  padding: 60px 15px;
}

.page-blog-huong-dan-dang-ky-r88__hero-content {
  flex: 1;
  min-width: 300px;
}

.page-blog-huong-dan-dang-ky-r88__main-title {
  font-size: clamp(2.2rem, 4vw, 3.5rem);
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 20px;
  color: #FFD36B; /* Glow color for main title */
}

.page-blog-huong-dan-dang-ky-r88__hero-description {
  font-size: 1.1rem;
  margin-bottom: 30px;
  color: #FFF6D6;
}

.page-blog-huong-dan-dang-ky-r88__cta-buttons {
  display: flex;
  gap: 20px;
  flex-wrap: wrap; /* Allow buttons to wrap on smaller screens */
}

.page-blog-huong-dan-dang-ky-r88__btn-primary,
.page-blog-huong-dan-dang-ky-r88__btn-secondary,
.page-blog-huong-dan-dang-ky-r88__btn-link {
  display: inline-block;
  padding: 15px 30px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: 700;
  font-size: 1rem;
  text-align: center;
  transition: all 0.3s ease;
  box-sizing: border-box;
  max-width: 100%;
  white-space: normal;
  word-wrap: break-word;
}

.page-blog-huong-dan-dang-ky-r88__btn-primary {
  background: linear-gradient(180deg, #FFD86A 0%, #DDA11D 100%);
  color: #0A0A0A; /* Dark text for bright button */
  border: none;
  box-shadow: 0 4px 15px rgba(255, 211, 107, 0.4);
}

.page-blog-huong-dan-dang-ky-r88__btn-primary:hover {
  opacity: 0.9;
  transform: translateY(-2px);
}

.page-blog-huong-dan-dang-ky-r88__btn-secondary {
  background: transparent;
  color: #FFD36B; /* Glow color */
  border: 2px solid #FFD36B; /* Glow color border */
}

.page-blog-huong-dan-dang-ky-r88__btn-secondary:hover {
  background-color: rgba(255, 211, 107, 0.1);
  transform: translateY(-2px);
}

.page-blog-huong-dan-dang-ky-r88__btn-link {
  background: linear-gradient(180deg, #FFD86A 0%, #DDA11D 100%);
  color: #0A0A0A;
  border: none;
  margin-top: 20px;
}

.page-blog-huong-dan-dang-ky-r88__btn-link:hover {
  opacity: 0.9;
}

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

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

.page-blog-huong-dan-dang-ky-r88__intro-section,
.page-blog-huong-dan-dang-ky-r88__guide-section,
.page-blog-huong-dan-dang-ky-r88__tips-section,
.page-blog-huong-dan-dang-ky-r88__faq-section,
.page-blog-huong-dan-dang-ky-r88__cta-bottom-section,
.page-blog-huong-dan-dang-ky-r88__related-articles-section {
  padding: 60px 0;
  background-color: #0A0A0A; /* Background color */
}

.page-blog-huong-dan-dang-ky-r88__section-title {
  font-size: clamp(1.8rem, 3vw, 2.8rem);
  font-weight: 700;
  text-align: center;
  margin-bottom: 40px;
  color: #FFD36B; /* Glow color */
}

.page-blog-huong-dan-dang-ky-r88__text-block {
  font-size: 1rem;
  line-height: 1.7;
  margin-bottom: 20px;
  color: #FFF6D6;
  text-align: justify;
}

/* Guide Section */
.page-blog-huong-dan-dang-ky-r88__guide-steps {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 40px;
}

.page-blog-huong-dan-dang-ky-r88__step-item {
  background-color: #111111; /* Card BG color */
  border: 1px solid #3A2A12; /* Border color */
  border-radius: 12px;
  padding: 30px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.page-blog-huong-dan-dang-ky-r88__step-title {
  font-size: 1.6rem;
  font-weight: 600;
  margin-bottom: 15px;
  color: #F2C14E; /* Main color */
}

.page-blog-huong-dan-dang-ky-r88__step-description {
  font-size: 1rem;
  line-height: 1.7;
  margin-bottom: 20px;
  color: #FFF6D6;
  text-align: justify;
}

.page-blog-huong-dan-dang-ky-r88__step-list {
  list-style: disc;
  padding-left: 20px;
  margin-bottom: 20px;
  color: #FFF6D6;
}

.page-blog-huong-dan-dang-ky-r88__step-list li {
  margin-bottom: 10px;
}

.page-blog-huong-dan-dang-ky-r88__step-list strong {
  color: #FFD36B;
}

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

/* Tips Section */
.page-blog-huong-dan-dang-ky-r88__tips-list {
  list-style: none;
  padding: 0;
  max-width: 800px;
  margin: 0 auto;
}

.page-blog-huong-dan-dang-ky-r88__tips-list li {
  background-color: #111111; /* Card BG color */
  border: 1px solid #3A2A12; /* Border color */
  border-radius: 8px;
  padding: 20px;
  margin-bottom: 15px;
  font-size: 1rem;
  color: #FFF6D6;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.page-blog-huong-dan-dang-ky-r88__tips-list li strong {
  color: #F2C14E;
}

/* FAQ Section */
.page-blog-huong-dan-dang-ky-r88__faq-list {
  max-width: 800px;
  margin: 0 auto;
}

.page-blog-huong-dan-dang-ky-r88__faq-item {
  background-color: #111111; /* Card BG color */
  border: 1px solid #3A2A12; /* Border color */
  border-radius: 8px;
  margin-bottom: 15px;
  overflow: hidden;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.page-blog-huong-dan-dang-ky-r88__faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px;
  font-size: 1.1rem;
  font-weight: 600;
  cursor: pointer;
  color: #F2C14E; /* Main color */
  background-color: #111111;
  list-style: none; /* For details/summary */
}

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

.page-blog-huong-dan-dang-ky-r88__faq-toggle {
  font-size: 1.5rem;
  line-height: 1;
  color: #FFD36B;
}

.page-blog-huong-dan-dang-ky-r88__faq-answer {
  padding: 0 20px 20px;
  font-size: 1rem;
  line-height: 1.7;
  color: #FFF6D6;
  text-align: justify;
}

/* CTA Bottom Section */
.page-blog-huong-dan-dang-ky-r88__cta-bottom-section {
  text-align: center;
  padding: 80px 0;
  background: linear-gradient(135deg, #0A0A0A, #1a1a1a); /* Slightly different background */
}

.page-blog-huong-dan-dang-ky-r88__cta-bottom-content {
  max-width: 800px;
  margin: 0 auto;
}

.page-blog-huong-dan-dang-ky-r88__cta-bottom-section .page-blog-huong-dan-dang-ky-r88__section-title {
  color: #FFD36B; /* Glow color */
  margin-bottom: 25px;
}

.page-blog-huong-dan-dang-ky-r88__cta-bottom-section .page-blog-huong-dan-dang-ky-r88__text-block {
  margin-bottom: 40px;
}

/* Related Articles Section */
.page-blog-huong-dan-dang-ky-r88__article-list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
}

.page-blog-huong-dan-dang-ky-r88__article-card {
  background-color: #111111; /* Card BG color */
  border: 1px solid #3A2A12; /* Border color */
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  display: flex;
  flex-direction: column;
  transition: transform 0.3s ease;
}

.page-blog-huong-dan-dang-ky-r88__article-card:hover {
  transform: translateY(-5px);
}

.page-blog-huong-dan-dang-ky-r88__article-image {
  width: 100%;
  height: 200px; /* Fixed height for consistency */
  object-fit: cover;
  display: block;
}

.page-blog-huong-dan-dang-ky-r88__article-content {
  padding: 20px;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}

.page-blog-huong-dan-dang-ky-r88__article-title {
  font-size: 1.3rem;
  font-weight: 600;
  margin-bottom: 10px;
  line-height: 1.4;
  color: #F2C14E; /* Main color */
}

.page-blog-huong-dan-dang-ky-r88__article-title a {
  color: #F2C14E;
  text-decoration: none;
}

.page-blog-huong-dan-dang-ky-r88__article-title a:hover {
  text-decoration: underline;
}

.page-blog-huong-dan-dang-ky-r88__article-meta {
  font-size: 0.9rem;
  color: #FFD36B; /* Glow color for meta info */
  margin-bottom: 15px;
}

.page-blog-huong-dan-dang-ky-r88__article-excerpt {
  font-size: 0.95rem;
  line-height: 1.6;
  color: #FFF6D6;
  margin-bottom: 20px;
  flex-grow: 1;
  text-align: justify;
}

.page-blog-huong-dan-dang-ky-r88__read-more {
  color: #FFD36B;
  text-decoration: none;
  font-weight: 600;
  align-self: flex-start;
}

.page-blog-huong-dan-dang-ky-r88__read-more:hover {
  text-decoration: underline;
}

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

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

  .page-blog-huong-dan-dang-ky-r88__hero-content {
    order: 2;
  }

  .page-blog-huong-dan-dang-ky-r88__hero-image {
    order: 1;
    margin-bottom: 30px;
  }

  .page-blog-huong-dan-dang-ky-r88__main-title,
  .page-blog-huong-dan-dang-ky-r88__hero-description,
  .page-blog-huong-dan-dang-ky-r88__cta-buttons {
    text-align: center;
    justify-content: center;
  }

  .page-blog-huong-dan-dang-ky-r88__section-title {
    font-size: 2.2rem;
  }

  .page-blog-huong-dan-dang-ky-r88__guide-steps {
    grid-template-columns: 1fr;
  }

  .page-blog-huong-dan-dang-ky-r88__tips-list,
  .page-blog-huong-dan-dang-ky-r88__faq-list {
    padding: 0 15px;
  }

  .page-blog-huong-dan-dang-ky-r88__article-list {
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  }
}

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

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

  .page-blog-huong-dan-dang-ky-r88__hero-container {
    padding: 30px 15px;
  }

  .page-blog-huong-dan-dang-ky-r88__main-title {
    font-size: 2rem;
    margin-bottom: 15px;
  }

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

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

  .page-blog-huong-dan-dang-ky-r88__btn-primary,
  .page-blog-huong-dan-dang-ky-r88__btn-secondary,
  .page-blog-huong-dan-dang-ky-r88__btn-link,
  .page-blog-huong-dan-dang-ky-r88 a[class*="button"],
  .page-blog-huong-dan-dang-ky-r88 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: 12px 20px; /* Adjust padding for smaller screens */
  }

  /* General content sections */
  .page-blog-huong-dan-dang-ky-r88__intro-section,
  .page-blog-huong-dan-dang-ky-r88__guide-section,
  .page-blog-huong-dan-dang-ky-r88__tips-section,
  .page-blog-huong-dan-dang-ky-r88__faq-section,
  .page-blog-huong-dan-dang-ky-r88__cta-bottom-section,
  .page-blog-huong-dan-dang-ky-r88__related-articles-section {
    padding: 40px 0;
  }

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

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

  .page-blog-huong-dan-dang-ky-r88__text-block {
    font-size: 0.95rem;
  }

  /* Guide steps */
  .page-blog-huong-dan-dang-ky-r88__step-item {
    padding: 20px;
  }

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

  .page-blog-huong-dan-dang-ky-r88__step-description,
  .page-blog-huong-dan-dang-ky-r88__step-list li {
    font-size: 0.9rem;
  }

  /* Tips and FAQ */
  .page-blog-huong-dan-dang-ky-r88__tips-list li,
  .page-blog-huong-dan-dang-ky-r88__faq-question {
    font-size: 1rem;
    padding: 15px;
  }

  .page-blog-huong-dan-dang-ky-r88__faq-answer {
    font-size: 0.9rem;
    padding: 0 15px 15px;
  }

  /* Related articles */
  .page-blog-huong-dan-dang-ky-r88__article-list {
    grid-template-columns: 1fr;
  }

  .page-blog-huong-dan-dang-ky-r88__article-title {
    font-size: 1.2rem;
  }

  .page-blog-huong-dan-dang-ky-r88__article-image {
    height: 180px;
  }

  /* Ensure all images and containers are responsive */
  .page-blog-huong-dan-dang-ky-r88 img {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
  }

  .page-blog-huong-dan-dang-ky-r88__section,
  .page-blog-huong-dan-dang-ky-r88__card,
  .page-blog-huong-dan-dang-ky-r88__container {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    padding-left: 15px;
    padding-right: 15px;
  }
}