.page-blog-cap-nhat-khuyen-mai-moi-nhat-tu-bkwin {
    font-family: Arial, sans-serif;
    color: #1F2D3D;
    line-height: 1.6;
    background-color: #F4F7FB;
}

.page-blog-cap-nhat-khuyen-mai-moi-nhat-tu-bkwin__container {
    max-width: 1170px;
    margin: 0 auto;
    padding: 0 16px;
    box-sizing: border-box;
}

.page-blog-cap-nhat-khuyen-mai-moi-nhat-tu-bkwin__hero-section {
    padding-top: 10px; /* Consistent with fixed header offset */
    padding-bottom: 60px;
    background-color: #F4F7FB;
}

.page-blog-cap-nhat-khuyen-mai-moi-nhat-tu-bkwin__hero-container {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 40px;
    padding: 60px 0;
}

.page-blog-cap-nhat-khuyen-mai-moi-nhat-tu-bkwin__hero-content {
    flex: 1 1 500px;
    color: #1F2D3D;
}

.page-blog-cap-nhat-khuyen-mai-moi-nhat-tu-bkwin__main-title {
    font-size: 2.8em;
    font-weight: 700;
    color: #000000;
    margin-bottom: 20px;
    line-height: 1.2;
}

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

.page-blog-cap-nhat-khuyen-mai-moi-nhat-tu-bkwin__cta-buttons {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
}

.page-blog-cap-nhat-khuyen-mai-moi-nhat-tu-bkwin__btn-primary,
.page-blog-cap-nhat-khuyen-mai-moi-nhat-tu-bkwin__btn-secondary {
    display: inline-block;
    padding: 14px 28px;
    border-radius: 8px;
    text-decoration: none;
    font-weight: 700;
    font-size: 1em;
    text-align: center;
    transition: all 0.3s ease;
    box-sizing: border-box;
    white-space: normal;
    word-wrap: break-word;
}

.page-blog-cap-nhat-khuyen-mai-moi-nhat-tu-bkwin__btn-primary {
    background: linear-gradient(180deg, #4A8BFF 0%, #2F6BFF 100%);
    color: #ffffff;
    border: 2px solid transparent;
}

.page-blog-cap-nhat-khuyen-mai-moi-nhat-tu-bkwin__btn-primary:hover {
    opacity: 0.9;
    transform: translateY(-2px);
}

.page-blog-cap-nhat-khuyen-mai-moi-nhat-tu-bkwin__btn-secondary {
    background: #ffffff;
    color: #2F6BFF;
    border: 2px solid #2F6BFF;
}

.page-blog-cap-nhat-khuyen-mai-moi-nhat-tu-bkwin__btn-secondary:hover {
    background: #e0e0e0;
    color: #2F6BFF;
    transform: translateY(-2px);
}

.page-blog-cap-nhat-khuyen-mai-moi-nhat-tu-bkwin__btn-small {
    padding: 10px 20px;
    font-size: 0.9em;
}

.page-blog-cap-nhat-khuyen-mai-moi-nhat-tu-bkwin__hero-image {
    flex: 1 1 450px;
    text-align: center;
}

.page-blog-cap-nhat-khuyen-mai-moi-nhat-tu-bkwin__main-promo-image {
    max-width: 100%;
    height: auto;
    display: block;
    border-radius: 10px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.page-blog-cap-nhat-khuyen-mai-moi-nhat-tu-bkwin__promo-categories-section {
    padding: 80px 0;
    background-color: #2F6BFF;
    color: #ffffff;
}

.page-blog-cap-nhat-khuyen-mai-moi-nhat-tu-bkwin__section-title {
    font-size: 2.2em;
    font-weight: 700;
    color: #000000;
    text-align: center;
    margin-bottom: 20px;
    color: inherit; /* Inherit from section for dark background */
}

.page-blog-cap-nhat-khuyen-mai-moi-nhat-tu-bkwin__promo-categories-section .page-blog-cap-nhat-khuyen-mai-moi-nhat-tu-bkwin__section-title {
    color: #ffffff;
}

.page-blog-cap-nhat-khuyen-mai-moi-nhat-tu-bkwin__section-description {
    font-size: 1.1em;
    text-align: center;
    max-width: 800px;
    margin: 0 auto 50px;
    color: inherit;
}

.page-blog-cap-nhat-khuyen-mai-moi-nhat-tu-bkwin__promo-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 30px;
}

.page-blog-cap-nhat-khuyen-mai-moi-nhat-tu-bkwin__promo-card {
    background-color: #ffffff;
    border-radius: 10px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    display: flex;
    flex-direction: column;
    color: #1F2D3D;
    text-align: center;
}

.page-blog-cap-nhat-khuyen-mai-moi-nhat-tu-bkwin__card-image {
    width: 100%;
    height: 200px;
    object-fit: cover;
    display: block;
}

.page-blog-cap-nhat-khuyen-mai-moi-nhat-tu-bkwin__card-title {
    font-size: 1.4em;
    font-weight: 600;
    margin: 20px 15px 10px;
    color: #000000;
}

.page-blog-cap-nhat-khuyen-mai-moi-nhat-tu-bkwin__card-text {
    font-size: 0.95em;
    padding: 0 15px 20px;
    flex-grow: 1;
}

.page-blog-cap-nhat-khuyen-mai-moi-nhat-tu-bkwin__promo-card .page-blog-cap-nhat-khuyen-mai-moi-nhat-tu-bkwin__btn-primary,
.page-blog-cap-nhat-khuyen-mai-moi-nhat-tu-bkwin__promo-card .page-blog-cap-nhat-khuyen-mai-moi-nhat-tu-bkwin__btn-secondary {
    margin: 0 15px 20px;
}

.page-blog-cap-nhat-khuyen-mai-moi-nhat-tu-bkwin__guide-section {
    padding: 80px 0;
    background-color: #F4F7FB;
    color: #1F2D3D;
}

.page-blog-cap-nhat-khuyen-mai-moi-nhat-tu-bkwin__guide-list {
    list-style: none;
    padding: 0;
    counter-reset: step-counter;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 40px;
}

.page-blog-cap-nhat-khuyen-mai-moi-nhat-tu-bkwin__guide-list li {
    position: relative;
    padding-left: 60px;
    margin-bottom: 20px;
}

.page-blog-cap-nhat-khuyen-mai-moi-nhat-tu-bkwin__guide-list li::before {
    counter-increment: step-counter;
    content: counter(step-counter);
    position: absolute;
    left: 0;
    top: 0;
    background-color: #2F6BFF;
    color: #ffffff;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 1.2em;
}

.page-blog-cap-nhat-khuyen-mai-moi-nhat-tu-bkwin__guide-step-title {
    font-size: 1.3em;
    font-weight: 600;
    color: #000000;
    margin-bottom: 10px;
}

.page-blog-cap-nhat-khuyen-mai-moi-nhat-tu-bkwin__terms-section {
    padding: 80px 0;
    background-color: #ffffff;
    color: #1F2D3D;
}

.page-blog-cap-nhat-khuyen-mai-moi-nhat-tu-bkwin__terms-list {
    list-style: disc;
    max-width: 900px;
    margin: 0 auto;
    padding-left: 20px;
}

.page-blog-cap-nhat-khuyen-mai-moi-nhat-tu-bkwin__terms-list li {
    margin-bottom: 15px;
    font-size: 1em;
}

.page-blog-cap-nhat-khuyen-mai-moi-nhat-tu-bkwin__terms-list li strong {
    color: #000000;
}

.page-blog-cap-nhat-khuyen-mai-moi-nhat-tu-bkwin__faq-section {
    padding: 80px 0;
    background-color: #F4F7FB;
    color: #1F2D3D;
}

.page-blog-cap-nhat-khuyen-mai-moi-nhat-tu-bkwin__faq-list {
    max-width: 900px;
    margin: 0 auto 40px;
}

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

.page-blog-cap-nhat-khuyen-mai-moi-nhat-tu-bkwin__faq-item summary {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 25px;
    font-size: 1.1em;
    font-weight: 600;
    color: #000000;
    cursor: pointer;
    list-style: none;
    outline: none;
}

.page-blog-cap-nhat-khuyen-mai-moi-nhat-tu-bkwin__faq-item summary::-webkit-details-marker {
    display: none;
}

.page-blog-cap-nhat-khuyen-mai-moi-nhat-tu-bkwin__faq-question .page-blog-cap-nhat-khuyen-mai-moi-nhat-tu-bkwin__faq-toggle {
    font-size: 1.5em;
    line-height: 1;
    transition: transform 0.3s ease;
}

.page-blog-cap-nhat-khuyen-mai-moi-nhat-tu-bkwin__faq-item[open] .page-blog-cap-nhat-khuyen-mai-moi-nhat-tu-bkwin__faq-question .page-blog-cap-nhat-khuyen-mai-moi-nhat-tu-bkwin__faq-toggle {
    transform: rotate(45deg);
}

.page-blog-cap-nhat-khuyen-mai-moi-nhat-tu-bkwin__faq-answer {
    padding: 0 25px 20px;
    font-size: 1em;
    color: #1F2D3D;
}

.page-blog-cap-nhat-khuyen-mai-moi-nhat-tu-bkwin__cta-center {
    text-align: center;
    margin-top: 20px;
}

.page-blog-cap-nhat-khuyen-mai-moi-nhat-tu-bkwin__final-cta-section {
    padding: 80px 0;
    background-color: #2F6BFF;
    color: #ffffff;
    text-align: center;
}

.page-blog-cap-nhat-khuyen-mai-moi-nhat-tu-bkwin__final-cta-section .page-blog-cap-nhat-khuyen-mai-moi-nhat-tu-bkwin__section-title {
    color: #ffffff;
}

.page-blog-cap-nhat-khuyen-mai-moi-nhat-tu-bkwin__final-cta-section .page-blog-cap-nhat-khuyen-mai-moi-nhat-tu-bkwin__section-description {
    color: #ffffff;
    margin-bottom: 40px;
}

.page-blog-cap-nhat-khuyen-mai-moi-nhat-tu-bkwin__final-cta-section .page-blog-cap-nhat-khuyen-mai-moi-nhat-tu-bkwin__cta-buttons {
    justify-content: center;
}

.page-blog-cap-nhat-khuyen-mai-moi-nhat-tu-bkwin__dark-section {
    background-color: #2F6BFF;
    color: #ffffff;
}

.page-blog-cap-nhat-khuyen-mai-moi-nhat-tu-bkwin__dark-section .page-blog-cap-nhat-khuyen-mai-moi-nhat-tu-bkwin__section-title,
.page-blog-cap-nhat-khuyen-mai-moi-nhat-tu-bkwin__dark-section .page-blog-cap-nhat-khuyen-mai-moi-nhat-tu-bkwin__section-description {
    color: #ffffff;
}

.page-blog-cap-nhat-khuyen-mai-moi-nhat-tu-bkwin__light-bg {
    background-color: #F4F7FB;
    color: #1F2D3D;
}

.page-blog-cap-nhat-khuyen-mai-moi-nhat-tu-bkwin img {
    max-width: 100%;
    height: auto;
    display: block;
}

/* Mobile responsive styles */
@media (max-width: 768px) {
    .page-blog-cap-nhat-khuyen-mai-moi-nhat-tu-bkwin__hero-section {
        padding-top: 10px !important; /* Fixed header offset */
        padding-bottom: 40px !important;
    }

    .page-blog-cap-nhat-khuyen-mai-moi-nhat-tu-bkwin__hero-container {
        flex-direction: column;
        padding: 40px 0 !important;
        gap: 20px !important;
    }

    .page-blog-cap-nhat-khuyen-mai-moi-nhat-tu-bkwin__main-title {
        font-size: 2em !important;
        text-align: center;
    }

    .page-blog-cap-nhat-khuyen-mai-moi-nhat-tu-bkwin__intro-text {
        font-size: 1em !important;
        text-align: center;
    }

    .page-blog-cap-nhat-khuyen-mai-moi-nhat-tu-bkwin__cta-buttons {
        flex-direction: column;
        gap: 10px !important;
        width: 100% !important;
        max-width: 100% !important;
        box-sizing: border-box !important;
        padding: 0 15px;
    }

    .page-blog-cap-nhat-khuyen-mai-moi-nhat-tu-bkwin__btn-primary,
    .page-blog-cap-nhat-khuyen-mai-moi-nhat-tu-bkwin__btn-secondary,
    .page-blog-cap-nhat-khuyen-mai-moi-nhat-tu-bkwin a[class*="button"],
    .page-blog-cap-nhat-khuyen-mai-moi-nhat-tu-bkwin 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;
    }

    .page-blog-cap-nhat-khuyen-mai-moi-nhat-tu-bkwin__hero-image {
        order: -1; /* Image appears above text on mobile */
        flex: 1 1 auto;
    }

    .page-blog-cap-nhat-khuyen-mai-moi-nhat-tu-bkwin__promo-categories-section,
    .page-blog-cap-nhat-khuyen-mai-moi-nhat-tu-bkwin__guide-section,
    .page-blog-cap-nhat-khuyen-mai-moi-nhat-tu-bkwin__terms-section,
    .page-blog-cap-nhat-khuyen-mai-moi-nhat-tu-bkwin__faq-section,
    .page-blog-cap-nhat-khuyen-mai-moi-nhat-tu-bkwin__final-cta-section {
        padding: 40px 0 !important;
    }

    .page-blog-cap-nhat-khuyen-mai-moi-nhat-tu-bkwin__section-title {
        font-size: 1.8em !important;
    }

    .page-blog-cap-nhat-khuyen-mai-moi-nhat-tu-bkwin__section-description {
        font-size: 0.95em !important;
        margin-bottom: 30px !important;
    }

    .page-blog-cap-nhat-khuyen-mai-moi-nhat-tu-bkwin__promo-grid,
    .page-blog-cap-nhat-khuyen-mai-moi-nhat-tu-bkwin__guide-list {
        grid-template-columns: 1fr !important;
        gap: 20px !important;
    }

    .page-blog-cap-nhat-khuyen-mai-moi-nhat-tu-bkwin__promo-card {
        margin: 0 15px;
    }

    .page-blog-cap-nhat-khuyen-mai-moi-nhat-tu-bkwin__card-image {
        height: 180px;
    }

    .page-blog-cap-nhat-khuyen-mai-moi-nhat-tu-bkwin__guide-list li {
        padding-left: 50px;
    }

    .page-blog-cap-nhat-khuyen-mai-moi-nhat-tu-bkwin__guide-list li::before {
        width: 40px;
        height: 40px;
        font-size: 1.1em;
    }

    .page-blog-cap-nhat-khuyen-mai-moi-nhat-tu-bkwin__terms-list,
    .page-blog-cap-nhat-khuyen-mai-moi-nhat-tu-bkwin__faq-list {
        padding-left: 0;
        margin: 0 15px 30px;
    }

    .page-blog-cap-nhat-khuyen-mai-moi-nhat-tu-bkwin__faq-item summary {
        padding: 15px 20px;
        font-size: 1em;
    }

    .page-blog-cap-nhat-khuyen-mai-moi-nhat-tu-bkwin__faq-answer {
        padding: 0 20px 15px;
    }

    .page-blog-cap-nhat-khuyen-mai-moi-nhat-tu-bkwin img {
        max-width: 100% !important;
        width: 100% !important;
        height: auto !important;
    }

    .page-blog-cap-nhat-khuyen-mai-moi-nhat-tu-bkwin__container,
    .page-blog-cap-nhat-khuyen-mai-moi-nhat-tu-bkwin__content-area,
    .page-blog-cap-nhat-khuyen-mai-moi-nhat-tu-bkwin__promo-categories-section .page-blog-cap-nhat-khuyen-mai-moi-nhat-tu-bkwin__container,
    .page-blog-cap-nhat-khuyen-mai-moi-nhat-tu-bkwin__guide-section .page-blog-cap-nhat-khuyen-mai-moi-nhat-tu-bkwin__container,
    .page-blog-cap-nhat-khuyen-mai-moi-nhat-tu-bkwin__terms-section .page-blog-cap-nhat-khuyen-mai-moi-nhat-tu-bkwin__container,
    .page-blog-cap-nhat-khuyen-mai-moi-nhat-tu-bkwin__faq-section .page-blog-cap-nhat-khuyen-mai-moi-nhat-tu-bkwin__container,
    .page-blog-cap-nhat-khuyen-mai-moi-nhat-tu-bkwin__final-cta-section .page-blog-cap-nhat-khuyen-mai-moi-nhat-tu-bkwin__container {
        max-width: 100% !important;
        width: 100% !important;
        box-sizing: border-box !important;
        padding-left: 15px !important;
        padding-right: 15px !important;
    }
}