/* style/blog-latest-strategies-f18678-game-bai.css */
:root {
    --primary-color: #2F6BFF;
    --secondary-color: #6FA3FF;
    --button-gradient: linear-gradient(180deg, #4A8BFF 0%, #2F6BFF 100%);
    --card-bg: #FFFFFF;
    --page-bg: #F4F7FB;
    --text-main: #1F2D3D;
    --border-color: #D6E2FF;
    --glow-color: #A5C4FF;
}

.page-blog-latest-strategies-f18678-game-bai {
    font-family: 'Arial', sans-serif;
    color: var(--text-main);
    background-color: var(--page-bg);
    line-height: 1.6;
}

.page-blog-latest-strategies-f18678-game-bai__hero-section {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 60px 20px;
    padding-top: 10px; /* Aligned with fixed header requirement */
    background-color: var(--page-bg);
}

.page-blog-latest-strategies-f18678-game-bai__hero-container {
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.page-blog-latest-strategies-f18678-game-bai__hero-image {
    width: 100%;
    margin-bottom: 30px;
    border-radius: 8px;
    overflow: hidden;
}

.page-blog-latest-strategies-f18678-game-bai__hero-image img {
    width: 100%;
    height: auto;
    max-width: 100%;
    display: block;
    object-fit: cover;
}

.page-blog-latest-strategies-f18678-game-bai__hero-content {
    position: relative;
    z-index: 2;
    text-align: center;
    width: 100%;
    max-width: 800px;
}

.page-blog-latest-strategies-f18678-game-bai__main-title {
    font-weight: 700;
    line-height: 1.2;
    color: var(--text-main);
    margin-bottom: 20px;
    max-width: 100%;
}

.page-blog-latest-strategies-f18678-game-bai__description {
    font-size: 18px;
    color: var(--text-main);
    margin-bottom: 30px;
}

.page-blog-latest-strategies-f18678-game-bai__cta-button {
    display: inline-block;
    padding: 15px 40px;
    background: var(--button-gradient);
    color: #ffffff;
    text-decoration: none;
    border-radius: 5px;
    font-size: 18px;
    font-weight: bold;
    margin-top: 10px;
    transition: all 0.3s ease;
    max-width: 100%;
    box-sizing: border-box;
    white-space: normal;
    word-wrap: break-word;
    border: none;
    cursor: pointer;
}

.page-blog-latest-strategies-f18678-game-bai__cta-button:hover {
    opacity: 0.9;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}

.page-blog-latest-strategies-f18678-game-bai__content-area {
    max-width: 1200px;
    margin: 0 auto;
    padding: 40px 20px;
    background-color: var(--card-bg);
    border-radius: 8px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
    margin-top: 30px;
    margin-bottom: 30px;
    color: var(--text-main);
}

.page-blog-latest-strategies-f18678-game-bai__container {
    max-width: 900px;
    margin: 0 auto;
}

.page-blog-latest-strategies-f18678-game-bai__section-title {
    font-size: 28px;
    font-weight: 700;
    color: var(--primary-color);
    margin-top: 40px;
    margin-bottom: 25px;
    text-align: left;
    line-height: 1.3;
}

.page-blog-latest-strategies-f18678-game-bai__sub-title {
    font-size: 22px;
    font-weight: 600;
    color: var(--text-main);
    margin-top: 30px;
    margin-bottom: 15px;
    text-align: left;
}

.page-blog-latest-strategies-f18678-game-bai p {
    font-size: 16px;
    margin-bottom: 15px;
    color: var(--text-main);
}

.page-blog-latest-strategies-f18678-game-bai__image-block {
    margin: 30px 0;
    text-align: center;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.page-blog-latest-strategies-f18678-game-bai__image-block img {
    width: 100%;
    height: auto;
    max-width: 100%;
    display: block;
    object-fit: cover;
}

.page-blog-latest-strategies-f18678-game-bai__benefits-list {
    list-style: none;
    padding: 0;
    margin-top: 20px;
}

.page-blog-latest-strategies-f18678-game-bai__benefits-list li {
    background-color: var(--page-bg);
    border-left: 4px solid var(--primary-color);
    padding: 15px 20px;
    margin-bottom: 10px;
    border-radius: 4px;
    font-size: 16px;
    color: var(--text-main);
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
}

.page-blog-latest-strategies-f18678-game-bai__benefits-list li strong {
    color: var(--primary-color);
}

/* FAQ styles */
details.page-blog-latest-strategies-f18678-game-bai__faq-item {
    margin-bottom: 15px;
    border-radius: 5px;
    border: 1px solid var(--border-color);
    overflow: hidden;
    background: var(--card-bg);
    color: var(--text-main);
}
details.page-blog-latest-strategies-f18678-game-bai__faq-item summary.page-blog-latest-strategies-f18678-game-bai__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-latest-strategies-f18678-game-bai__faq-item summary.page-blog-latest-strategies-f18678-game-bai__faq-question::-webkit-details-marker {
    display: none;
}
details.page-blog-latest-strategies-f18678-game-bai__faq-item summary.page-blog-latest-strategies-f18678-game-bai__faq-question:hover {
    background: var(--page-bg);
}
.page-blog-latest-strategies-f18678-game-bai__faq-qtext {
    flex: 1;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.5;
    text-align: left;
    color: var(--text-main);
}
.page-blog-latest-strategies-f18678-game-bai__faq-toggle {
    font-size: 24px;
    font-weight: bold;
    color: var(--primary-color);
    flex-shrink: 0;
    margin-left: 15px;
    width: 28px;
    text-align: center;
}
details.page-blog-latest-strategies-f18678-game-bai__faq-item .page-blog-latest-strategies-f18678-game-bai__faq-answer {
    padding: 0 20px 20px;
    background: #f9f9f9;
    border-radius: 0 0 5px 5px;
    color: var(--text-main);
}

.page-blog-latest-strategies-f18678-game-bai__cta-bottom {
    margin-top: 50px;
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
}

.page-blog-latest-strategies-f18678-game-bai__btn-primary {
    background: var(--button-gradient);
    color: #ffffff;
    border: none;
}

.page-blog-latest-strategies-f18678-game-bai__btn-secondary {
    background: #ffffff;
    color: var(--primary-color);
    border: 2px solid var(--primary-color);
}

.page-blog-latest-strategies-f18678-game-bai__btn-secondary:hover {
    background: var(--primary-color);
    color: #ffffff;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}

/* Responsive styles */
@media (max-width: 768px) {
    .page-blog-latest-strategies-f18678-game-bai {
        font-size: 16px;
        line-height: 1.6;
    }

    .page-blog-latest-strategies-f18678-game-bai__hero-section {
        padding-top: 10px !important;
        padding-bottom: 40px;
        padding-left: 15px;
        padding-right: 15px;
    }

    .page-blog-latest-strategies-f18678-game-bai__main-title {
        font-size: 24px;
        margin-bottom: 15px;
    }

    .page-blog-latest-strategies-f18678-game-bai__description {
        font-size: 15px;
        margin-bottom: 20px;
    }

    .page-blog-latest-strategies-f18678-game-bai__cta-button {
        padding: 12px 25px;
        font-size: 16px;
        width: 100% !important;
        max-width: 100% !important;
        box-sizing: border-box !important;
        white-space: normal !important;
        word-wrap: break-word !important;
    }

    .page-blog-latest-strategies-f18678-game-bai__content-area {
        padding: 25px 15px;
        margin-top: 20px;
        margin-bottom: 20px;
        max-width: 100% !important;
        width: 100% !important;
        box-sizing: border-box !important;
    }

    .page-blog-latest-strategies-f18678-game-bai__section-title {
        font-size: 22px;
        margin-top: 30px;
        margin-bottom: 20px;
    }

    .page-blog-latest-strategies-f18678-game-bai__sub-title {
        font-size: 18px;
        margin-top: 25px;
        margin-bottom: 10px;
    }

    .page-blog-latest-strategies-f18678-game-bai p {
        font-size: 15px;
    }

    .page-blog-latest-strategies-f18678-game-bai__image-block img {
        max-width: 100% !important;
        width: 100% !important;
        height: auto !important;
    }

    .page-blog-latest-strategies-f18678-game-bai__cta-bottom {
        flex-direction: column;
        gap: 15px;
        padding: 0 15px;
        box-sizing: border-box;
        max-width: 100%;
        width: 100%;
    }

    details.page-blog-latest-strategies-f18678-game-bai__faq-item summary.page-blog-latest-strategies-f18678-game-bai__faq-question { padding: 15px; }
    .page-blog-latest-strategies-f18678-game-bai__faq-qtext { font-size: 15px; }
    details.page-blog-latest-strategies-f18678-game-bai__faq-item .page-blog-latest-strategies-f18678-game-bai__faq-answer { padding: 0 15px 15px; }

    /* Ensure all containing elements for images and buttons are also responsive */
    .page-blog-latest-strategies-f18678-game-bai__container,
    .page-blog-latest-strategies-f18678-game-bai__hero-container {
        max-width: 100% !important;
        width: 100% !important;
        box-sizing: border-box !important;
    }
}