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

.page-blog-cap-nhat-khuyen-mai-kubet-moi-nhat__container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    box-sizing: border-box;
}

/* Hero Section */
.page-blog-cap-nhat-khuyen-mai-kubet-moi-nhat__hero-section {
    position: relative;
    padding-top: 10px; /* Small top padding, assuming shared.css handles body padding-top */
    background-color: #26A9E0;
    color: #ffffff;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    overflow: hidden;
}

.page-blog-cap-nhat-khuyen-mai-kubet-moi-nhat__hero-image {
    width: 100%;
    max-height: 600px;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
}

.page-blog-cap-nhat-khuyen-mai-kubet-moi-nhat__hero-image img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
    object-position: center;
}

.page-blog-cap-nhat-khuyen-mai-kubet-moi-nhat__hero-content {
    position: relative;
    z-index: 10;
    padding: 40px 20px;
    max-width: 900px;
    width: 100%;
    box-sizing: border-box;
    text-shadow: 1px 1px 3px rgba(0,0,0,0.3);
}

.page-blog-cap-nhat-khuyen-mai-kubet-moi-nhat__main-title {
    font-size: clamp(2.2rem, 4vw, 3.5rem);
    font-weight: 700;
    margin-bottom: 15px;
    line-height: 1.2;
}

.page-blog-cap-nhat-khuyen-mai-kubet-moi-nhat__description {
    font-size: clamp(1rem, 1.5vw, 1.25rem);
    margin-bottom: 30px;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

.page-blog-cap-nhat-khuyen-mai-kubet-moi-nhat__cta-buttons {
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
}

.page-blog-cap-nhat-khuyen-mai-kubet-moi-nhat__btn-primary,
.page-blog-cap-nhat-khuyen-mai-kubet-moi-nhat__btn-secondary {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 15px 30px;
    border-radius: 8px;
    font-size: 1.1rem;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s ease;
    white-space: normal;
    word-wrap: break-word;
    text-align: center;
    box-sizing: border-box;
    max-width: 100%;
}

.page-blog-cap-nhat-khuyen-mai-kubet-moi-nhat__btn-primary {
    background: #EA7C07; /* Login color */
    color: #ffffff;
    border: 2px solid #EA7C07;
}

.page-blog-cap-nhat-khuyen-mai-kubet-moi-nhat__btn-primary:hover {
    background: #d46e06;
    border-color: #d46e06;
}

.page-blog-cap-nhat-khuyen-mai-kubet-moi-nhat__btn-secondary {
    background: #ffffff;
    color: #26A9E0;
    border: 2px solid #26A9E0;
}

.page-blog-cap-nhat-khuyen-mai-kubet-moi-nhat__btn-secondary:hover {
    background: #f0f0f0;
    color: #1e87b7;
    border-color: #1e87b7;
}

/* General Section Styling */
.page-blog-cap-nhat-khuyen-mai-kubet-moi-nhat__section {
    padding: 60px 0;
    background-color: #ffffff;
    margin-bottom: 20px;
    border-radius: 10px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
}

.page-blog-cap-nhat-khuyen-mai-kubet-moi-nhat__section:last-of-type {
    margin-bottom: 0;
}

.page-blog-cap-nhat-khuyen-mai-kubet-moi-nhat__general-intro,
.page-blog-cap-nhat-khuyen-mai-kubet-moi-nhat__guide,
.page-blog-cap-nhat-khuyen-mai-kubet-moi-nhat__why-choose {
    background-color: #fcfcfc;
}

.page-blog-cap-nhat-khuyen-mai-kubet-moi-nhat__section-title {
    font-size: 2.2rem;
    font-weight: 700;
    color: #26A9E0;
    text-align: center;
    margin-bottom: 40px;
    position: relative;
    padding-bottom: 15px;
}

.page-blog-cap-nhat-khuyen-mai-kubet-moi-nhat__section-title::after {
    content: '';
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    width: 80px;
    height: 4px;
    background-color: #EA7C07;
    border-radius: 2px;
}

.page-blog-cap-nhat-khuyen-mai-kubet-moi-nhat__article-body {
    max-width: 900px;
    margin: 0 auto;
    font-size: 1.05rem;
    line-height: 1.8;
    text-align: justify;
}

.page-blog-cap-nhat-khuyen-mai-kubet-moi-nhat__article-body p {
    margin-bottom: 1em;
}

.page-blog-cap-nhat-khuyen-mai-kubet-moi-nhat__article-body a {
    color: #26A9E0;
    text-decoration: underline;
}

.page-blog-cap-nhat-khuyen-mai-kubet-moi-nhat__article-body a:hover {
    color: #EA7C07;
}

.page-blog-cap-nhat-khuyen-mai-kubet-moi-nhat__sub-title {
    font-size: 1.6rem;
    font-weight: 600;
    color: #26A9E0;
    margin-top: 30px;
    margin-bottom: 15px;
}

.page-blog-cap-nhat-khuyen-mai-kubet-moi-nhat__list {
    list-style-type: disc;
    margin-left: 25px;
    margin-bottom: 1em;
}

.page-blog-cap-nhat-khuyen-mai-kubet-moi-nhat__list li {
    margin-bottom: 0.5em;
}

.page-blog-cap-nhat-khuyen-mai-kubet-moi-nhat__image-wrapper {
    margin: 30px auto;
    max-width: 100%;
    overflow: hidden;
    border-radius: 8px;
    box-shadow: 0 4px 10px rgba(0,0,0,0.1);
}

.page-blog-cap-nhat-khuyen-mai-kubet-moi-nhat__image-wrapper img {
    max-width: 100%;
    height: auto;
    display: block;
    border-radius: 8px;
}

.page-blog-cap-nhat-khuyen-mai-kubet-moi-nhat__btn-inline {
    display: inline-block;
    background-color: #26A9E0;
    color: #ffffff;
    padding: 8px 15px;
    border-radius: 5px;
    text-decoration: none;
    font-weight: 500;
    margin-top: 10px;
    transition: background-color 0.3s ease;
}

.page-blog-cap-nhat-khuyen-mai-kubet-moi-nhat__btn-inline:hover {
    background-color: #1e87b7;
}

/* FAQ Section */
details.page-blog-cap-nhat-khuyen-mai-kubet-moi-nhat__faq-item {
    margin-bottom: 15px;
    border-radius: 5px;
    border: 1px solid #e0e0e0;
    overflow: hidden;
    background: #fff;
}
details.page-blog-cap-nhat-khuyen-mai-kubet-moi-nhat__faq-item summary.page-blog-cap-nhat-khuyen-mai-kubet-moi-nhat__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-cap-nhat-khuyen-mai-kubet-moi-nhat__faq-item summary.page-blog-cap-nhat-khuyen-mai-kubet-moi-nhat__faq-question::-webkit-details-marker {
    display: none;
}
details.page-blog-cap-nhat-khuyen-mai-kubet-moi-nhat__faq-item summary.page-blog-cap-nhat-khuyen-mai-kubet-moi-nhat__faq-question:hover {
    background: #f5f5f5;
}
.page-blog-cap-nhat-khuyen-mai-kubet-moi-nhat__faq-qtext {
    flex: 1;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.5;
    text-align: left;
    color: #333333;
}
.page-blog-cap-nhat-khuyen-mai-kubet-moi-nhat__faq-toggle {
    font-size: 24px;
    font-weight: bold;
    color: #666;
    flex-shrink: 0;
    margin-left: 15px;
    width: 28px;
    text-align: center;
}
details.page-blog-cap-nhat-khuyen-mai-kubet-moi-nhat__faq-item .page-blog-cap-nhat-khuyen-mai-kubet-moi-nhat__faq-answer {
    padding: 0 20px 20px;
    background: #f9f9f9;
    border-radius: 0 0 5px 5px;
    color: #555555;
}

.page-blog-cap-nhat-khuyen-mai-kubet-moi-nhat__conclusion .page-blog-cap-nhat-khuyen-mai-kubet-moi-nhat__cta-buttons--bottom {
    margin-top: 40px;
}

/* Responsive Styles */
@media (max-width: 1024px) {
    .page-blog-cap-nhat-khuyen-mai-kubet-moi-nhat__hero-content {
        padding: 30px 15px;
    }
    .page-blog-cap-nhat-khuyen-mai-kubet-moi-nhat__main-title {
        font-size: clamp(2rem, 4.5vw, 3rem);
    }
    .page-blog-cap-nhat-khuyen-mai-kubet-moi-nhat__description {
        font-size: clamp(0.95rem, 1.4vw, 1.15rem);
    }
    .page-blog-cap-nhat-khuyen-mai-kubet-moi-nhat__section-title {
        font-size: 2rem;
    }
    .page-blog-cap-nhat-khuyen-mai-kubet-moi-nhat__sub-title {
        font-size: 1.5rem;
    }
    .page-blog-cap-nhat-khuyen-mai-kubet-moi-nhat__article-body {
        font-size: 1rem;
    }
}

@media (max-width: 849px) {
    .page-blog-cap-nhat-khuyen-mai-kubet-moi-nhat__hero-image img {
        object-fit: contain !important;
        aspect-ratio: unset !important;
    }
}

@media (max-width: 768px) {
    .page-blog-cap-nhat-khuyen-mai-kubet-moi-nhat__hero-section {
        padding-top: 10px; /* Small top padding for mobile */
    }
    .page-blog-cap-nhat-khuyen-mai-kubet-moi-nhat__hero-content {
        padding: 20px 15px;
    }
    .page-blog-cap-nhat-khuyen-mai-kubet-moi-nhat__main-title {
        font-size: clamp(1.8rem, 6vw, 2.5rem);
        margin-bottom: 10px;
    }
    .page-blog-cap-nhat-khuyen-mai-kubet-moi-nhat__description {
        font-size: 0.95rem;
        margin-bottom: 20px;
    }
    .page-blog-cap-nhat-khuyen-mai-kubet-moi-nhat__cta-buttons {
        flex-direction: column;
        gap: 15px;
        max-width: 100% !important;
        width: 100% !important;
        padding: 0 15px;
    }
    .page-blog-cap-nhat-khuyen-mai-kubet-moi-nhat__btn-primary,
    .page-blog-cap-nhat-khuyen-mai-kubet-moi-nhat__btn-secondary {
        width: 100% !important;
        max-width: 100% !important;
        padding: 12px 20px;
        font-size: 1rem;
        white-space: normal !important;
        word-wrap: break-word !important;
        box-sizing: border-box !important;
    }

    .page-blog-cap-nhat-khuyen-mai-kubet-moi-nhat__section {
        padding: 40px 0;
        margin-bottom: 15px;
    }
    .page-blog-cap-nhat-khuyen-mai-kubet-moi-nhat__container {
        padding: 0 15px;
        max-width: 100% !important;
        width: 100% !important;
        box-sizing: border-box !important;
    }
    .page-blog-cap-nhat-khuyen-mai-kubet-moi-nhat__section-title {
        font-size: 1.8rem;
        margin-bottom: 30px;
        padding-bottom: 10px;
    }
    .page-blog-cap-nhat-khuyen-mai-kubet-moi-nhat__sub-title {
        font-size: 1.4rem;
        margin-top: 25px;
        margin-bottom: 10px;
    }
    .page-blog-cap-nhat-khuyen-mai-kubet-moi-nhat__article-body {
        font-size: 0.95rem;
    }
    .page-blog-cap-nhat-khuyen-mai-kubet-moi-nhat__article-body img,
    .page-blog-cap-nhat-khuyen-mai-kubet-moi-nhat__image-wrapper img {
        max-width: 100% !important;
        width: 100% !important;
        height: auto !important;
        display: block !important;
        box-sizing: border-box !important;
    }
    .page-blog-cap-nhat-khuyen-mai-kubet-moi-nhat__image-wrapper {
        margin: 20px auto;
        max-width: 100% !important;
        width: 100% !important;
        box-sizing: border-box !important;
    }

    details.page-blog-cap-nhat-khuyen-mai-kubet-moi-nhat__faq-item summary.page-blog-cap-nhat-khuyen-mai-kubet-moi-nhat__faq-question {
        padding: 15px;
    }
    .page-blog-cap-nhat-khuyen-mai-kubet-moi-nhat__faq-qtext {
        font-size: 15px;
    }
    details.page-blog-cap-nhat-khuyen-mai-kubet-moi-nhat__faq-item .page-blog-cap-nhat-khuyen-mai-kubet-moi-nhat__faq-answer {
        padding: 0 15px 15px;
    }
}