.page-blog-huong-dan-dang-ky-788bet {
    font-family: Arial, sans-serif;
    color: #333333; /* Text Main */
    background: #F5F7FA; /* Background */
    line-height: 1.6;
    font-size: 16px;
}

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

.page-blog-huong-dan-dang-ky-788bet__section {
    padding: 40px 0;
}

.page-blog-huong-dan-dang-ky-788bet__section-title {
    font-size: 32px;
    font-weight: bold;
    color: #E53935; /* Main color */
    text-align: center;
    margin-bottom: 30px;
    line-height: 1.2;
}

.page-blog-huong-dan-dang-ky-788bet__main-title {
    font-size: clamp(28px, 4vw, 48px); /* H1 clamp rule */
    font-weight: 700;
    color: #ffffff;
    text-align: center;
    margin-bottom: 20px;
    line-height: 1.2;
}

.page-blog-huong-dan-dang-ky-788bet__description {
    font-size: 18px;
    color: #f0f0f0;
    text-align: center;
    max-width: 800px;
    margin: 0 auto 30px;
}

/* Hero Section */
.page-blog-huong-dan-dang-ky-788bet__hero-section {
    position: relative;
    padding-top: 10px; /* Small top padding, body handles --header-offset */
    padding-bottom: 60px;
    background: linear-gradient(180deg, #FF5A4F 0%, #E53935 100%); /* Main gradient */
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    overflow: hidden; /* Ensure content doesn't overflow */
}

.page-blog-huong-dan-dang-ky-788bet__hero-image-wrap {
    width: 100%;
    max-height: 500px; /* Limit image height */
    overflow: hidden;
    display: flex;
    justify-content: center;
    margin-bottom: 30px;
}

.page-blog-huong-dan-dang-ky-788bet__hero-image {
    width: 100%;
    height: auto;
    object-fit: cover; /* Default cover for desktop */
    display: block;
}

.page-blog-huong-dan-dang-ky-788bet__hero-content {
    position: relative;
    z-index: 1;
    padding: 0 20px;
    max-width: 900px;
}

/* Buttons */
.page-blog-huong-dan-dang-ky-788bet__cta-buttons {
    display: flex;
    gap: 20px;
    justify-content: center;
    flex-wrap: wrap; /* Allow wrapping for multiple buttons */
    margin-top: 30px;
}

.page-blog-huong-dan-dang-ky-788bet__cta-buttons--center {
    margin-top: 40px;
}

.page-blog-huong-dan-dang-ky-788bet__btn-primary,
.page-blog-huong-dan-dang-ky-788bet__btn-secondary {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 14px 30px;
    border-radius: 8px;
    font-size: 18px;
    font-weight: bold;
    text-decoration: none;
    transition: all 0.3s ease;
    cursor: pointer;
    box-sizing: border-box; /* Ensure padding doesn't push width */
    white-space: normal; /* Allow text wrapping */
    word-wrap: break-word; /* Allow text breaking */
}

.page-blog-huong-dan-dang-ky-788bet__btn-primary {
    background: linear-gradient(180deg, #FF5A4F 0%, #E53935 100%); /* Button gradient */
    color: #ffffff;
    border: 2px solid transparent;
}

.page-blog-huong-dan-dang-ky-788bet__btn-primary:hover {
    background: linear-gradient(180deg, #E53935 0%, #FF5A4F 100%);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}

.page-blog-huong-dan-dang-ky-788bet__btn-secondary {
    background: #ffffff;
    color: #E53935; /* Main color */
    border: 2px solid #E53935; /* Main color */
}

.page-blog-huong-dan-dang-ky-788bet__btn-secondary:hover {
    background: #f0f0f0;
    color: #E53935;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.page-blog-huong-dan-dang-ky-788bet__btn-primary--block {
    display: block;
    width: 100%;
    max-width: 350px;
    margin: 30px auto 0;
}

/* Content Blocks */
.page-blog-huong-dan-dang-ky-788bet__content-block {
    background: #ffffff; /* Card BG */
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
    margin-top: 30px;
}

.page-blog-huong-dan-dang-ky-788bet__content-block p {
    margin-bottom: 15px;
    color: #333333;
}

.page-blog-huong-dan-dang-ky-788bet__content-block ul,
.page-blog-huong-dan-dang-ky-788bet__content-block ol {
    margin-bottom: 15px;
    padding-left: 25px;
    color: #333333;
}

.page-blog-huong-dan-dang-ky-788bet__content-block li {
    margin-bottom: 8px;
    color: #333333;
}

.page-blog-huong-dan-dang-ky-788bet__content-block strong {
    color: #E53935; /* Main color */
}

.page-blog-huong-dan-dang-ky-788bet__step-item {
    background: #ffffff; /* Card BG */
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
    margin-bottom: 30px;
}

.page-blog-huong-dan-dang-ky-788bet__step-title {
    font-size: 24px;
    color: #E53935; /* Main color */
    margin-bottom: 20px;
    text-align: center;
}

.page-blog-huong-dan-dang-ky-788bet__step-image,
.page-blog-huong-dan-dang-ky-788bet__promotion-image,
.page-blog-huong-dan-dang-ky-788bet img {
    max-width: 100%;
    height: auto;
    display: block;
    margin: 20px auto;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.page-blog-huong-dan-dang-ky-788bet__text-center {
    text-align: center;
}

/* FAQ Section */
details.page-blog-huong-dan-dang-ky-788bet__faq-item {
  margin-bottom: 15px;
  border-radius: 5px;
  border: 1px solid #E0E0E0; /* Border */
  overflow: hidden;
  background: #ffffff; /* Card BG */
  color: #333333; /* Text Main */
}
details.page-blog-huong-dan-dang-ky-788bet__faq-item summary.page-blog-huong-dan-dang-ky-788bet__faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 18px 20px;
  cursor: pointer;
  user-select: none;
  list-style: none;
  transition: background-color 0.3s ease;
}
details.page-blog-huong-dan-dang-ky-788bet__faq-item summary.page-blog-huong-dan-dang-ky-788bet__faq-question::-webkit-details-marker {
  display: none;
}
details.page-blog-huong-dan-dang-ky-788bet__faq-item summary.page-blog-huong-dan-dang-ky-788bet__faq-question:hover {
  background: #f5f5f5;
}
.page-blog-huong-dan-dang-ky-788bet__faq-qtext {
  flex: 1;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.5;
  text-align: left;
  color: #333333;
}
.page-blog-huong-dan-dang-ky-788bet__faq-toggle {
  font-size: 24px;
  font-weight: bold;
  color: #E53935; /* Main color */
  flex-shrink: 0;
  margin-left: 15px;
  width: 28px;
  text-align: center;
}
details.page-blog-huong-dan-dang-ky-788bet__faq-item .page-blog-huong-dan-dang-ky-788bet__faq-answer {
  padding: 0 20px 20px;
  background: #f9f9f9;
  border-radius: 0 0 5px 5px;
  color: #333333;
}
.page-blog-huong-dan-dang-ky-788bet__faq-answer p {
    margin-bottom: 0;
}


/* Responsive Styles */
@media (max-width: 1024px) {
    .page-blog-huong-dan-dang-ky-788bet__container {
        padding: 20px 30px;
    }
    .page-blog-huong-dan-dang-ky-788bet__section-title {
        font-size: 28px;
    }
    .page-blog-huong-dan-dang-ky-788bet__main-title {
        font-size: clamp(26px, 3.5vw, 42px);
    }
    .page-blog-huong-dan-dang-ky-788bet__description {
        font-size: 16px;
    }
    .page-blog-huong-dan-dang-ky-788bet__btn-primary,
    .page-blog-huong-dan-dang-ky-788bet__btn-secondary {
        padding: 12px 25px;
        font-size: 16px;
    }
    .page-blog-huong-dan-dang-ky-788bet__faq-qtext {
        font-size: 16px;
    }
}

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

@media (max-width: 768px) {
    .page-blog-huong-dan-dang-ky-788bet {
        font-size: 15px;
        line-height: 1.5;
    }
    .page-blog-huong-dan-dang-ky-788bet__container {
        padding: 15px;
        max-width: 100% !important;
        width: 100% !important;
        box-sizing: border-box !important;
    }
    .page-blog-huong-dan-dang-ky-788bet__section {
        padding: 30px 0;
    }
    .page-blog-huong-dan-dang-ky-788bet__section-title {
        font-size: 24px;
        margin-bottom: 20px;
        line-height: 1.3;
    }
    .page-blog-huong-dan-dang-ky-788bet__main-title {
        font-size: clamp(24px, 7vw, 36px);
        margin-bottom: 15px;
    }
    .page-blog-huong-dan-dang-ky-788bet__description {
        font-size: 15px;
        margin-bottom: 20px;
    }

    /* Hero Section Specifics */
    .page-blog-huong-dan-dang-ky-788bet__hero-section {
        padding-top: 10px; /* Small top padding */
        padding-bottom: 40px;
    }
    .page-blog-huong-dan-dang-ky-788bet__hero-image-wrap {
        max-height: 300px;
    }

    /* Images */
    .page-blog-huong-dan-dang-ky-788bet img {
        max-width: 100% !important;
        width: 100% !important;
        height: auto !important;
        box-sizing: border-box !important;
    }

    /* Content Blocks */
    .page-blog-huong-dan-dang-ky-788bet__content-block,
    .page-blog-huong-dan-dang-ky-788bet__step-item {
        padding: 20px;
        margin-top: 20px;
    }
    .page-blog-huong-dan-dang-ky-788bet__step-title {
        font-size: 20px;
        margin-bottom: 15px;
    }
    .page-blog-huong-dan-dang-ky-788bet__content-block p,
    .page-blog-huong-dan-dang-ky-788bet__content-block li {
        font-size: 15px;
    }

    /* Buttons */
    .page-blog-huong-dan-dang-ky-788bet__cta-buttons {
        flex-direction: column; /* Stack buttons vertically */
        gap: 10px;
        width: 100% !important;
        max-width: 100% !important;
        box-sizing: border-box !important;
        padding: 0 15px; /* Add padding to container */
    }
    .page-blog-huong-dan-dang-ky-788bet__btn-primary,
    .page-blog-huong-dan-dang-ky-788bet__btn-secondary {
        max-width: 100% !important;
        width: 100% !important;
        padding: 12px 15px;
        font-size: 16px;
        white-space: normal !important;
        word-wrap: break-word !important;
    }
    .page-blog-huong-dan-dang-ky-788bet__btn-primary--block {
        max-width: 100% !important;
        width: 100% !important;
        margin: 20px auto 0;
    }

    /* FAQ */
    details.page-blog-huong-dan-dang-ky-788bet__faq-item summary.page-blog-huong-dan-dang-ky-788bet__faq-question {
        padding: 15px;
    }
    .page-blog-huong-dan-dang-ky-788bet__faq-qtext {
        font-size: 16px;
    }
    details.page-blog-huong-dan-dang-ky-788bet__faq-item .page-blog-huong-dan-dang-ky-788bet__faq-answer {
        padding: 0 15px 15px;
    }
    .page-blog-huong-dan-dang-ky-788bet__faq-toggle {
        font-size: 20px;
        width: 24px;
        height: 24px;
        margin-left: 10px;
    }
}