/* style/blog-how-to-register-vua88.css */
.page-blog-how-to-register-vua88 {
  background-color: #08160F; /* Nền chính từ tùy chỉnh */
  color: #F2FFF6; /* Text Main từ tùy chỉnh */
  font-family: Arial, sans-serif;
  line-height: 1.6;
}

.page-blog-how-to-register-vua88__hero-section {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 60px 20px;
  padding-top: 10px; /* Nhỏ hơn để tránh double padding với body */
  text-align: center;
  overflow: hidden;
}

.page-blog-how-to-register-vua88__hero-image-wrapper {
  width: 100%;
  max-width: 100%;
  overflow: hidden;
  box-sizing: border-box;
}

.page-blog-how-to-register-vua88__hero-image {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
  border-radius: 8px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
}

.page-blog-how-to-register-vua88__hero-content {
  max-width: 900px;
  margin-top: 40px;
  z-index: 1;
}

.page-blog-how-to-register-vua88__main-title {
  font-size: clamp(2.5rem, 4vw, 3.5rem);
  color: #57E38D; /* Glow từ tùy chỉnh */
  font-weight: 700;
  margin-bottom: 20px;
  line-height: 1.2;
}

.page-blog-how-to-register-vua88__description {
  font-size: 1.1rem;
  color: #A7D9B8; /* Text Secondary từ tùy chỉnh */
  margin-bottom: 30px;
}

.page-blog-how-to-register-vua88__btn-primary {
  display: inline-block;
  padding: 15px 30px;
  background: linear-gradient(180deg, #2AD16F 0%, #13994A 100%); /* Nút từ tùy chỉnh */
  color: #F2FFF6;
  text-decoration: none;
  border-radius: 50px;
  font-weight: 700;
  transition: all 0.3s ease;
  border: none;
  cursor: pointer;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}

.page-blog-how-to-register-vua88__btn-primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.3);
  opacity: 0.9;
}

.page-blog-how-to-register-vua88__btn-secondary {
  display: inline-block;
  padding: 15px 30px;
  background: #11271B; /* Card BG từ tùy chỉnh */
  color: #57E38D; /* Glow từ tùy chỉnh */
  text-decoration: none;
  border-radius: 50px;
  font-weight: 700;
  transition: all 0.3s ease;
  border: 2px solid #2E7A4E; /* Border từ tùy chỉnh */
  cursor: pointer;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}

.page-blog-how-to-register-vua88__btn-secondary:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.3);
  background: #0A4B2C; /* Deep Green từ tùy chỉnh */
}

.page-blog-how-to-register-vua88__content-area {
  max-width: 1200px;
  margin: 0 auto;
  padding: 40px 20px;
  color: #F2FFF6; /* Text Main từ tùy chỉnh */
}

.page-blog-how-to-register-vua88__section {
  margin-bottom: 60px;
  padding: 20px;
  border-radius: 10px;
}

.page-blog-how-to-register-vua88__section-intro {
  text-align: center;
  margin-bottom: 40px;
}

.page-blog-how-to-register-vua88__section-title {
  font-size: clamp(1.8rem, 3vw, 2.8rem);
  color: #57E38D; /* Glow từ tùy chỉnh */
  font-weight: 600;
  margin-bottom: 25px;
  text-align: center;
}

.page-blog-how-to-register-vua88__text-block {
  font-size: 1rem;
  color: #A7D9B8; /* Text Secondary từ tùy chỉnh */
  margin-bottom: 20px;
}

.page-blog-how-to-register-vua88__card-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  margin-top: 40px;
}

.page-blog-how-to-register-vua88__card {
  background-color: #11271B; /* Card BG từ tùy chỉnh */
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  color: #F2FFF6; /* Text Main từ tùy chỉnh */
  border: 1px solid #2E7A4E; /* Border từ tùy chỉnh */
}

.page-blog-how-to-register-vua88__card-title {
  font-size: 1.5rem;
  color: #F2FFF6; /* Text Main từ tùy chỉnh */
  margin-bottom: 15px;
  font-weight: 600;
}

.page-blog-how-to-register-vua88__card-image {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 8px;
  margin-bottom: 15px;
}

.page-blog-how-to-register-vua88__list {
  list-style: none;
  padding: 0;
  margin-top: 20px;
}

.page-blog-how-to-register-vua88__list-icon {
  color: #57E38D; /* Glow từ tùy chỉnh */
  margin-right: 10px;
  font-weight: bold;
}

.page-blog-how-to-register-vua88__list li {
  margin-bottom: 10px;
  color: #A7D9B8; /* Text Secondary từ tùy chỉnh */
}

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

.page-blog-how-to-register-vua88__step-by-step {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
  margin-top: 40px;
}

.page-blog-how-to-register-vua88__step-item {
  background-color: #11271B; /* Card BG từ tùy chỉnh */
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  text-align: center;
  border: 1px solid #2E7A4E; /* Border từ tùy chỉnh */
}

.page-blog-how-to-register-vua88__step-number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: linear-gradient(180deg, #2AD16F 0%, #13994A 100%); /* Nút từ tùy chỉnh */
  color: #F2FFF6;
  font-size: 1.8rem;
  font-weight: 700;
  margin-bottom: 20px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
}

.page-blog-how-to-register-vua88__step-title {
  font-size: 1.4rem;
  color: #F2FFF6; /* Text Main từ tùy chỉnh */
  margin-bottom: 15px;
  font-weight: 600;
}

.page-blog-how-to-register-vua88__step-item p {
  color: #A7D9B8; /* Text Secondary từ tùy chỉnh */
}

.page-blog-how-to-register-vua88__text-link {
  color: #57E38D; /* Glow từ tùy chỉnh */
  text-decoration: underline;
}

.page-blog-how-to-register-vua88__text-link:hover {
  color: #F2C14E; /* Gold từ tùy chỉnh */
}

.page-blog-how-to-register-vua88__cta-section {
  text-align: center;
  margin-top: 50px;
  padding: 30px;
  background-color: #0A4B2C; /* Deep Green từ tùy chỉnh */
  border-radius: 10px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

.page-blog-how-to-register-vua88__cta-text {
  font-size: 1.2rem;
  color: #F2FFF6; /* Text Main từ tùy chỉnh */
  margin-bottom: 25px;
  font-weight: 500;
}

.page-blog-how-to-register-vua88__important-notes {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
  margin-top: 40px;
}

.page-blog-how-to-register-vua88__note-item {
  background-color: #11271B; /* Card BG từ tùy chỉnh */
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  border: 1px solid #2E7A4E; /* Border từ tùy chỉnh */
}

.page-blog-how-to-register-vua88__note-title {
  font-size: 1.4rem;
  color: #F2FFF6; /* Text Main từ tùy chỉnh */
  margin-bottom: 15px;
  font-weight: 600;
}

.page-blog-how-to-register-vua88__note-item p {
  color: #A7D9B8; /* Text Secondary từ tùy chỉnh */
}

.page-blog-how-to-register-vua88__info-cards {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
  margin-top: 40px;
}

.page-blog-how-to-register-vua88__info-card {
  background-color: #11271B; /* Card BG từ tùy chỉnh */
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  border: 1px solid #2E7A4E; /* Border từ tùy chỉnh */
}

.page-blog-how-to-register-vua88__info-title {
  font-size: 1.4rem;
  color: #F2FFF6; /* Text Main từ tùy chỉnh */
  margin-bottom: 15px;
  font-weight: 600;
}

.page-blog-how-to-register-vua88__info-card p {
  color: #A7D9B8; /* Text Secondary từ tùy chỉnh */
}

.page-blog-how-to-register-vua88__issue-list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
  margin-top: 40px;
}

.page-blog-how-to-register-vua88__issue-item {
  background-color: #11271B; /* Card BG từ tùy chỉnh */
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  border: 1px solid #2E7A4E; /* Border từ tùy chỉnh */
}

.page-blog-how-to-register-vua88__issue-title {
  font-size: 1.4rem;
  color: #F2FFF6; /* Text Main từ tùy chỉnh */
  margin-bottom: 15px;
  font-weight: 600;
}

.page-blog-how-to-register-vua88__issue-item p {
  color: #A7D9B8; /* Text Secondary từ tùy chỉnh */
}

.page-blog-how-to-register-vua88__dark-section {
  background-color: #0A4B2C; /* Deep Green từ tùy chỉnh */
  padding: 50px 20px;
  margin-bottom: 60px;
  border-radius: 10px;
  text-align: center;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.4);
}

.page-blog-how-to-register-vua88__dark-section .page-blog-how-to-register-vua88__section-title {
  color: #F2FFF6; /* Text Main từ tùy chỉnh */
}

.page-blog-how-to-register-vua88__dark-section .page-blog-how-to-register-vua88__text-block {
  color: #A7D9B8; /* Text Secondary từ tùy chỉnh */
}

.page-blog-how-to-register-vua88__promo-cards {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
  margin-top: 40px;
}

.page-blog-how-to-register-vua88__promo-card {
  background-color: #11271B; /* Card BG từ tùy chỉnh */
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  border: 1px solid #2E7A4E; /* Border từ tùy chỉnh */
}

.page-blog-how-to-register-vua88__promo-title {
  font-size: 1.4rem;
  color: #F2FFF6; /* Text Main từ tùy chỉnh */
  margin-bottom: 15px;
  font-weight: 600;
}

.page-blog-how-to-register-vua88__promo-card p {
  color: #A7D9B8; /* Text Secondary từ tùy chỉnh */
}

.page-blog-how-to-register-vua88__faq-list {
  margin-top: 40px;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

.page-blog-how-to-register-vua88__faq-item {
  background-color: #11271B; /* Card BG từ tùy chỉnh */
  margin-bottom: 15px;
  border-radius: 8px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  border: 1px solid #2E7A4E; /* Border từ tùy chỉnh */
}

.page-blog-how-to-register-vua88__faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 25px;
  cursor: pointer;
  font-size: 1.1rem;
  color: #F2FFF6; /* Text Main từ tùy chỉnh */
  font-weight: 600;
  list-style: none;
  user-select: none;
}

.page-blog-how-to-register-vua88__faq-question::-webkit-details-marker {
  display: none;
}

.page-blog-how-to-register-vua88__faq-toggle {
  font-size: 1.5rem;
  line-height: 1;
  color: #57E38D; /* Glow từ tùy chỉnh */
  margin-left: 15px;
}

.page-blog-how-to-register-vua88__faq-answer {
  padding: 0 25px 20px;
  color: #A7D9B8; /* Text Secondary từ tùy chỉnh */
  font-size: 1rem;
  line-height: 1.5;
}

.page-blog-how-to-register-vua88__faq-answer p {
  margin-top: 0;
  margin-bottom: 0;
}

.page-blog-how-to-register-vua88__conclusion-section {
  text-align: center;
  padding: 50px 20px;
  background-color: #0A4B2C; /* Deep Green từ tùy chỉnh */
  border-radius: 10px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.4);
  margin-bottom: 40px;
}

.page-blog-how-to-register-vua88__conclusion-section .page-blog-how-to-register-vua88__section-title {
  color: #F2FFF6; /* Text Main từ tùy chỉnh */
}

.page-blog-how-to-register-vua88__conclusion-section .page-blog-how-to-register-vua88__text-block {
  color: #A7D9B8; /* Text Secondary từ tùy chỉnh */
  margin-bottom: 30px;
}

/* Responsive adjustments */
@media (max-width: 1024px) {
  .page-blog-how-to-register-vua88__hero-section {
    padding: 40px 15px;
    padding-top: 10px;
  }
  .page-blog-how-to-register-vua88__main-title {
    font-size: clamp(2rem, 5vw, 3rem);
  }
  .page-blog-how-to-register-vua88__section-title {
    font-size: clamp(1.6rem, 4vw, 2.5rem);
  }
  .page-blog-how-to-register-vua88__content-area {
    padding: 30px 15px;
  }
}

@media (max-width: 768px) {
  .page-blog-how-to-register-vua88 {
    font-size: 16px;
    line-height: 1.6;
  }
  .page-blog-how-to-register-vua88__hero-section {
    padding: 30px 15px !important;
    padding-top: 10px !important;
  }
  .page-blog-how-to-register-vua88__hero-image,
  .page-blog-how-to-register-vua88__image-full-width {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
  }
  .page-blog-how-to-register-vua88__hero-image-wrapper,
  .page-blog-how-to-register-vua88__card,
  .page-blog-how-to-register-vua88__step-item,
  .page-blog-how-to-register-vua88__note-item,
  .page-blog-how-to-register-vua88__info-card,
  .page-blog-how-to-register-vua88__issue-item,
  .page-blog-how-to-register-vua88__promo-card,
  .page-blog-how-to-register-vua88__cta-section,
  .page-blog-how-to-register-vua88__conclusion-section {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    padding-left: 15px;
    padding-right: 15px;
  }
  .page-blog-how-to-register-vua88__btn-primary,
  .page-blog-how-to-register-vua88__btn-secondary,
  .page-blog-how-to-register-vua88 a[class*="button"],
  .page-blog-how-to-register-vua88 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-bottom: 10px; /* Add spacing between stacked buttons */
  }
  .page-blog-how-to-register-vua88__cta-section a,
  .page-blog-how-to-register-vua88__conclusion-section a {
    display: block; /* Ensure buttons stack vertically */
  }
  .page-blog-how-to-register-vua88__cta-section .page-blog-how-to-register-vua88__btn-secondary {
    margin-bottom: 15px; /* Spacing for two buttons in CTA */
  }
  .page-blog-how-to-register-vua88__main-title {
    font-size: 2rem;
  }
  .page-blog-how-to-register-vua88__section-title {
    font-size: 1.8rem;
  }
  .page-blog-how-to-register-vua88__card-title,
  .page-blog-how-to-register-vua88__step-title,
  .page-blog-how-to-register-vua88__note-title,
  .page-blog-how-to-register-vua88__info-title,
  .page-blog-how-to-register-vua88__issue-title,
  .page-blog-how-to-register-vua88__promo-title {
    font-size: 1.2rem;
  }
  .page-blog-how-to-register-vua88__faq-question {
    font-size: 1rem;
  }
}