.page-blog-cap-nhat-khuyen-mai-moi-nhat-tu-gk88 {
    font-family: Arial, sans-serif;
    color: #333333; /* Default text color for light body background */
    line-height: 1.6;
}

/* Hero Section */
.page-blog-cap-nhat-khuyen-mai-moi-nhat-tu-gk88__hero-section {
    padding-top: 10px; /* Small top padding, body handles header offset */
    padding-bottom: 60px;
    background-color: #f8f8f8; /* Light background for the section */
    color: #333333;
}

.page-blog-cap-nhat-khuyen-mai-moi-nhat-tu-gk88__hero-container {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    padding: 40px 16px;
    gap: 30px;
}

.page-blog-cap-nhat-khuyen-mai-moi-nhat-tu-gk88__hero-content {
    flex: 1 1 50%;
    min-width: 300px;
}

.page-blog-cap-nhat-khuyen-mai-moi-nhat-tu-gk88__main-title {
    font-size: clamp(2em, 4vw, 2.8em); /* Responsive font size */
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 20px;
    color: #017439;
}

.page-blog-cap-nhat-khuyen-mai-moi-nhat-tu-gk88__subtitle {
    font-size: 1.1em;
    margin-bottom: 30px;
    color: #555555;
}

.page-blog-cap-nhat-khuyen-mai-moi-nhat-tu-gk88__cta-buttons {
    display: flex;
    gap: 15px;
    flex-wrap: wrap; /* Allow buttons to wrap on smaller screens */
}

.page-blog-cap-nhat-khuyen-mai-moi-nhat-tu-gk88__btn-primary,
.page-blog-cap-nhat-khuyen-mai-moi-nhat-tu-gk88__btn-secondary {
    display: inline-block;
    padding: 12px 25px;
    border-radius: 8px;
    text-decoration: none;
    font-weight: 600;
    transition: background-color 0.3s ease, color 0.3s ease, border-color 0.3s ease;
    text-align: center;
    box-sizing: border-box; /* Crucial for button responsiveness */
    white-space: normal; /* Allow text to wrap */
    word-wrap: break-word; /* Break long words */
}

.page-blog-cap-nhat-khuyen-mai-moi-nhat-tu-gk88__btn-primary {
    background-color: #C30808; /* Register/Login color */
    color: #FFFF00; /* Register/Login font color */
    border: 2px solid #C30808;
}

.page-blog-cap-nhat-khuyen-mai-moi-nhat-tu-gk88__btn-primary:hover {
    background-color: #a00606;
    border-color: #a00606;
}

.page-blog-cap-nhat-khuyen-mai-moi-nhat-tu-gk88__btn-secondary {
    background-color: #017439; /* Main brand color */
    color: #FFFFFF; /* White text */
    border: 2px solid #017439;
}

.page-blog-cap-nhat-khuyen-mai-moi-nhat-tu-gk88__btn-secondary:hover {
    background-color: #005a2e;
    border-color: #005a2e;
}

.page-blog-cap-nhat-khuyen-mai-moi-nhat-tu-gk88__hero-image {
    flex: 1 1 40%;
    min-width: 300px;
    text-align: center;
}

.page-blog-cap-nhat-khuyen-mai-moi-nhat-tu-gk88__hero-side-image {
    max-width: 600px;
    width: 100%;
    height: auto;
    display: block;
    border-radius: 12px;
    box-shadow: 0 8px 20px rgba(0,0,0,0.1);
}

/* Content Area */
.page-blog-cap-nhat-khuyen-mai-moi-nhat-tu-gk88__content-area {
    max-width: 1000px;
    margin: 0 auto;
    padding: 60px 16px;
    background-color: #ffffff; /* Explicitly white background for content */
    color: #333333;
}

.page-blog-cap-nhat-khuyen-mai-moi-nhat-tu-gk88__section-title {
    font-size: 2.2em;
    font-weight: 700;
    color: #017439;
    margin-bottom: 30px;
    text-align: center;
}

.page-blog-cap-nhat-khuyen-mai-moi-nhat-tu-gk88__sub-section-title {
    font-size: 1.8em;
    font-weight: 600;
    color: #017439;
    margin-top: 40px;
    margin-bottom: 20px;
}

.page-blog-cap-nhat-khuyen-mai-moi-nhat-tu-gk88 p {
    margin-bottom: 1em;
    font-size: 1.05em;
    color: #333333;
}

.page-blog-cap-nhat-khuyen-mai-moi-nhat-tu-gk88__list {
    list-style-type: disc;
    margin-left: 20px;
    margin-bottom: 20px;
    color: #333333;
}

.page-blog-cap-nhat-khuyen-mai-moi-nhat-tu-gk88__list li {
    margin-bottom: 8px;
    font-size: 1.05em;
}

.page-blog-cap-nhat-khuyen-mai-moi-nhat-tu-gk88__content-image {
    max-width: 100%;
    height: auto;
    display: block;
    margin: 30px auto;
    border-radius: 12px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.08);
}

.page-blog-cap-nhat-khuyen-mai-moi-nhat-tu-gk88__cta-buttons--centered {
    justify-content: center;
    margin-top: 40px;
    margin-bottom: 20px;
}

/* FAQ Section */
.page-blog-cap-nhat-khuyen-mai-moi-nhat-tu-gk88__faq-section {
    padding: 60px 16px;
    background-color: #f8f8f8;
    color: #333333;
}

.page-blog-cap-nhat-khuyen-mai-moi-nhat-tu-gk88__faq-container {
    max-width: 1000px;
    margin: 0 auto;
}

.page-blog-cap-nhat-khuyen-mai-moi-nhat-tu-gk88__faq-list {
    margin-top: 30px;
}

.page-blog-cap-nhat-khuyen-mai-moi-nhat-tu-gk88__faq-item {
    background-color: #ffffff;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    margin-bottom: 15px;
    overflow: hidden;
}

.page-blog-cap-nhat-khuyen-mai-moi-nhat-tu-gk88__faq-question {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 18px 25px;
    font-size: 1.15em;
    font-weight: 600;
    color: #017439;
    cursor: pointer;
    background-color: #ffffff;
    position: relative;
    list-style: none; /* Remove default marker for details summary */
}

/* Hide default details marker */
.page-blog-cap-nhat-khuyen-mai-moi-nhat-tu-gk88__faq-item summary::-webkit-details-marker {
    display: none;
}
.page-blog-cap-nhat-khuyen-mai-moi-nhat-tu-gk88__faq-item summary::marker {
    display: none;
}


.page-blog-cap-nhat-khuyen-mai-moi-nhat-tu-gk88__faq-toggle {
    font-size: 1.5em;
    font-weight: 300;
    line-height: 1;
    margin-left: 15px;
    color: #017439;
}

.page-blog-cap-nhat-khuyen-mai-moi-nhat-tu-gk88__faq-answer {
    padding: 0 25px 20px;
    font-size: 1em;
    color: #555555;
    line-height: 1.5;
}

/* Responsive Styles */
@media (max-width: 1024px) {
    .page-blog-cap-nhat-khuyen-mai-moi-nhat-tu-gk88__hero-container {
        flex-direction: column;
        text-align: center;
    }

    .page-blog-cap-nhat-khuyen-mai-moi-nhat-tu-gk88__hero-content {
        padding-right: 0;
        margin-bottom: 30px;
    }

    .page-blog-cap-nhat-khuyen-mai-moi-nhat-tu-gk88__cta-buttons {
        justify-content: center;
    }
}

@media (max-width: 768px) {
    /* General styles for mobile */
    .page-blog-cap-nhat-khuyen-mai-moi-nhat-tu-gk88 {
        font-size: 16px;
        line-height: 1.6;
    }

    /* HERO Section */
    .page-blog-cap-nhat-khuyen-mai-moi-nhat-tu-gk88__hero-section {
        padding-top: 10px !important;
        padding-bottom: 40px;
    }
    .page-blog-cap-nhat-khuyen-mai-moi-nhat-tu-gk88__hero-container {
        padding: 30px 15px;
        gap: 20px;
    }
    .page-blog-cap-nhat-khuyen-mai-moi-nhat-tu-gk88__hero-content {
        min-width: unset;
        width: 100%;
        padding-right: 0;
        margin-bottom: 20px;
    }
    .page-blog-cap-nhat-khuyen-mai-moi-nhat-tu-gk88__main-title {
        font-size: clamp(1.8em, 8vw, 2.5em);
        text-align: center;
    }
    .page-blog-cap-nhat-khuyen-mai-moi-nhat-tu-gk88__subtitle {
        font-size: 1em;
        text-align: center;
    }
    .page-blog-cap-nhat-khuyen-mai-moi-nhat-tu-gk88__cta-buttons {
        flex-direction: column; /* Stack buttons vertically */
        gap: 10px;
        padding: 0 15px; /* Add padding to button container */
        width: 100%;
        max-width: 100%;
        box-sizing: border-box;
        overflow: hidden;
    }
    .page-blog-cap-nhat-khuyen-mai-moi-nhat-tu-gk88__btn-primary,
    .page-blog-cap-nhat-khuyen-mai-moi-nhat-tu-gk88__btn-secondary {
        max-width: 100% !important;
        width: 100% !important;
        padding: 12px 15px;
        box-sizing: border-box !important;
        white-space: normal !important;
        word-wrap: break-word !important;
    }
    .page-blog-cap-nhat-khuyen-mai-moi-nhat-tu-gk88__hero-image {
        min-width: unset;
        width: 100%;
    }
    .page-blog-cap-nhat-khuyen-mai-moi-nhat-tu-gk88__hero-side-image {
        max-width: 100% !important;
        width: 100% !important;
        height: auto !important;
    }

    /* Content Area */
    .page-blog-cap-nhat-khuyen-mai-moi-nhat-tu-gk88__content-area {
        padding: 40px 15px;
        max-width: 100% !important;
        width: 100% !important;
        box-sizing: border-box !important;
    }
    .page-blog-cap-nhat-khuyen-mai-moi-nhat-tu-gk88__section-title {
        font-size: 1.8em;
        margin-bottom: 20px;
    }
    .page-blog-cap-nhat-khuyen-mai-moi-nhat-tu-gk88__sub-section-title {
        font-size: 1.5em;
        margin-top: 30px;
        margin-bottom: 15px;
    }
    .page-blog-cap-nhat-khuyen-mai-moi-nhat-tu-gk88 p,
    .page-blog-cap-nhat-khuyen-mai-moi-nhat-tu-gk88__list li {
        font-size: 1em;
    }
    .page-blog-cap-nhat-khuyen-mai-moi-nhat-tu-gk88__content-image {
        max-width: 100% !important;
        width: 100% !important;
        height: auto !important;
        margin: 20px auto;
    }

    /* FAQ Section */
    .page-blog-cap-nhat-khuyen-mai-moi-nhat-tu-gk88__faq-section {
        padding: 40px 15px;
        max-width: 100% !important;
        width: 100% !important;
        box-sizing: border-box !important;
    }
    .page-blog-cap-nhat-khuyen-mai-moi-nhat-tu-gk88__faq-container {
        max-width: 100% !important;
        width: 100% !important;
        box-sizing: border-box !important;
    }
    .page-blog-cap-nhat-khuyen-mai-moi-nhat-tu-gk88__faq-question {
        padding: 15px 20px;
        font-size: 1em;
    }
    .page-blog-cap-nhat-khuyen-mai-moi-nhat-tu-gk88__faq-answer {
        padding: 0 20px 15px;
        font-size: 0.95em;
    }

    /* General image responsiveness for all content images */
    .page-blog-cap-nhat-khuyen-mai-moi-nhat-tu-gk88 img {
        max-width: 100% !important;
        width: 100% !important;
        height: auto !important;
        display: block;
    }

    /* Container responsiveness */
    .page-blog-cap-nhat-khuyen-mai-moi-nhat-tu-gk88__section,
    .page-blog-cap-nhat-khuyen-mai-moi-nhat-tu-gk88__card,
    .page-blog-cap-nhat-khuyen-mai-moi-nhat-tu-gk88__container {
        max-width: 100% !important;
        width: 100% !important;
        box-sizing: border-box !important;
        padding-left: 15px;
        padding-right: 15px;
    }
}