/* Base styles for the page */
.page-blog-huong-dan-dang-ky-tai-khoan-wi88-nhanh-chong {
  font-family: Arial, sans-serif;
  line-height: 1.6;
  color: #FFF6D6; /* Text Main */
  background-color: transparent; /* Rely on body background from shared.css */
}

.page-blog-huong-dan-dang-ky-tai-khoan-wi88-nhanh-chong__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 20px;
}

.page-blog-huong-dan-dang-ky-tai-khoan-wi88-nhanh-chong__section-title {
  font-size: 36px;
  font-weight: 700;
  color: #FFD36B; /* Auxiliary color for titles */
  text-align: center;
  margin-bottom: 40px;
  padding-top: 20px;
}

.page-blog-huong-dan-dang-ky-tai-khoan-wi88-nhanh-chong__text-block {
  font-size: 18px;
  margin-bottom: 15px;
  color: #FFF6D6; /* Text Main */
}

.page-blog-huong-dan-dang-ky-tai-khoan-wi88-nhanh-chong__text-link {
  color: #FFD36B; /* Auxiliary color for links */
  text-decoration: underline;
}

/* Hero Section */
.page-blog-huong-dan-dang-ky-tai-khoan-wi88-nhanh-chong__hero-section {
  position: relative;
  padding-top: 10px; /* Minimal padding-top, relying on body padding-top from shared.css */
  margin-bottom: 50px;
  overflow: hidden;
}

.page-blog-huong-dan-dang-ky-tai-khoan-wi88-nhanh-chong__hero-content-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  max-width: 1200px;
  margin: 0 auto;
  padding: 20px;
  position: relative;
  z-index: 2;
}

.page-blog-huong-dan-dang-ky-tai-khoan-wi88-nhanh-chong__hero-image-container {
  width: 100%;
  margin-bottom: 30px;
  border-radius: 10px;
  overflow: hidden;
  border: 1px solid #3A2A12; /* Border color */
  box-shadow: 0 0 20px rgba(255, 211, 107, 0.2); /* Glow */
}

.page-blog-huong-dan-dang-ky-tai-khoan-wi88-nhanh-chong__hero-image {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}

.page-blog-huong-dan-dang-ky-tai-khoan-wi88-nhanh-chong__hero-text-content {
  text-align: center;
  max-width: 900px;
  margin-top: 20px;
}

.page-blog-huong-dan-dang-ky-tai-khoan-wi88-nhanh-chong__main-title {
  font-size: clamp(2.5em, 5vw, 3.5em); /* Responsive font size for H1 */
  font-weight: 800;
  color: #FFD36B; /* Auxiliary color for H1 */
  margin-bottom: 20px;
  line-height: 1.2;
}

.page-blog-huong-dan-dang-ky-tai-khoan-wi88-nhanh-chong__hero-description {
  font-size: 1.1em;
  color: #FFF6D6; /* Text Main */
  margin-bottom: 30px;
}