.page-blog-z8bet-nha-cai-sports-betting-guide {
    font-family: 'Arial', sans-serif;
    line-height: 1.6;
    color: #333333; /* Default text color for light backgrounds */
    background-color: var(--secondary-color, #FFFFFF);
}

.page-blog-z8bet-nha-cai-sports-betting-guide__dark-bg {
    background-color: #017439;
    color: #ffffff;
}

.page-blog-z8bet-nha-cai-sports-betting-guide__light-bg {
    background-color: #ffffff;
    color: #333333;
}

/* HERO Section */
.page-blog-z8bet-nha-cai-sports-betting-guide__hero-section {
    position: relative;
    overflow: hidden;
    padding-top: 10px; /* Small top padding, assuming shared.css handles body padding */
    padding-bottom: 60px;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.page-blog-z8bet-nha-cai-sports-betting-guide__hero-image-wrapper {
    width: 100%;
    max-height: 70vh;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
}

.page-blog-z8bet-nha-cai-sports-betting-guide__hero-image {
    width: 100%;
    height: auto;
    object-fit: cover;
    display: block;
}

.page-blog-z8bet-nha-cai-sports-betting-guide__hero-content {
    position: relative;
    z-index: 2;
    max-width: 900px;
    padding: 0 20px;
}

.page-blog-z8bet-nha-cai-sports-betting-guide__main-title {
    font-size: clamp(2.2rem, 4vw, 3.5rem);
    font-weight: 700;
    margin-bottom: 15px;
    line-height: 1.2;
    color: #ffffff;
}

.page-blog-z8bet-nha-cai-sports-betting-guide__description {
    font-size: clamp(1rem, 1.5vw, 1.25rem);
    margin-bottom: 30px;
    color: #f0f0f0;
}

.page-blog-z8bet-nha-cai-sports-betting-guide__cta-buttons {
    display: flex;
    gap: 20px;
    justify-content: center;
    flex-wrap: wrap;
}

.page-blog-z8bet-nha-cai-sports-betting-guide__btn-primary,
.page-blog-z8bet-nha-cai-sports-betting-guide__btn-secondary {
    display: inline-block;
    padding: 14px 28px;
    border-radius: 8px;
    text-decoration: none;
    font-weight: 600;
    transition: background-color 0.3s ease, color 0.3s ease, border-color 0.3s ease;
    white-space: normal;
    word-wrap: break-word;
    box-sizing: border-box;
}

.page-blog-z8bet-nha-cai-sports-betting-guide__btn-primary {
    background-color: #C30808; /* Register/Login color */
    color: #FFFF00; /* Register/Login font color */
    border: 2px solid #C30808;
}

.page-blog-z8bet-nha-cai-sports-betting-guide__btn-primary:hover {
    background-color: #a30606;
    border-color: #a30606;
}

.page-blog-z8bet-nha-cai-sports-betting-guide__btn-secondary {
    background-color: #ffffff;
    color: #017439;
    border: 2px solid #017439;
}

.page-blog-z8bet-nha-cai-sports-betting-guide__btn-secondary:hover {
    background-color: #f0f0f0;
    color: #005a2e;
    border-color: #005a2e;
}

.page-blog-z8bet-nha-cai-sports-betting-guide__cta-center {
    text-align: center;
    margin-top: 40px;
}

/* General Content Styling */
.page-blog-z8bet-nha-cai-sports-betting-guide__container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    box-sizing: border-box;
}

.page-blog-z8bet-nha-cai-sports-betting-guide__content-area,
.page-blog-z8bet-nha-cai-sports-betting-guide__how-to-section,
.page-blog-z8bet-nha-cai-sports-betting-guide__bet-types-section,
.page-blog-z8bet-nha-cai-sports-betting-guide__tips-section,
.page-blog-z8bet-nha-cai-sports-betting-guide__sports-list-section,
.page-blog-z8bet-nha-cai-sports-betting-guide__promotions-section,
.page-blog-z8bet-nha-cai-sports-betting-guide__faq-section,
.page-blog-z8bet-nha-cai-sports-betting-guide__conclusion-section {
    padding: 60px 0;
}

.page-blog-z8bet-nha-cai-sports-betting-guide__section-title {
    font-size: clamp(1.8rem, 3vw, 2.5rem);
    font-weight: 700;
    text-align: center;
    margin-bottom: 40px;
    line-height: 1.3;
}

.page-blog-z8bet-nha-cai-sports-betting-guide__dark-bg .page-blog-z8bet-nha-cai-sports-betting-guide__section-title {
    color: #ffffff;
}

.page-blog-z8bet-nha-cai-sports-betting-guide__light-bg .page-blog-z8bet-nha-cai-sports-betting-guide__section-title {
    color: #017439;
}

.page-blog-z8bet-nha-cai-sports-betting-guide__sub-title {
    font-size: clamp(1.5rem, 2.5vw, 2rem);
    font-weight: 600;
    margin-top: 30px;
    margin-bottom: 20px;
    color: #017439;
}

.page-blog-z8bet-nha-cai-sports-betting-guide__text-block {
    font-size: 1rem;
    margin-bottom: 20px;
    text-align: justify;
}

.page-blog-z8bet-nha-cai-sports-betting-guide__list {
    list-style: disc;
    padding-left: 25px;
    margin-bottom: 20px;
}

.page-blog-z8bet-nha-cai-sports-betting-guide__list-item {
    margin-bottom: 10px;
    font-size: 1rem;
}

/* Steps Grid */
.page-blog-z8bet-nha-cai-sports-betting-guide__steps-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 30px;
    margin-top: 40px;
}

.page-blog-z8bet-nha-cai-sports-betting-guide__step-card {
    background-color: rgba(255, 255, 255, 0.1);
    border-radius: 10px;
    padding: 30px;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 100%;
    box-sizing: border-box;
}

.page-blog-z8bet-nha-cai-sports-betting-guide__step-icon {
    width: 200px;
    height: auto;
    margin-bottom: 20px;
    object-fit: contain;
}

.page-blog-z8bet-nha-cai-sports-betting-guide__step-title {
    font-size: 1.5rem;
    font-weight: 600;
    margin-bottom: 15px;
    color: #ffffff;
}

.page-blog-z8bet-nha-cai-sports-betting-guide__step-description {
    font-size: 0.95rem;
    color: #f0f0f0;
}

/* Bet Type Grid */
.page-blog-z8bet-nha-cai-sports-betting-guide__bet-type-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 30px;
    margin-top: 40px;
}

.page-blog-z8bet-nha-cai-sports-betting-guide__bet-type-card {
    padding: 30px;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    height: 100%;
    box-sizing: border-box;
}

.page-blog-z8bet-nha-cai-sports-betting-guide__bet-type-title {
    font-size: 1.4rem;
    font-weight: 600;
    margin-bottom: 15px;
    color: #017439;
}

.page-blog-z8bet-nha-cai-sports-betting-guide__bet-type-description {
    font-size: 0.95rem;
    color: #555555;
}

/* Tips Section */
.page-blog-z8bet-nha-cai-sports-betting-guide__tips-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 30px;
    margin-top: 40px;
}

.page-blog-z8bet-nha-cai-sports-betting-guide__tip-card {
    background-color: rgba(255, 255, 255, 0.1);
    border-radius: 10px;
    overflow: hidden;
    text-align: center;
    display: flex;
    flex-direction: column;
    height: 100%;
    box-sizing: border-box;
}

.page-blog-z8bet-nha-cai-sports-betting-guide__tip-image {
    width: 100%;
    height: 220px;
    object-fit: cover;
    display: block;
}

.page-blog-z8bet-nha-cai-sports-betting-guide__tip-card h3,
.page-blog-z8bet-nha-cai-sports-betting-guide__tip-card p {
    padding: 0 20px;
}

.page-blog-z8bet-nha-cai-sports-betting-guide__tip-title {
    font-size: 1.4rem;
    font-weight: 600;
    margin-top: 20px;
    margin-bottom: 10px;
    color: #ffffff;
}

.page-blog-z8bet-nha-cai-sports-betting-guide__tip-description {
    font-size: 0.95rem;
    color: #f0f0f0;
    padding-bottom: 20px;
}

/* Sports List Section */
.page-blog-z8bet-nha-cai-sports-betting-guide__sports-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 30px;
    margin-top: 40px;
}

.page-blog-z8bet-nha-cai-sports-betting-guide__sport-card {
    padding: 30px;
    border-radius: 10px;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 100%;
    box-sizing: border-box;
}

.page-blog-z8bet-nha-cai-sports-betting-guide__sport-icon {
    width: 200px;
    height: auto;
    margin-bottom: 20px;
    object-fit: contain;
}

.page-blog-z8bet-nha-cai-sports-betting-guide__sport-title {
    font-size: 1.5rem;
    font-weight: 600;
    margin-bottom: 15px;
    color: #017439;
}

.page-blog-z8bet-nha-cai-sports-betting-guide__sport-description {
    font-size: 0.95rem;
    color: #555555;
}

/* Promotions Section */
.page-blog-z8bet-nha-cai-sports-betting-guide__promo-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
    margin-top: 40px;
}

.page-blog-z8bet-nha-cai-sports-betting-guide__promo-card {
    padding: 30px;
    border-radius: 10px;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 100%;
    box-sizing: border-box;
}

.page-blog-z8bet-nha-cai-sports-betting-guide__promo-image {
    width: 250px;
    height: auto;
    margin-bottom: 20px;
    object-fit: contain;
}

.page-blog-z8bet-nha-cai-sports-betting-guide__promo-title {
    font-size: 1.4rem;
    font-weight: 600;
    margin-bottom: 15px;
    color: #017439;
}

.page-blog-z8bet-nha-cai-sports-betting-guide__promo-description {
    font-size: 0.95rem;
    color: #555555;
    margin-bottom: 20px;
}

/* FAQ Section */
.page-blog-z8bet-nha-cai-sports-betting-guide__faq-list {
    margin-top: 40px;
}

.page-blog-z8bet-nha-cai-sports-betting-guide__faq-item {
    margin-bottom: 15px;
    border-radius: 8px;
    overflow: hidden;
    border: 1px solid #e0e0e0;
    background-color: #ffffff;
    color: #333333;
}

.page-blog-z8bet-nha-cai-sports-betting-guide__faq-question {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 18px 25px;
    font-size: 1.15rem;
    font-weight: 600;
    cursor: pointer;
    background-color: #f9f9f9;
    color: #017439;
    list-style: none; /* For details/summary */
}

.page-blog-z8bet-nha-cai-sports-betting-guide__faq-question::-webkit-details-marker {
    display: none;
}

.page-blog-z8bet-nha-cai-sports-betting-guide__faq-qtext {
    flex-grow: 1;
}

.page-blog-z8bet-nha-cai-sports-betting-guide__faq-toggle {
    font-size: 1.5rem;
    font-weight: bold;
    margin-left: 15px;
    color: #017439;
}

.page-blog-z8bet-nha-cai-sports-betting-guide__faq-answer {
    padding: 15px 25px 25px;
    font-size: 1rem;
    line-height: 1.7;
    color: #555555;
    border-top: 1px solid #eee;
}

/* Details element specific styling */
.page-blog-z8bet-nha-cai-sports-betting-guide__faq-item[open] .page-blog-z8bet-nha-cai-sports-betting-guide__faq-question {
    background-color: #e6f7ed;
}

/* Conclusion Section */
.page-blog-z8bet-nha-cai-sports-betting-guide__conclusion-section .page-blog-z8bet-nha-cai-sports-betting-guide__text-block {
    color: #f0f0f0;
}

/* All images responsive base style */
.page-blog-z8bet-nha-cai-sports-betting-guide img {
    max-width: 100%;
    height: auto;
    display: block;
}

/* Card general style to ensure contrast */
.page-blog-z8bet-nha-cai-sports-betting-guide__card {
    background: #ffffff;
    color: #333333;
    border: 1px solid #e0e0e0;
}

/* Responsive Styles */
@media (max-width: 1024px) {
    .page-blog-z8bet-nha-cai-sports-betting-guide__main-title {
        font-size: clamp(2rem, 4.5vw, 3.2rem);
    }

    .page-blog-z8bet-nha-cai-sports-betting-guide__description {
        font-size: clamp(0.9rem, 1.6vw, 1.15rem);
    }

    .page-blog-z8bet-nha-cai-sports-betting-guide__section-title {
        font-size: clamp(1.6rem, 3.5vw, 2.2rem);
    }

    .page-blog-z8bet-nha-cai-sports-betting-guide__sub-title {
        font-size: clamp(1.4rem, 2.8vw, 1.8rem);
    }

    .page-blog-z8bet-nha-cai-sports-betting-guide__btn-primary,
    .page-blog-z8bet-nha-cai-sports-betting-guide__btn-secondary {
        padding: 12px 24px;
        font-size: 0.95rem;
    }

    .page-blog-z8bet-nha-cai-sports-betting-guide__steps-grid,
    .page-blog-z8bet-nha-cai-sports-betting-guide__bet-type-grid,
    .page-blog-z8bet-nha-cai-sports-betting-guide__tips-grid,
    .page-blog-z8bet-nha-cai-sports-betting-guide__sports-grid,
    .page-blog-z8bet-nha-cai-sports-betting-guide__promo-grid {
        grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    }
}

@media (max-width: 768px) {
    /* 1. HERO 主图区域 */
    .page-blog-z8bet-nha-cai-sports-betting-guide__hero-section {
        padding-top: 10px !important;
        padding-bottom: 40px;
    }

    .page-blog-z8bet-nha-cai-sports-betting-guide__hero-content {
        padding: 0 15px;
    }

    .page-blog-z8bet-nha-cai-sports-betting-guide__main-title {
        font-size: clamp(1.8rem, 7vw, 2.5rem);
        margin-bottom: 10px;
    }

    .page-blog-z8bet-nha-cai-sports-betting-guide__description {
        font-size: 1rem;
        margin-bottom: 25px;
    }

    /* 2. 产品展示图区域 (Steps, Bet Types, Tips, Sports, Promotions grids) */
    .page-blog-z8bet-nha-cai-sports-betting-guide__steps-grid,
    .page-blog-z8bet-nha-cai-sports-betting-guide__bet-type-grid,
    .page-blog-z8bet-nha-cai-sports-betting-guide__tips-grid,
    .page-blog-z8bet-nha-cai-sports-betting-guide__sports-grid,
    .page-blog-z8bet-nha-cai-sports-betting-guide__promo-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    /* 3. 通用图片与容器 */
    .page-blog-z8bet-nha-cai-sports-betting-guide img {
        max-width: 100% !important;
        width: 100% !important;
        height: auto !important;
    }

    .page-blog-z8bet-nha-cai-sports-betting-guide__container,
    .page-blog-z8bet-nha-cai-sports-betting-guide__section,
    .page-blog-z8bet-nha-cai-sports-betting-guide__card,
    .page-blog-z8bet-nha-cai-sports-betting-guide__hero-image-wrapper,
    .page-blog-z8bet-nha-cai-sports-betting-guide__step-card,
    .page-blog-z8bet-nha-cai-sports-betting-guide__bet-type-card,
    .page-blog-z8bet-nha-cai-sports-betting-guide__tip-card,
    .page-blog-z8bet-nha-cai-sports-betting-guide__sport-card,
    .page-blog-z8bet-nha-cai-sports-betting-guide__promo-card,
    .page-blog-z8bet-nha-cai-sports-betting-guide__faq-item {
        max-width: 100% !important;
        width: 100% !important;
        box-sizing: border-box !important;
        padding-left: 15px;
        padding-right: 15px;
    }

    /* 4. 按钮与按钮容器 */
    .page-blog-z8bet-nha-cai-sports-betting-guide__cta-buttons {
        flex-direction: column;
        gap: 15px;
        padding: 0 15px;
    }

    .page-blog-z8bet-nha-cai-sports-betting-guide__btn-primary,
    .page-blog-z8bet-nha-cai-sports-betting-guide__btn-secondary,
    .page-blog-z8bet-nha-cai-sports-betting-guide a[class*="button"],
    .page-blog-z8bet-nha-cai-sports-betting-guide 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-z8bet-nha-cai-sports-betting-guide__cta-center {
        padding: 0 15px;
        width: 100%;
        box-sizing: border-box;
    }

    /* 5. 其他内容模块 */
    .page-blog-z8bet-nha-cai-sports-betting-guide__content-area,
    .page-blog-z8bet-nha-cai-sports-betting-guide__how-to-section,
    .page-blog-z8bet-nha-cai-sports-betting-guide__bet-types-section,
    .page-blog-z8bet-nha-cai-sports-betting-guide__tips-section,
    .page-blog-z8bet-nha-cai-sports-betting-guide__sports-list-section,
    .page-blog-z8bet-nha-cai-sports-betting-guide__promotions-section,
    .page-blog-z8bet-nha-cai-sports-betting-guide__faq-section,
    .page-blog-z8bet-nha-cai-sports-betting-guide__conclusion-section {
        padding: 40px 0;
    }

    .page-blog-z8bet-nha-cai-sports-betting-guide__section-title {
        font-size: 1.8rem;
        margin-bottom: 30px;
    }

    .page-blog-z8bet-nha-cai-sports-betting-guide__sub-title {
        font-size: 1.3rem;
        margin-top: 25px;
        margin-bottom: 15px;
    }

    .page-blog-z8bet-nha-cai-sports-betting-guide__text-block,
    .page-blog-z8bet-nha-cai-sports-betting-guide__list-item,
    .page-blog-z8bet-nha-cai-sports-betting-guide__step-description,
    .page-blog-z8bet-nha-cai-sports-betting-guide__bet-type-description,
    .page-blog-z8bet-nha-cai-sports-betting-guide__tip-description,
    .page-blog-z8bet-nha-cai-sports-betting-guide__sport-description,
    .page-blog-z8bet-nha-cai-sports-betting-guide__promo-description,
    .page-blog-z8bet-nha-cai-sports-betting-guide__faq-answer p {
        font-size: 15px;
    }

    .page-blog-z8bet-nha-cai-sports-betting-guide__faq-question {
        padding: 15px 20px;
        font-size: 1rem;
    }

    .page-blog-z8bet-nha-cai-sports-betting-guide__faq-answer {
        padding: 10px 20px 20px;
    }

    .page-blog-z8bet-nha-cai-sports-betting-guide__step-icon,
    .page-blog-z8bet-nha-cai-sports-betting-guide__sport-icon,
    .page-blog-z8bet-nha-cai-sports-betting-guide__promo-image {
        width: 150px;
        height: auto;
    }
}