.page-blog-how-to-register-vn88 {
  background-color: #F4F7FB;
  color: #1F2D3D;
  font-family: Arial, sans-serif;
  line-height: 1.6;
}

.page-blog-how-to-register-vn88__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 20px;
}

.page-blog-how-to-register-vn88__hero-section {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 10px; /* Small top padding, body handles header offset */
  background-color: #2F6BFF;
  position: relative;
  overflow: hidden;
}

.page-blog-how-to-register-vn88__hero-image-wrapper {
  width: 100%;
  max-height: 600px; /* Limit hero image height */
  overflow: hidden;
}

.page-blog-how-to-register-vn88__hero-image {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}

.page-blog-how-to-register-vn88__hero-content {
  text-align: center;
  padding: 40px 20px;
  background-color: rgba(47, 107, 255, 0.9); /* Slightly darker overlay for text readability */
  width: 100%;
  color: #FFFFFF;
}

.page-blog-how-to-register-vn88__main-title {
  font-weight: bold;
  line-height: 1.2;
  letter-spacing: -0.02em;
  color: #FFFFFF;
  margin-bottom: 15px;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  font-size: clamp(2rem, 4vw, 3.5rem);
}

.page-blog-how-to-register-vn88__description {
  font-size: 1.1rem;
  margin-bottom: 30px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  color: #D6E2FF;
}

.page-blog-how-to-register-vn88__cta-button {
  display: inline-block;
  padding: 15px 30px;
  border-radius: 8px;
  background: linear-gradient(180deg, #4A8BFF 0%, #2F6BFF 100%);
  color: #FFFFFF;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.1rem;
  transition: background 0.3s ease, transform 0.2s ease;
  border: none;
  cursor: pointer;
}

.page-blog-how-to-register-vn88__cta-button:hover {
  background: linear-gradient(180deg, #2F6BFF 0%, #4A8BFF 100%);
  transform: translateY(-2px);
}

.page-blog-how-to-register-vn88__content-section {
  padding: 60px 0;
  background-color: #F4F7FB;
}

.page-blog-how-to-register-vn88__section-title {
  font-size: 2.2rem;
  font-weight: bold;
  color: #000000;
  margin-bottom: 30px;
  text-align: center;
}

.page-blog-how-to-register-vn88__text {
  font-size: 1rem;
  color: #1F2D3D;
  margin-bottom: 20px;
  text-align: justify;
}

.page-blog-how-to-register-vn88__steps-wrapper {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 40px;
  margin-bottom: 50px;
}

.page-blog-how-to-register-vn88__steps-wrapper .page-blog-how-to-register-vn88__image {
  flex: 1 1 45%;
  min-width: 300px;
  border-radius: 10px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.page-blog-how-to-register-vn88__steps-list {
  flex: 1 1 45%;
  list-style: none;
  padding: 0;
  margin: 0;
}

.page-blog-how-to-register-vn88__step-item {
  background-color: #FFFFFF;
  border: 1px solid #D6E2FF;
  border-radius: 8px;
  padding: 20px;
  margin-bottom: 20px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
  transition: transform 0.2s ease;
}

.page-blog-how-to-register-vn88__step-item:hover {
  transform: translateY(-5px);
}

.page-blog-how-to-register-vn88__step-title {
  font-size: 1.4rem;
  font-weight: bold;
  color: #2F6BFF;
  margin-bottom: 10px;
}

.page-blog-how-to-register-vn88__step-text {
  font-size: 0.95rem;
  color: #1F2D3D;
}

.page-blog-how-to-register-vn88__image {
  width: 100%;
  height: auto;
  display: block;
  margin: 30px 0;
  border-radius: 10px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.page-blog-how-to-register-vn88__security-list {
  list-style: disc;
  padding-left: 25px;
  margin-bottom: 40px;
}

.page-blog-how-to-register-vn88__security-item {
  font-size: 1rem;
  color: #1F2D3D;
  margin-bottom: 10px;
}

.page-blog-how-to-register-vn88__faq-section {
  margin-top: 30px;
  margin-bottom: 40px;
}

.page-blog-how-to-register-vn88__faq-item {
  background-color: #FFFFFF;
  border: 1px solid #D6E2FF;
  border-radius: 8px;
  padding: 20px;
  margin-bottom: 15px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.03);
}

.page-blog-how-to-register-vn88__faq-question {
  font-size: 1.2rem;
  font-weight: bold;
  color: #2F6BFF;
  margin-bottom: 10px;
  cursor: pointer;
}

.page-blog-how-to-register-vn88__faq-answer {
  font-size: 1rem;
  color: #1F2D3D;
  display: block; /* Ensure answer is visible by default or toggled by JS */
}

.page-blog-how-to-register-vn88__conclusion {
  text-align: center;
  padding: 40px 20px;
  background-color: #E6F0FF;
  border-radius: 10px;
  margin-top: 50px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
}

.page-blog-how-to-register-vn88__cta-button--bottom {
  margin-top: 30px;
}

.page-blog-how-to-register-vn88__meta-info {
  text-align: right;
  margin-top: 40px;
  font-size: 0.9rem;
  color: #6FA3FF;
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .page-blog-how-to-register-vn88__hero-content {
    padding: 30px 15px;
  }

  .page-blog-how-to-register-vn88__main-title {
    font-size: clamp(1.8rem, 6vw, 2.5rem);
  }

  .page-blog-how-to-register-vn88__description {
    font-size: 1rem;
  }

  .page-blog-how-to-register-vn88__cta-button {
    padding: 12px 25px;
    font-size: 1rem;
  }

  .page-blog-how-to-register-vn88__section-title {
    font-size: 1.8rem;
    margin-bottom: 20px;
  }

  .page-blog-how-to-register-vn88__steps-wrapper {
    flex-direction: column;
    gap: 30px;
  }

  .page-blog-how-to-register-vn88__steps-wrapper .page-blog-how-to-register-vn88__image,
  .page-blog-how-to-register-vn88__steps-list {
    flex: 1 1 100%;
    min-width: unset;
  }

  .page-blog-how-to-register-vn88__image {
    margin: 20px 0;
  }

  .page-blog-how-to-register-vn88__step-title {
    font-size: 1.2rem;
  }

  .page-blog-how-to-register-vn88__faq-question {
    font-size: 1.1rem;
  }

  /* Ensure content area images are responsive */
  .page-blog-how-to-register-vn88__content-section img {
    max-width: 100%;
    height: auto;
  }
}

/* Image content area minimum size check for all img elements within the page content */
.page-blog-how-to-register-vn88__hero-image,
.page-blog-how-to-register-vn88__steps-wrapper .page-blog-how-to-register-vn88__image,
.page-blog-how-to-register-vn88__image {
  min-width: 200px;
  min-height: 200px;
}

/* Specific rule for content images to ensure they don't get too small via CSS */
.page-blog-how-to-register-vn88__content-section img {
  width: auto;
  height: auto;
  max-width: 100%; /* Allows shrinking */
  min-width: 200px; /* Enforces minimum width */
  min-height: 200px; /* Enforces minimum height */
}