/* style/blog-chien-thuat-game-bai-c1688.css */
.page-blog-chien-thuat-game-bai-c1688 {
    font-family: 'Arial', sans-serif;
    color: #FFF1E8; /* Text Main */
    background-color: #140C0C; /* Background */
}

.page-blog-chien-thuat-game-bai-c1688__hero-section {
    padding-top: 10px;
    padding-bottom: 60px;
    background-color: #140C0C;
}

.page-blog-chien-thuat-game-bai-c1688__hero-container {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 40px;
    padding: 40px 20px;
}

.page-blog-chien-thuat-game-bai-c1688__hero-content {
    flex: 1 1 50%;
    min-width: 300px;
    text-align: left;
}

.page-blog-chien-thuat-game-bai-c1688__main-title {
    font-size: clamp(2.2rem, 4vw, 3.5rem);
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 20px;
    color: #F3C54D; /* Gold */
}

.page-blog-chien-thuat-game-bai-c1688__intro-text {
    font-size: 1.15rem;
    line-height: 1.6;
    margin-bottom: 30px;
    color: #FFF1E8;
}

.page-blog-chien-thuat-game-bai-c1688__cta-buttons {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
}

.page-blog-chien-thuat-game-bai-c1688__btn-primary,
.page-blog-chien-thuat-game-bai-c1688__btn-secondary {
    display: inline-block;
    padding: 15px 30px;
    border-radius: 8px;
    text-decoration: none;
    font-weight: 600;
    font-size: 1.05rem;
    transition: all 0.3s ease;
    white-space: normal;
    word-wrap: break-word;
    box-sizing: border-box;
    max-width: 100%;
    text-align: center;
}

.page-blog-chien-thuat-game-bai-c1688__btn-primary {
    background: linear-gradient(180deg, #FFB04A 0%, #D86A14 100%); /* Button gradient */
    color: #140C0C; /* Dark text for contrast */
    border: none;
    box-shadow: 0 4px 15px rgba(255, 176, 74, 0.4);
}

.page-blog-chien-thuat-game-bai-c1688__btn-primary:hover {
    opacity: 0.9;
    transform: translateY(-2px);
}

.page-blog-chien-thuat-game-bai-c1688__btn-secondary {
    background: transparent;
    color: #F3C54D; /* Gold */
    border: 2px solid #F3C54D; /* Gold border */
}

.page-blog-chien-thuat-game-bai-c1688__btn-secondary:hover {
    background: rgba(243, 197, 77, 0.1);
    transform: translateY(-2px);
}

.page-blog-chien-thuat-game-bai-c1688__hero-image-wrapper {
    flex: 1 1 40%;
    min-width: 300px;
    text-align: center;
}

.page-blog-chien-thuat-game-bai-c1688__hero-image {
    max-width: 100%;
    height: auto;
    border-radius: 12px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3);
}

.page-blog-chien-thuat-game-bai-c1688__content-area {
    max-width: 1200px;
    margin: 0 auto;
    padding: 60px 20px;
}

.page-blog-chien-thuat-game-bai-c1688__article-container {
    background-color: #2A1212; /* Card BG */
    padding: 40px;
    border-radius: 12px;
    box-shadow: 0 6px 15px rgba(0, 0, 0, 0.2);
}

.page-blog-chien-thuat-game-bai-c1688__section-title {
    font-size: 2.2rem;
    font-weight: 700;
    color: #F3C54D; /* Gold */
    margin-top: 40px;
    margin-bottom: 25px;
    text-align: center;
    border-bottom: 2px solid #6A1E1E; /* Border */
    padding-bottom: 15px;
}

.page-blog-chien-thuat-game-bai-c1688__section-title:first-of-type {
    margin-top: 0;
}

.page-blog-chien-thuat-game-bai-c1688__sub-title {
    font-size: 1.8rem;
    font-weight: 600;
    color: #E53030; /* Accent color */
    margin-top: 35px;
    margin-bottom: 20px;
}

.page-blog-chien-thuat-game-bai-c1688 p {
    font-size: 1.1rem;
    line-height: 1.7;
    margin-bottom: 20px;
    color: #FFF1E8;
}

.page-blog-chien-thuat-game-bai-c1688__list {
    list-style: disc;
    margin-left: 25px;
    margin-bottom: 25px;
    color: #FFF1E8;
}

.page-blog-chien-thuat-game-bai-c1688__list li {
    font-size: 1.1rem;
    line-height: 1.6;
    margin-bottom: 10px;
}

.page-blog-chien-thuat-game-bai-c1688__list li strong {
    color: #F3C54D; /* Gold */
}

.page-blog-chien-thuat-game-bai-c1688__article-image {
    max-width: 100%;
    height: auto;
    border-radius: 10px;
    margin: 30px auto;
    display: block;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}

.page-blog-chien-thuat-game-bai-c1688__faq-list {
    margin-top: 40px;
}

.page-blog-chien-thuat-game-bai-c1688__faq-item {
    background-color: #2A1212; /* Card BG */
    border: 1px solid #6A1E1E; /* Border */
    border-radius: 8px;
    margin-bottom: 15px;
    overflow: hidden;
}

.page-blog-chien-thuat-game-bai-c1688__faq-question {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 18px 25px;
    font-size: 1.15rem;
    font-weight: 600;
    color: #F3C54D; /* Gold */
    cursor: pointer;
    background-color: #C61F1F; /* Main color */
    user-select: none;
    position: relative;
    transition: background-color 0.3s ease;
}

.page-blog-chien-thuat-game-bai-c1688__faq-question:hover {
    background-color: #E53030; /* Accent color */
}

.page-blog-chien-thuat-game-bai-c1688__faq-question::-webkit-details-marker,
.page-blog-chien-thuat-game-bai-c1688__faq-question::marker {
    display: none;
}

.page-blog-chien-thuat-game-bai-c1688__faq-qtext {
    flex-grow: 1;
    padding-right: 15px;
}

.page-blog-chien-thuat-game-bai-c1688__faq-toggle {
    font-size: 1.5rem;
    line-height: 1;
    width: 20px;
    text-align: center;
    color: #FFF1E8;
}

.page-blog-chien-thuat-game-bai-c1688__faq-item[open] .page-blog-chien-thuat-game-bai-c1688__faq-toggle {
    content: '−';
}

.page-blog-chien-thuat-game-bai-c1688__faq-answer {
    padding: 20px 25px;
    font-size: 1rem;
    line-height: 1.6;
    color: #FFF1E8;
    background-color: #2A1212;
    border-top: 1px solid #6A1E1E;
}

.page-blog-chien-thuat-game-bai-c1688__faq-answer p:last-child {
    margin-bottom: 0;
}

.page-blog-chien-thuat-game-bai-c1688__cta-section {
    background-color: #C61F1F; /* Main color */
    padding: 50px 40px;
    border-radius: 12px;
    text-align: center;
    margin-top: 60px;
    box-shadow: 0 6px 15px rgba(0, 0, 0, 0.2);
}

.page-blog-chien-thuat-game-bai-c1688__cta-title {
    font-size: 2.5rem;
    font-weight: 700;
    color: #FFF1E8; /* Text Main */
    margin-bottom: 20px;
}

.page-blog-chien-thuat-game-bai-c1688__cta-description {
    font-size: 1.2rem;
    line-height: 1.6;
    color: #FFF1E8;
    margin-bottom: 30px;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

.page-blog-chien-thuat-game-bai-c1688__btn-full-width {
    width: 100%;
    max-width: 350px;
    margin: 0 auto;
}

/* Responsive Styles */
@media (max-width: 1024px) {
    .page-blog-chien-thuat-game-bai-c1688__hero-container {
        padding: 30px 15px;
    }
    .page-blog-chien-thuat-game-bai-c1688__main-title {
        font-size: clamp(2rem, 5vw, 3rem);
    }
    .page-blog-chien-thuat-game-bai-c1688__intro-text,
    .page-blog-chien-thuat-game-bai-c1688 p,
    .page-blog-chien-thuat-game-bai-c1688__list li,
    .page-blog-chien-thuat-game-bai-c1688__faq-question,
    .page-blog-chien-thuat-game-bai-c1688__faq-answer {
        font-size: 1rem;
    }
    .page-blog-chien-thuat-game-bai-c1688__section-title {
        font-size: 2rem;
    }
    .page-blog-chien-thuat-game-bai-c1688__sub-title {
        font-size: 1.6rem;
    }
    .page-blog-chien-thuat-game-bai-c1688__cta-title {
        font-size: 2rem;
    }
    .page-blog-chien-thuat-game-bai-c1688__cta-description {
        font-size: 1.1rem;
    }
    .page-blog-chien-thuat-game-bai-c1688__article-container {
        padding: 30px;
    }
    .page-blog-chien-thuat-game-bai-c1688__btn-primary,
    .page-blog-chien-thuat-game-bai-c1688__btn-secondary {
        padding: 12px 25px;
        font-size: 1rem;
    }
}

@media (max-width: 768px) {
    .page-blog-chien-thuat-game-bai-c1688__hero-section {
        padding-top: 10px !important; /* Fixed header spacing */
        padding-bottom: 40px;
    }
    .page-blog-chien-thuat-game-bai-c1688__hero-container {
        flex-direction: column;
        text-align: center;
        padding: 20px 15px;
    }
    .page-blog-chien-thuat-game-bai-c1688__hero-content {
        flex: 1 1 100%;
        text-align: center;
    }
    .page-blog-chien-thuat-game-bai-c1688__main-title {
        font-size: clamp(1.8rem, 7vw, 2.5rem);
        margin-bottom: 15px;
    }
    .page-blog-chien-thuat-game-bai-c1688__intro-text {
        font-size: 1rem;
        margin-bottom: 25px;
    }
    .page-blog-chien-thuat-game-bai-c1688__cta-buttons {
        flex-direction: column;
        gap: 15px;
        width: 100%;
        max-width: 100%;
        box-sizing: border-box;
        padding: 0 15px;
    }
    .page-blog-chien-thuat-game-bai-c1688__btn-primary,
    .page-blog-chien-thuat-game-bai-c1688__btn-secondary {
        width: 100% !important;
        max-width: 100% !important;
        font-size: 1rem !important;
        padding: 14px 20px !important;
        white-space: normal !important;
        word-wrap: break-word !important;
        box-sizing: border-box !important;
    }
    .page-blog-chien-thuat-game-bai-c1688__hero-image-wrapper {
        flex: 1 1 100%;
        width: 100%;
        max-width: 100%;
        box-sizing: border-box;
        padding: 0 15px;
    }
    .page-blog-chien-thuat-game-bai-c1688__hero-image,
    .page-blog-chien-thuat-game-bai-c1688__article-image {
        max-width: 100% !important;
        width: 100% !important;
        height: auto !important;
        box-sizing: border-box !important;
        display: block !important;
    }
    .page-blog-chien-thuat-game-bai-c1688__content-area {
        padding: 40px 0;
        width: 100%;
        max-width: 100%;
        box-sizing: border-box;
        overflow-x: hidden;
    }
    .page-blog-chien-thuat-game-bai-c1688__article-container {
        padding: 25px 15px;
        width: 100%;
        max-width: 100%;
        box-sizing: border-box;
    }
    .page-blog-chien-thuat-game-bai-c1688__section-title {
        font-size: 1.8rem;
        margin-top: 30px;
        margin-bottom: 20px;
    }
    .page-blog-chien-thuat-game-bai-c1688__sub-title {
        font-size: 1.4rem;
        margin-top: 25px;
        margin-bottom: 15px;
    }
    .page-blog-chien-thuat-game-bai-c1688 p,
    .page-blog-chien-thuat-game-bai-c1688__list li,
    .page-blog-chien-thuat-game-bai-c1688__faq-answer {
        font-size: 0.95rem;
        line-height: 1.5;
    }
    .page-blog-chien-thuat-game-bai-c1688__faq-question {
        font-size: 1rem;
        padding: 15px 20px;
    }
    .page-blog-chien-thuat-game-bai-c1688__cta-section {
        padding: 40px 20px;
    }
    .page-blog-chien-thuat-game-bai-c1688__cta-title {
        font-size: 1.8rem;
        margin-bottom: 15px;
    }
    .page-blog-chien-thuat-game-bai-c1688__cta-description {
        font-size: 1rem;
        margin-bottom: 25px;
    }
    .page-blog-chien-thuat-game-bai-c1688__btn-full-width {
        max-width: 100%;
        width: 100%;
    }
}