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

.page-blog-cap-nhat-khuyen-mai-moi-nhat-f168__title-section {
    padding-top: 10px; /* Small top padding as per rule */
    padding-bottom: 40px;
    text-align: center;
    background-color: #ffffff;
    color: #333333;
}

.page-blog-cap-nhat-khuyen-mai-moi-nhat-f168__main-title {
    font-size: clamp(28px, 4vw, 48px); /* H1 font size with clamp */
    font-weight: 700;
    line-height: 1.2;
    color: #017439;
    margin-bottom: 15px;
}

.page-blog-cap-nhat-khuyen-mai-moi-nhat-f168__description {
    font-size: clamp(16px, 2vw, 20px);
    line-height: 1.5;
    max-width: 800px;
    margin: 0 auto;
    color: #555555;
}

.page-blog-cap-nhat-khuyen-mai-moi-nhat-f168__hero-image-wrapper {
    padding-bottom: 40px;
    background-color: #ffffff;
}

.page-blog-cap-nhat-khuyen-mai-moi-nhat-f168__blog-main-image {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 8px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.page-blog-cap-nhat-khuyen-mai-moi-nhat-f168__content-area {
    padding-top: 40px;
    padding-bottom: 60px;
    background-color: #ffffff;
    color: #333333;
    line-height: 1.6;
}

.page-blog-cap-nhat-khuyen-mai-moi-nhat-f168__content-area p {
    margin-bottom: 20px;
    font-size: 16px;
    color: #333333;
}

.page-blog-cap-nhat-khuyen-mai-moi-nhat-f168__subtitle {
    font-size: clamp(24px, 3.5vw, 36px);
    font-weight: 600;
    color: #017439;
    margin-top: 40px;
    margin-bottom: 25px;
    text-align: center;
}

.page-blog-cap-nhat-khuyen-mai-moi-nhat-f168__promotions-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
    margin-top: 30px;
    margin-bottom: 40px;
}

.page-blog-cap-nhat-khuyen-mai-moi-nhat-f168__promo-card {
    background: #ffffff;
    border-radius: 12px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    overflow: hidden;
    display: flex;
    flex-direction: column;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    border: 1px solid #e0e0e0;
}

.page-blog-cap-nhat-khuyen-mai-moi-nhat-f168__promo-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}

.page-blog-cap-nhat-khuyen-mai-moi-nhat-f168__promo-card-image {
    width: 100%;
    height: 200px; /* Fixed height for consistency */
    object-fit: cover;
    display: block;
}

.page-blog-cap-nhat-khuyen-mai-moi-nhat-f168__promo-card-content {
    padding: 25px;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.page-blog-cap-nhat-khuyen-mai-moi-nhat-f168__promo-card-title {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 10px;
    line-height: 1.3;
}

.page-blog-cap-nhat-khuyen-mai-moi-nhat-f168__promo-card-title a {
    color: #017439;
    text-decoration: none;
    transition: color 0.3s ease;
}

.page-blog-cap-nhat-khuyen-mai-moi-nhat-f168__promo-card-title a:hover {
    color: #005f2c;
}

.page-blog-cap-nhat-khuyen-mai-moi-nhat-f168__promo-card-text {
    font-size: 15px;
    color: #666666;
    margin-bottom: 20px;
    flex-grow: 1;
}

.page-blog-cap-nhat-khuyen-mai-moi-nhat-f168__cta-button {
    display: inline-block;
    padding: 12px 25px;
    border-radius: 8px;
    font-size: 16px;
    font-weight: 600;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
    transition: background-color 0.3s ease, color 0.3s ease, border-color 0.3s ease;
    max-width: 100%;
    box-sizing: border-box;
    white-space: normal;
    word-wrap: break-word;
}

.page-blog-cap-nhat-khuyen-mai-moi-nhat-f168__btn-primary {
    background: #017439;
    color: #ffffff;
    border: 2px solid #017439;
}

.page-blog-cap-nhat-khuyen-mai-moi-nhat-f168__btn-primary:hover {
    background: #005f2c;
    border-color: #005f2c;
}

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

.page-blog-cap-nhat-khuyen-mai-moi-nhat-f168__btn-secondary:hover {
    background: #e6ffe6;
    color: #005f2c;
    border-color: #005f2c;
}

.page-blog-cap-nhat-khuyen-mai-moi-nhat-f168__btn-register {
    background: #C30808;
    color: #FFFF00;
    border-color: #C30808;
}
.page-blog-cap-nhat-khuyen-mai-moi-nhat-f168__btn-register:hover {
    background: #a30606;
    border-color: #a30606;
}
.page-blog-cap-nhat-khuyen-mai-moi-nhat-f168__btn-login {
    background: #C30808;
    color: #FFFF00;
    border-color: #C30808;
}
.page-blog-cap-nhat-khuyen-mai-moi-nhat-f168__btn-login:hover {
    background: #a30606;
    border-color: #a30606;
}

.page-blog-cap-nhat-khuyen-mai-moi-nhat-f168__guide-list,
.page-blog-cap-nhat-khuyen-mai-moi-nhat-f168__bullet-list {
    list-style: none;
    padding-left: 0;
    margin-top: 25px;
    margin-bottom: 30px;
}

.page-blog-cap-nhat-khuyen-mai-moi-nhat-f168__guide-list li,
.page-blog-cap-nhat-khuyen-mai-moi-nhat-f168__bullet-list li {
    position: relative;
    padding-left: 35px;
    margin-bottom: 15px;
    font-size: 16px;
    color: #333333;
    line-height: 1.6;
}

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

.page-blog-cap-nhat-khuyen-mai-moi-nhat-f168__bullet-list li::before {
    content: "•";
    position: absolute;
    left: 0;
    top: 0;
    color: #017439;
    font-size: 24px;
    line-height: 1;
}

.page-blog-cap-nhat-khuyen-mai-moi-nhat-f168__guide-step-title,
.page-blog-cap-nhat-khuyen-mai-moi-nhat-f168__list-item-title {
    color: #017439;
    font-size: 18px;
}

.page-blog-cap-nhat-khuyen-mai-moi-nhat-f168__guide-list li a,
.page-blog-cap-nhat-khuyen-mai-moi-nhat-f168__content-area p a {
    color: #017439;
    text-decoration: underline;
}

.page-blog-cap-nhat-khuyen-mai-moi-nhat-f168__guide-list li a:hover,
.page-blog-cap-nhat-khuyen-mai-moi-nhat-f168__content-area p a:hover {
    color: #005f2c;
}

.page-blog-cap-nhat-khuyen-mai-moi-nhat-f168__cta-section {
    padding: 60px 0;
    text-align: center;
    background-color: #017439;
    color: #ffffff;
}

.page-blog-cap-nhat-khuyen-mai-moi-nhat-f168__cta-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
}

.page-blog-cap-nhat-khuyen-mai-moi-nhat-f168__cta-title {
    font-size: clamp(26px, 3.8vw, 40px);
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 15px;
}

.page-blog-cap-nhat-khuyen-mai-moi-nhat-f168__cta-text {
    font-size: clamp(16px, 2vw, 20px);
    line-height: 1.5;
    max-width: 700px;
    margin: 0 auto 30px;
    color: #f0f0f0;
}

.page-blog-cap-nhat-khuyen-mai-moi-nhat-f168__cta-buttons {
    display: flex;
    gap: 20px;
    justify-content: center;
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
    overflow: hidden;
}

.page-blog-cap-nhat-khuyen-mai-moi-nhat-f168__faq-section {
    padding: 60px 0;
    background-color: #f8f8f8;
    color: #333333;
}

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

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

.page-blog-cap-nhat-khuyen-mai-moi-nhat-f168__faq-question {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 18px 25px;
    cursor: pointer;
    font-size: 18px;
    font-weight: 600;
    color: #017439;
    background-color: #fcfcfc;
    transition: background-color 0.3s ease;
    list-style: none; /* For details/summary */
}

.page-blog-cap-nhat-khuyen-mai-moi-nhat-f168__faq-item[open] > .page-blog-cap-nhat-khuyen-mai-moi-nhat-f168__faq-question {
    background-color: #e6ffe6;
    color: #005f2c;
}

.page-blog-cap-nhat-khuyen-mai-moi-nhat-f168__faq-question::-webkit-details-marker {
    display: none;
}

.page-blog-cap-nhat-khuyen-mai-moi-nhat-f168__faq-qtext {
    flex-grow: 1;
}

.page-blog-cap-nhat-khuyen-mai-moi-nhat-f168__faq-toggle {
    font-size: 24px;
    font-weight: 300;
    margin-left: 15px;
    color: #017439;
}
.page-blog-cap-nhat-khuyen-mai-moi-nhat-f168__faq-item[open] .page-blog-cap-nhat-khuyen-mai-moi-nhat-f168__faq-toggle {
    color: #005f2c;
}

.page-blog-cap-nhat-khuyen-mai-moi-nhat-f168__faq-answer {
    padding: 0 25px 25px;
    font-size: 16px;
    color: #555555;
    line-height: 1.6;
}

/* General image responsive style */
.page-blog-cap-nhat-khuyen-mai-moi-nhat-f168 img {
    max-width: 100%;
    height: auto;
    display: block;
}

/* Mobile responsive styles */
@media (max-width: 768px) {
    .page-blog-cap-nhat-khuyen-mai-moi-nhat-f168__container {
        padding: 0 15px !important;
    }

    .page-blog-cap-nhat-khuyen-mai-moi-nhat-f168__title-section {
        padding-top: 10px !important;
        padding-bottom: 20px;
    }

    .page-blog-cap-nhat-khuyen-mai-moi-nhat-f168__main-title {
        font-size: 28px !important;
        margin-bottom: 10px;
    }

    .page-blog-cap-nhat-khuyen-mai-moi-nhat-f168__description {
        font-size: 16px !important;
    }

    .page-blog-cap-nhat-khuyen-mai-moi-nhat-f168__hero-image-wrapper {
        padding-bottom: 20px;
    }

    .page-blog-cap-nhat-khuyen-mai-moi-nhat-f168__content-area {
        padding-top: 20px;
        padding-bottom: 30px;
    }

    .page-blog-cap-nhat-khuyen-mai-moi-nhat-f168__subtitle {
        font-size: 24px !important;
        margin-top: 30px;
        margin-bottom: 20px;
    }

    .page-blog-cap-nhat-khuyen-mai-moi-nhat-f168__promotions-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }

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

    .page-blog-cap-nhat-khuyen-mai-moi-nhat-f168__promo-card-content {
        padding: 20px;
    }

    .page-blog-cap-nhat-khuyen-mai-moi-nhat-f168__promo-card-title {
        font-size: 20px;
    }

    .page-blog-cap-nhat-khuyen-mai-moi-nhat-f168__promo-card-text {
        font-size: 14px;
    }

    .page-blog-cap-nhat-khuyen-mai-moi-nhat-f168__guide-list li,
    .page-blog-cap-nhat-khuyen-mai-moi-nhat-f168__bullet-list li,
    .page-blog-cap-nhat-khuyen-mai-moi-nhat-f168__content-area p {
        font-size: 15px !important;
        padding-left: 30px;
    }

    .page-blog-cap-nhat-khuyen-mai-moi-nhat-f168__guide-step-title,
    .page-blog-cap-nhat-khuyen-mai-moi-nhat-f168__list-item-title {
        font-size: 16px;
    }

    .page-blog-cap-nhat-khuyen-mai-moi-nhat-f168__guide-list li::before,
    .page-blog-cap-nhat-khuyen-mai-moi-nhat-f168__bullet-list li::before {
        width: 25px;
        height: 25px;
        font-size: 13px;
    }

    .page-blog-cap-nhat-khuyen-mai-moi-nhat-f168__cta-section {
        padding: 40px 0;
    }

    .page-blog-cap-nhat-khuyen-mai-moi-nhat-f168__cta-title {
        font-size: 24px !important;
        margin-bottom: 10px;
    }

    .page-blog-cap-nhat-khuyen-mai-moi-nhat-f168__cta-text {
        font-size: 16px !important;
        margin-bottom: 20px;
    }

    .page-blog-cap-nhat-khuyen-mai-moi-nhat-f168__cta-buttons {
        flex-direction: column;
        gap: 15px;
        padding: 0 15px;
    }

    .page-blog-cap-nhat-khuyen-mai-moi-nhat-f168__cta-button {
        max-width: 100% !important;
        width: 100% !important;
        padding: 12px 15px !important;
        font-size: 15px !important;
        white-space: normal !important;
        word-wrap: break-word !important;
    }

    .page-blog-cap-nhat-khuyen-mai-moi-nhat-f168__faq-section {
        padding: 40px 0;
    }

    .page-blog-cap-nhat-khuyen-mai-moi-nhat-f168__faq-question {
        font-size: 16px;
        padding: 15px 20px;
    }

    .page-blog-cap-nhat-khuyen-mai-moi-nhat-f168__faq-toggle {
        font-size: 20px;
    }

    .page-blog-cap-nhat-khuyen-mai-moi-nhat-f168__faq-answer {
        font-size: 15px;
        padding: 0 20px 20px;
    }

    .page-blog-cap-nhat-khuyen-mai-moi-nhat-f168 img {
        max-width: 100% !important;
        width: 100% !important;
        height: auto !important;
        box-sizing: border-box !important;
    }
    .page-blog-cap-nhat-khuyen-mai-moi-nhat-f168__section,
    .page-blog-cap-nhat-khuyen-mai-moi-nhat-f168__card,
    .page-blog-cap-nhat-khuyen-mai-moi-nhat-f168__container {
        max-width: 100% !important;
        width: 100% !important;
        box-sizing: border-box !important;
        padding-left: 15px;
        padding-right: 15px;
    }
}

.page-blog-cap-nhat-khuyen-mai-moi-nhat-f168__contrast-fix {
  background: #ffffff !important;
  color: #333333 !important;
  border: 1px solid #e0e0e0 !important;
}

.page-blog-cap-nhat-khuyen-mai-moi-nhat-f168__text-contrast-fix {
  color: #333333 !important;
  text-shadow: none !important;
}