/* style/blog-huong-dan-dang-ky-f168.css */
.page-blog-huong-dan-dang-ky-f168 {
    font-family: Arial, sans-serif;
    line-height: 1.6;
    color: #333333; /* Default text color for light background */
    background-color: #FFFFFF; /* Body background */
}

/* Hero Section */
.page-blog-huong-dan-dang-ky-f168__hero-section {
    padding-top: 10px; /* Fixed small top padding for non-homepage */
    padding-bottom: 60px;
    background-color: #f8f8f8; /* Light background for hero */
    color: #333333;
}

.page-blog-huong-dan-dang-ky-f168__hero-container {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    padding: 40px 20px;
    gap: 40px;
}

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

.page-blog-huong-dan-dang-ky-f168__main-title {
    font-size: clamp(2em, 4vw, 3.5em); /* H1 font size clamp */
    color: #017439; /* Brand color for H1 */
    margin-bottom: 20px;
    line-height: 1.2;
    font-weight: bold;
}

.page-blog-huong-dan-dang-ky-f168__hero-description {
    font-size: 1.1em;
    margin-bottom: 30px;
    color: #555555;
}

.page-blog-huong-dan-dang-ky-f168__hero-cta-buttons {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
}

.page-blog-huong-dan-dang-ky-f168__btn-primary,
.page-blog-huong-dan-dang-ky-f168__btn-secondary,
.page-blog-huong-dan-dang-ky-f168__btn-large,
.page-blog-huong-dan-dang-ky-f168 a[class*="button"],
.page-blog-huong-dan-dang-ky-f168 a[class*="btn"] {
    display: inline-block;
    padding: 15px 30px;
    border-radius: 8px;
    text-decoration: none;
    font-weight: bold;
    font-size: 1.1em;
    transition: background-color 0.3s ease, transform 0.3s ease;
    box-sizing: border-box; /* Ensure padding/border included in width */
    max-width: 100%; /* Default for desktop, but good to have */
    white-space: normal; /* Allow text wrapping */
    word-wrap: break-word; /* Ensure words break */
}

.page-blog-huong-dan-dang-ky-f168__btn-primary {
    background-color: #C30808; /* Register/Login button color */
    color: #FFFF00; /* Register/Login font color */
    border: 2px solid #C30808;
}

.page-blog-huong-dan-dang-ky-f168__btn-primary:hover {
    background-color: #e00b0b;
    transform: translateY(-2px);
}

.page-blog-huong-dan-dang-ky-f168__btn-secondary {
    background-color: #017439; /* Main brand color */
    color: #FFFFFF; /* Auxiliary color for text */
    border: 2px solid #017439;
}

.page-blog-huong-dan-dang-ky-f168__btn-secondary:hover {
    background-color: #005a2b;
    transform: translateY(-2px);
}

.page-blog-huong-dan-dang-ky-f168__hero-image {
    flex: 1 1 40%;
    display: flex;
    justify-content: center;
    align-items: center;
    min-width: 300px;
}

.page-blog-huong-dan-dang-ky-f168__hero-side-image {
    max-width: 100%;
    height: auto;
    border-radius: 12px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
    min-width: 200px; /* Minimum size requirement */
    min-height: 200px; /* Minimum size requirement */
}

/* Content Area */
.page-blog-huong-dan-dang-ky-f168__content-area {
    max-width: 1200px;
    margin: 0 auto;
    padding: 60px 20px;
    background-color: #FFFFFF; /* Explicit white background for content */
    color: #333333; /* Dark text for light background */
}

.page-blog-huong-dan-dang-ky-f168__section-title {
    font-size: 2.2em;
    color: #017439;
    margin-top: 40px;
    margin-bottom: 25px;
    text-align: center;
    font-weight: bold;
}

.page-blog-huong-dan-dang-ky-f168__content-area p {
    margin-bottom: 1em;
    font-size: 1.05em;
    line-height: 1.7;
    color: #444444;
}

/* Guide Steps */
.page-blog-huong-dan-dang-ky-f168__guide-steps {
    display: flex;
    flex-direction: column;
    gap: 40px;
    margin-top: 40px;
}

.page-blog-huong-dan-dang-ky-f168__step-item {
    background-color: #f0fdf4; /* Light green background for steps */
    border-radius: 12px;
    padding: 30px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
}

.page-blog-huong-dan-dang-ky-f168__step-title {
    font-size: 1.8em;
    color: #017439;
    margin-bottom: 15px;
    font-weight: bold;
}

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

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

.page-blog-huong-dan-dang-ky-f168__info-list,
.page-blog-huong-dan-dang-ky-f168__note-list {
    list-style: disc;
    margin-left: 25px;
    margin-bottom: 20px;
    color: #444444;
}

.page-blog-huong-dan-dang-ky-f168__info-list li,
.page-blog-huong-dan-dang-ky-f168__note-list li {
    margin-bottom: 8px;
    line-height: 1.6;
    font-size: 1.05em;
}

.page-blog-huong-dan-dang-ky-f168__info-list b,
.page-blog-huong-dan-dang-ky-f168__note-list b {
    color: #017439;
}

/* FAQ Section */
.page-blog-huong-dan-dang-ky-f168__faq-section {
    margin-top: 40px;
    border-top: 1px solid #eeeeee;
}

.page-blog-huong-dan-dang-ky-f168__faq-item {
    border-bottom: 1px solid #eeeeee;
    padding: 15px 0;
}

.page-blog-huong-dan-dang-ky-f168__faq-question {
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    font-size: 1.15em;
    color: #017439;
    font-weight: bold;
    padding: 10px 0;
    list-style: none; /* Hide default marker for details summary */
}

.page-blog-huong-dan-dang-ky-f168__faq-question::-webkit-details-marker {
    display: none; /* Hide default marker for webkit browsers */
}

.page-blog-huong-dan-dang-ky-f168__faq-qtext {
    flex-grow: 1;
}

.page-blog-huong-dan-dang-ky-f168__faq-toggle {
    font-size: 1.5em;
    line-height: 1;
    margin-left: 15px;
    color: #017439;
}

.page-blog-huong-dan-dang-ky-f168__faq-answer {
    padding-top: 10px;
    padding-bottom: 5px;
    font-size: 1em;
    color: #555555;
    line-height: 1.6;
}

/* Final CTA Section */
.page-blog-huong-dan-dang-ky-f168__final-cta-section {
    text-align: center;
    margin-top: 60px;
    padding: 40px 20px;
    background-color: #f0fdf4; /* Light green background */
    border-radius: 12px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
}

.page-blog-huong-dan-dang-ky-f168__final-cta-section .page-blog-huong-dan-dang-ky-f168__section-title {
    margin-top: 0;
    margin-bottom: 20px;
}

.page-blog-huong-dan-dang-ky-f168__final-cta-section p {
    max-width: 800px;
    margin: 0 auto 30px auto;
    font-size: 1.1em;
    color: #333333;
}

.page-blog-huong-dan-dang-ky-f168__btn-large {
    padding: 18px 35px;
    font-size: 1.2em;
}

/* All images global responsive styles */
.page-blog-huong-dan-dang-ky-f168 img {
    max-width: 100%;
    height: auto;
    display: block;
}

/* Mobile Responsive Styles */
@media (max-width: 768px) {
    .page-blog-huong-dan-dang-ky-f168 {
        font-size: 15px;
        line-height: 1.5;
    }

    /* HERO Section */
    .page-blog-huong-dan-dang-ky-f168__hero-section {
        padding-top: 10px !important; /* Enforce small top padding */
        padding-bottom: 40px;
    }
    
    .page-blog-huong-dan-dang-ky-f168__hero-container {
        flex-direction: column;
        padding: 30px 15px;
        gap: 30px;
    }

    .page-blog-huong-dan-dang-ky-f168__hero-content {
        order: 2; /* Content below image on mobile */
        text-align: center;
    }

    .page-blog-huong-dan-dang-ky-f168__hero-image {
        order: 1; /* Image above content on mobile */
        width: 100%;
    }

    .page-blog-huong-dan-dang-ky-f168__main-title {
        font-size: clamp(1.8em, 8vw, 2.5em);
        margin-bottom: 15px;
    }

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

    .page-blog-huong-dan-dang-ky-f168__hero-cta-buttons {
        flex-direction: column;
        gap: 15px;
        width: 100%;
    }

    .page-blog-huong-dan-dang-ky-f168__btn-primary,
    .page-blog-huong-dan-dang-ky-f168__btn-secondary,
    .page-blog-huong-dan-dang-ky-f168__btn-large,
    .page-blog-huong-dan-dang-ky-f168 a[class*="button"],
    .page-blog-huong-dan-dang-ky-f168 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; /* Add padding to prevent text touching edges */
        padding-right: 15px;
        font-size: 1em;
    }

    .page-blog-huong-dan-dang-ky-f168__hero-cta-buttons,
    .page-blog-huong-dan-dang-ky-f168__button-group,
    .page-blog-huong-dan-dang-ky-f168__btn-container {
        max-width: 100% !important;
        width: 100% !important;
        box-sizing: border-box !important;
        padding-left: 15px;
        padding-right: 15px;
        flex-wrap: wrap !important;
        gap: 10px;
    }

    /* Content Area */
    .page-blog-huong-dan-dang-ky-f168__content-area {
        padding: 40px 15px;
        max-width: 100% !important;
        width: 100% !important;
        box-sizing: border-box !important;
    }

    .page-blog-huong-dan-dang-ky-f168__section-title {
        font-size: 1.8em;
        margin-top: 30px;
        margin-bottom: 20px;
    }

    .page-blog-huong-dan-dang-ky-f168__content-area p {
        font-size: 0.95em;
    }

    /* Guide Steps */
    .page-blog-huong-dan-dang-ky-f168__guide-steps {
        gap: 30px;
    }

    .page-blog-huong-dan-dang-ky-f168__step-item {
        padding: 20px;
    }

    .page-blog-huong-dan-dang-ky-f168__step-title {
        font-size: 1.5em;
        margin-bottom: 10px;
    }

    /* FAQ Section */
    .page-blog-huong-dan-dang-ky-f168__faq-question {
        font-size: 1em;
        padding: 8px 0;
    }

    .page-blog-huong-dan-dang-ky-f168__faq-toggle {
        font-size: 1.2em;
    }

    .page-blog-huong-dan-dang-ky-f168__faq-answer {
        font-size: 0.9em;
    }

    /* Final CTA Section */
    .page-blog-huong-dan-dang-ky-f168__final-cta-section {
        padding: 30px 15px;
    }

    .page-blog-huong-dan-dang-ky-f168__final-cta-section p {
        font-size: 1em;
        margin-bottom: 25px;
    }

    .page-blog-huong-dan-dang-ky-f168__btn-large {
        padding: 15px 25px;
        font-size: 1.1em;
    }

    /* All images responsive */
    .page-blog-huong-dan-dang-ky-f168 img {
        max-width: 100% !important;
        width: 100% !important;
        height: auto !important;
    }
}

/* Contrast Fixes */
.page-blog-huong-dan-dang-ky-f168__dark-bg {
  color: #ffffff; /* Deep background with light text */
  background: #017439; /* Using brand color but ensure contrast */
}

.page-blog-huong-dan-dang-ky-f168__light-bg {
  color: #333333; /* Light background with dark text */
  background: #ffffff;
}
.page-blog-huong-dan-dang-ky-f168__contrast-fix {
  background: #ffffff !important;
  color: #333333 !important;
  border: 1px solid #e0e0e0 !important;
}

.page-blog-huong-dan-dang-ky-f168__text-contrast-fix {
  color: #333333 !important;
  text-shadow: none !important;
}