/* style/blog-tong-hop-khuyen-mai-98bet-moi-nhat.css */
.page-blog-tong-hop-khuyen-mai-98bet-moi-nhat {
    color: #FFF3E6;
    background-color: #0D0E12; /* Inherited from body, but set explicitly for clarity */
}

.page-blog-tong-hop-khuyen-mai-98bet-moi-nhat__container {
    max-width: 1170px;
    margin: 0 auto;
    padding: 20px 16px;
    box-sizing: border-box;
}

.page-blog-tong-hop-khuyen-mai-98bet-moi-nhat__hero-section {
    padding-top: 10px; /* Small top padding as per rules */
    padding-bottom: 60px;
    background-color: #0D0E12;
}

.page-blog-tong-hop-khuyen-mai-98bet-moi-nhat__hero-container {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 40px;
    max-width: 1170px;
    margin: 0 auto;
    padding: 40px 16px;
}

.page-blog-tong-hop-khuyen-mai-98bet-moi-nhat__hero-content {
    flex: 1 1 45%;
    min-width: 300px;
    text-align: left;
}

.page-blog-tong-hop-khuyen-mai-98bet-moi-nhat__hero-title {
    font-size: clamp(2em, 4vw, 3.2em); /* Use clamp for H1 */
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 20px;
    color: #FFF3E6;
}

.page-blog-tong-hop-khuyen-mai-98bet-moi-nhat__hero-description {
    font-size: 1.1em;
    line-height: 1.6;
    margin-bottom: 30px;
    color: #FFF3E6;
}

.page-blog-tong-hop-khuyen-mai-98bet-moi-nhat__hero-image {
    flex: 1 1 45%;
    min-width: 300px;
    text-align: center;
}

.page-blog-tong-hop-khuyen-mai-98bet-moi-nhat__hero-side-image {
    max-width: 600px;
    width: 100%;
    height: 600px; /* Fixed height for hero image, object-fit will handle aspect ratio */
    object-fit: cover;
    border-radius: 10px;
}

.page-blog-tong-hop-khuyen-mai-98bet-moi-nhat__btn-primary {
    display: inline-block;
    padding: 15px 30px;
    background: linear-gradient(180deg, #FFA53A 0%, #D96800 100%);
    color: #FFF3E6;
    font-weight: 700;
    text-decoration: none;
    border-radius: 8px;
    transition: background 0.3s ease;
    white-space: nowrap;
    border: none;
    cursor: pointer;
}

.page-blog-tong-hop-khuyen-mai-98bet-moi-nhat__btn-primary:hover {
    background: linear-gradient(180deg, #D96800 0%, #FFA53A 100%);
}

.page-blog-tong-hop-khuyen-mai-98bet-moi-nhat__btn-secondary {
    display: inline-block;
    padding: 15px 30px;
    background: #17191F;
    color: #FFA53A;
    font-weight: 700;
    text-decoration: none;
    border-radius: 8px;
    transition: background 0.3s ease, color 0.3s ease;
    border: 2px solid #A84F0C;
    white-space: nowrap;
    cursor: pointer;
}

.page-blog-tong-hop-khuyen-mai-98bet-moi-nhat__btn-secondary:hover {
    background: #FFA53A;
    color: #17191F;
}

.page-blog-tong-hop-khuyen-mai-98bet-moi-nhat__section-title {
    font-size: 2.5em;
    font-weight: 700;
    color: #FFF3E6;
    text-align: center;
    margin-bottom: 20px;
    line-height: 1.3;
}

.page-blog-tong-hop-khuyen-mai-98bet-moi-nhat__section-description {
    font-size: 1.1em;
    color: #FFF3E6;
    text-align: center;
    margin-bottom: 40px;
    line-height: 1.6;
}

.page-blog-tong-hop-khuyen-mai-98bet-moi-nhat__intro-section {
    padding: 60px 0;
    background-color: #0D0E12;
}

.page-blog-tong-hop-khuyen-mai-98bet-moi-nhat__features-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    justify-content: center;
}

.page-blog-tong-hop-khuyen-mai-98bet-moi-nhat__feature-item {
    flex: 1 1 300px;
    background-color: #17191F;
    border-radius: 10px;
    padding: 30px;
    text-align: center;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
    color: #FFF3E6;
}

.page-blog-tong-hop-khuyen-mai-98bet-moi-nhat__icon-box-media {
    width: 200px;
    height: 200px;
    margin: 0 auto 20px;
    border-radius: 50%;
    overflow: hidden;
    border: 3px solid #FFB04D;
    display: flex;
    align-items: center;
    justify-content: center;
}

.page-blog-tong-hop-khuyen-mai-98bet-moi-nhat__icon-box-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
    display: block;
}

.page-blog-tong-hop-khuyen-mai-98bet-moi-nhat__feature-title {
    font-size: 1.5em;
    font-weight: 600;
    margin-bottom: 15px;
    color: #FFA53A;
}

.page-blog-tong-hop-khuyen-mai-98bet-moi-nhat__feature-text {
    font-size: 1em;
    line-height: 1.6;
    color: #FFF3E6;
}

.page-blog-tong-hop-khuyen-mai-98bet-moi-nhat__promotions-list {
    padding: 60px 0;
    background-color: #17191F; /* Card BG as section background */
}

.page-blog-tong-hop-khuyen-mai-98bet-moi-nhat__promo-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
}

.page-blog-tong-hop-khuyen-mai-98bet-moi-nhat__promo-card {
    background-color: #0D0E12;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
    display: flex;
    flex-direction: column;
    border: 1px solid #A84F0C;
}

.page-blog-tong-hop-khuyen-mai-98bet-moi-nhat__promo-image {
    width: 100%;
    height: 250px; /* Fixed height for promo images */
    object-fit: cover;
    display: block;
}

.page-blog-tong-hop-khuyen-mai-98bet-moi-nhat__promo-content {
    padding: 25px;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.page-blog-tong-hop-khuyen-mai-98bet-moi-nhat__promo-title {
    font-size: 1.35em;
    font-weight: 600;
    color: #FFA53A;
    margin-bottom: 15px;
    line-height: 1.4;
}

.page-blog-tong-hop-khuyen-mai-98bet-moi-nhat__promo-text {
    font-size: 0.95em;
    color: #FFF3E6;
    line-height: 1.6;
    margin-bottom: 15px;
}

.page-blog-tong-hop-khuyen-mai-98bet-moi-nhat__promo-details {
    list-style: none;
    padding: 0;
    margin-bottom: 20px;
}

.page-blog-tong-hop-khuyen-mai-98bet-moi-nhat__promo-details li {
    font-size: 0.9em;
    color: #FFF3E6;
    margin-bottom: 8px;
    position: relative;
    padding-left: 20px;
}

.page-blog-tong-hop-khuyen-mai-98bet-moi-nhat__promo-details li::before {
    content: '•';
    color: #FFA53A;
    position: absolute;
    left: 0;
    top: 0;
}

.page-blog-tong-hop-khuyen-mai-98bet-moi-nhat__guide-section {
    padding: 60px 0;
    background-color: #0D0E12;
}

.page-blog-tong-hop-khuyen-mai-98bet-moi-nhat__guide-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 30px;
    margin-top: 40px;
}

.page-blog-tong-hop-khuyen-mai-98bet-moi-nhat__guide-step {
    background-color: #17191F;
    border-radius: 10px;
    padding: 30px;
    text-align: center;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
    color: #FFF3E6;
    border: 1px solid #A84F0C;
}

.page-blog-tong-hop-khuyen-mai-98bet-moi-nhat__guide-image {
    width: 100%;
    max-width: 300px;
    height: 200px;
    object-fit: cover;
    border-radius: 8px;
    margin-bottom: 20px;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.page-blog-tong-hop-khuyen-mai-98bet-moi-nhat__guide-title {
    font-size: 1.4em;
    font-weight: 600;
    color: #FFA53A;
    margin-bottom: 15px;
}

.page-blog-tong-hop-khuyen-mai-98bet-moi-nhat__guide-text {
    font-size: 0.95em;
    line-height: 1.6;
    color: #FFF3E6;
}

.page-blog-tong-hop-khuyen-mai-98bet-moi-nhat__guide-cta {
    text-align: center;
    margin-top: 50px;
}

.page-blog-tong-hop-khuyen-mai-98bet-moi-nhat__faq-section {
    padding: 60px 0;
    background-color: #17191F;
}

.page-blog-tong-hop-khuyen-mai-98bet-moi-nhat__faq-list {
    max-width: 800px;
    margin: 40px auto 0;
}

.page-blog-tong-hop-khuyen-mai-98bet-moi-nhat__faq-item {
    background-color: #0D0E12;
    border: 1px solid #A84F0C;
    border-radius: 8px;
    margin-bottom: 15px;
    color: #FFF3E6;
    overflow: hidden;
}

.page-blog-tong-hop-khuyen-mai-98bet-moi-nhat__faq-question {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 18px 25px;
    font-size: 1.15em;
    font-weight: 600;
    color: #FFA53A;
    cursor: pointer;
    list-style: none;
    position: relative;
    transition: background-color 0.3s ease;
}

.page-blog-tong-hop-khuyen-mai-98bet-moi-nhat__faq-question::-webkit-details-marker {
    display: none;
}

.page-blog-tong-hop-khuyen-mai-98bet-moi-nhat__faq-question:hover {
    background-color: rgba(255, 165, 58, 0.1);
}

.page-blog-tong-hop-khuyen-mai-98bet-moi-nhat__faq-toggle {
    font-size: 1.5em;
    line-height: 1;
    margin-left: 15px;
    color: #FFA53A;
}

.page-blog-tong-hop-khuyen-mai-98bet-moi-nhat__faq-item[open] .page-blog-tong-hop-khuyen-mai-98bet-moi-nhat__faq-toggle {
    content: '−';
}

.page-blog-tong-hop-khuyen-mai-98bet-moi-nhat__faq-answer {
    padding: 0 25px 20px;
    font-size: 1em;
    line-height: 1.7;
    color: #FFF3E6;
}

.page-blog-tong-hop-khuyen-mai-98bet-moi-nhat__cta-section {
    padding: 80px 0;
    background-color: #0D0E12;
    text-align: center;
}

.page-blog-tong-hop-khuyen-mai-98bet-moi-nhat__cta-buttons {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-top: 40px;
}

/* General image and container responsive styles */
.page-blog-tong-hop-khuyen-mai-98bet-moi-nhat img {
    max-width: 100%;
    height: auto;
    display: block;
}

.page-blog-tong-hop-khuyen-mai-98bet-moi-nhat__section,
.page-blog-tong-hop-khuyen-mai-98bet-moi-nhat__card,
.page-blog-tong-hop-khuyen-mai-98bet-moi-nhat__container {
    max-width: 100%;
    width: 100%;
    box-sizing: border-box;
}

/* Mobile Responsive Styles */
@media (max-width: 768px) {
    .page-blog-tong-hop-khuyen-mai-98bet-moi-nhat {
        font-size: 16px;
        line-height: 1.6;
    }
    
    .page-blog-tong-hop-khuyen-mai-98bet-moi-nhat__hero-section {
        padding-top: 10px !important;
        padding-bottom: 40px;
    }

    .page-blog-tong-hop-khuyen-mai-98bet-moi-nhat__hero-container {
        flex-direction: column;
        padding: 30px 15px;
        gap: 30px;
    }

    .page-blog-tong-hop-khuyen-mai-98bet-moi-nhat__hero-content {
        text-align: center;
    }

    .page-blog-tong-hop-khuyen-mai-98bet-moi-nhat__hero-title {
        font-size: 2em;
    }

    .page-blog-tong-hop-khuyen-mai-98bet-moi-nhat__hero-description {
        font-size: 1em;
    }

    .page-blog-tong-hop-khuyen-mai-98bet-moi-nhat__hero-side-image {
        height: 300px; /* Adjust height for mobile */
    }

    .page-blog-tong-hop-khuyen-mai-98bet-moi-nhat__btn-primary,
    .page-blog-tong-hop-khuyen-mai-98bet-moi-nhat__btn-secondary,
    .page-blog-tong-hop-khuyen-mai-98bet-moi-nhat a[class*="button"],
    .page-blog-tong-hop-khuyen-mai-98bet-moi-nhat 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-tong-hop-khuyen-mai-98bet-moi-nhat__cta-buttons,
    .page-blog-tong-hop-khuyen-mai-98bet-moi-nhat__button-group,
    .page-blog-tong-hop-khuyen-mai-98bet-moi-nhat__btn-container {
        max-width: 100% !important;
        width: 100% !important;
        box-sizing: border-box !important;
        padding-left: 15px;
        padding-right: 15px;
        flex-direction: column !important; /* Stack buttons vertically */
        gap: 15px !important;
    }

    .page-blog-tong-hop-khuyen-mai-98bet-moi-nhat__section-title {
        font-size: 1.8em;
    }

    .page-blog-tong-hop-khuyen-mai-98bet-moi-nhat__section-description {
        font-size: 0.95em;
    }

    .page-blog-tong-hop-khuyen-mai-98bet-moi-nhat__intro-section,
    .page-blog-tong-hop-khuyen-mai-98bet-moi-nhat__promotions-list,
    .page-blog-tong-hop-khuyen-mai-98bet-moi-nhat__guide-section,
    .page-blog-tong-hop-khuyen-mai-98bet-moi-nhat__faq-section,
    .page-blog-tong-hop-khuyen-mai-98bet-moi-nhat__cta-section {
        padding: 40px 0;
    }

    .page-blog-tong-hop-khuyen-mai-98bet-moi-nhat__features-grid,
    .page-blog-tong-hop-khuyen-mai-98bet-moi-nhat__promo-grid,
    .page-blog-tong-hop-khuyen-mai-98bet-moi-nhat__guide-grid {
        gap: 20px;
    }

    .page-blog-tong-hop-khuyen-mai-98bet-moi-nhat__feature-item,
    .page-blog-tong-hop-khuyen-mai-98bet-moi-nhat__promo-card,
    .page-blog-tong-hop-khuyen-mai-98bet-moi-nhat__guide-step {
        padding: 20px;
    }

    .page-blog-tong-hop-khuyen-mai-98bet-moi-nhat__icon-box-media {
        width: 150px;
        height: 150px;
        margin-bottom: 15px;
    }

    .page-blog-tong-hop-khuyen-mai-98bet-moi-nhat__icon-box-media img {
        width: 100% !important;
        height: 100% !important;
        object-fit: cover;
    }

    .page-blog-tong-hop-khuyen-mai-98bet-moi-nhat__promo-image {
        height: 180px; /* Adjust height for mobile */
    }

    .page-blog-tong-hop-khuyen-mai-98bet-moi-nhat__promo-title {
        font-size: 1.2em;
    }

    .page-blog-tong-hop-khuyen-mai-98bet-moi-nhat__promo-text,
    .page-blog-tong-hop-khuyen-mai-98bet-moi-nhat__promo-details li,
    .page-blog-tong-hop-khuyen-mai-98bet-moi-nhat__guide-text {
        font-size: 0.9em;
    }

    .page-blog-tong-hop-khuyen-mai-98bet-moi-nhat__guide-image {
        height: 150px;
    }

    .page-blog-tong-hop-khuyen-mai-98bet-moi-nhat__faq-question {
        padding: 15px 20px;
        font-size: 1em;
    }

    .page-blog-tong-hop-khuyen-mai-98bet-moi-nhat__faq-answer {
        padding: 0 20px 15px;
        font-size: 0.95em;
    }

    /* Ensure all images inside content areas are responsive */
    .page-blog-tong-hop-khuyen-mai-98bet-moi-nhat img {
        max-width: 100% !important;
        width: 100% !important;
        height: auto !important;
    }

    .page-blog-tong-hop-khuyen-mai-98bet-moi-nhat__section,
    .page-blog-tong-hop-khuyen-mai-98bet-moi-nhat__card,
    .page-blog-tong-hop-khuyen-mai-98bet-moi-nhat__container {
        max-width: 100% !important;
        width: 100% !important;
        box-sizing: border-box !important;
        padding-left: 15px;
        padding-right: 15px;
    }
}