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

.page-blog-chien-thuat-choi-game-bai-23vin {
    font-family: Arial, sans-serif;
    color: var(--text-main-color);
    line-height: 1.6;
    background-color: var(--page-bg-color); /* Assuming light body background */
}

.page-blog-chien-thuat-choi-game-bai-23vin__container {
    max-width: 1170px;
    margin: 0 auto;
    padding: 0 16px;
    box-sizing: border-box;
}

.page-blog-chien-thuat-choi-game-bai-23vin__hero-article {
    padding-top: 10px; /* Relying on shared.css for body padding-top */
    padding-bottom: 60px;
    background-color: var(--card-bg-color);
    text-align: center;
}

.page-blog-chien-thuat-choi-game-bai-23vin__main-title {
    font-size: 2.8em;
    font-weight: bold;
    color: var(--primary-color);
    margin-bottom: 20px;
    line-height: 1.2;
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
}

.page-blog-chien-thuat-choi-game-bai-23vin__intro-text {
    font-size: 1.1em;
    color: var(--text-main-color);
    margin-bottom: 30px;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

.page-blog-chien-thuat-choi-game-bai-23vin__article-meta {
    font-size: 0.9em;
    color: #666;
    margin-bottom: 40px;
}

.page-blog-chien-thuat-choi-game-bai-23vin__meta-item {
    margin: 0 10px;
}

.page-blog-chien-thuat-choi-game-bai-23vin__article-image-wrapper {
    margin-bottom: 40px;
    text-align: center;
}

.page-blog-chien-thuat-choi-game-bai-23vin__article-main-image,
.page-blog-chien-thuat-choi-game-bai-23vin__article-image {
    max-width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
    border-radius: 8px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.page-blog-chien-thuat-choi-game-bai-23vin__content-section {
    padding: 60px 0;
}

.page-blog-chien-thuat-choi-game-bai-23vin__section-title {
    font-size: 2em;
    color: var(--primary-color);
    margin-bottom: 25px;
    text-align: left;
    border-bottom: 2px solid var(--border-color);
    padding-bottom: 10px;
}

.page-blog-chien-thuat-choi-game-bai-23vin__subsection-title {
    font-size: 1.5em;
    color: var(--text-black-color);
    margin-top: 30px;
    margin-bottom: 15px;
    text-align: left;
}

.page-blog-chien-thuat-choi-game-bai-23vin p {
    margin-bottom: 1em;
    color: var(--text-main-color);
}

.page-blog-chien-thuat-choi-game-bai-23vin ul,
.page-blog-chien-thuat-choi-game-bai-23vin ol {
    margin-bottom: 1em;
    padding-left: 25px;
    color: var(--text-main-color);
}

.page-blog-chien-thuat-choi-game-bai-23vin ul li,
.page-blog-chien-thuat-choi-game-bai-23vin ol li {
    margin-bottom: 0.5em;
    color: var(--text-main-color);
}

.page-blog-chien-thuat-choi-game-bai-23vin b {
    color: var(--text-black-color);
}

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

.page-blog-chien-thuat-choi-game-bai-23vin__faq-item {
    background-color: var(--card-bg-color);
    border: 1px solid var(--border-color);
    border-radius: 8px;
    margin-bottom: 15px;
    overflow: hidden;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
}

.page-blog-chien-thuat-choi-game-bai-23vin__faq-question {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px;
    font-size: 1.15em;
    font-weight: bold;
    color: var(--primary-color);
    cursor: pointer;
    list-style: none;
    position: relative;
}

.page-blog-chien-thuat-choi-game-bai-23vin__faq-question::-webkit-details-marker {
    display: none;
}

.page-blog-chien-thuat-choi-game-bai-23vin__faq-question::marker {
    display: none;
}

.page-blog-chien-thuat-choi-game-bai-23vin__faq-qtext {
    flex-grow: 1;
    padding-right: 10px;
}

.page-blog-chien-thuat-choi-game-bai-23vin__faq-toggle {
    font-size: 1.5em;
    line-height: 1;
    transition: transform 0.3s ease;
}

.page-blog-chien-thuat-choi-game-bai-23vin__faq-item[open] .page-blog-chien-thuat-choi-game-bai-23vin__faq-toggle {
    transform: rotate(45deg);
}

.page-blog-chien-thuat-choi-game-bai-23vin__faq-answer {
    padding: 0 20px 20px 20px;
    font-size: 1em;
    color: var(--text-main-color);
    border-top: 1px solid var(--border-color);
    margin-top: -1px;
}

.page-blog-chien-thuat-choi-game-bai-23vin__cta-section {
    background: var(--primary-color);
    padding: 80px 0;
    text-align: center;
    color: #ffffff;
}

.page-blog-chien-thuat-choi-game-bai-23vin__cta-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.page-blog-chien-thuat-choi-game-bai-23vin__cta-title {
    font-size: 2.5em;
    color: #ffffff;
    margin-bottom: 20px;
}

.page-blog-chien-thuat-choi-game-bai-23vin__cta-description {
    font-size: 1.2em;
    color: #f0f0f0;
    margin-bottom: 40px;
    max-width: 700px;
}

.page-blog-chien-thuat-choi-game-bai-23vin__cta-button {
    display: inline-block;
    background: var(--button-gradient);
    color: #ffffff;
    padding: 15px 40px;
    border-radius: 50px;
    text-decoration: none;
    font-weight: bold;
    font-size: 1.1em;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
    max-width: 100%;
    box-sizing: border-box;
    white-space: normal;
    word-wrap: break-word;
}

.page-blog-chien-thuat-choi-game-bai-23vin__cta-button:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3);
}

/* Responsive Styles */
@media (max-width: 1024px) {
    .page-blog-chien-thuat-choi-game-bai-23vin__main-title {
        font-size: 2.5em;
    }
    .page-blog-chien-thuat-choi-game-bai-23vin__section-title {
        font-size: 1.8em;
    }
    .page-blog-chien-thuat-choi-game-bai-23vin__subsection-title {
        font-size: 1.3em;
    }
    .page-blog-chien-thuat-choi-game-bai-23vin__cta-title {
        font-size: 2.2em;
    }
    .page-blog-chien-thuat-choi-game-bai-23vin__cta-description {
        font-size: 1.1em;
    }
}

@media (max-width: 768px) {
    .page-blog-chien-thuat-choi-game-bai-23vin {
        font-size: 16px;
        line-height: 1.6;
    }
    .page-blog-chien-thuat-choi-game-bai-23vin__hero-article {
        padding-top: 10px !important; /* Specific mobile top padding */
        padding-bottom: 40px;
    }
    .page-blog-chien-thuat-choi-game-bai-23vin__main-title {
        font-size: 2em;
        margin-bottom: 15px;
    }
    .page-blog-chien-thuat-choi-game-bai-23vin__intro-text {
        font-size: 1em;
        margin-bottom: 20px;
    }
    .page-blog-chien-thuat-choi-game-bai-23vin__article-meta {
        font-size: 0.8em;
        margin-bottom: 30px;
    }
    .page-blog-chien-thuat-choi-game-bai-23vin__content-section {
        padding: 40px 0;
    }
    .page-blog-chien-thuat-choi-game-bai-23vin__section-title {
        font-size: 1.5em;
        margin-bottom: 20px;
    }
    .page-blog-chien-thuat-choi-game-bai-23vin__subsection-title {
        font-size: 1.2em;
        margin-top: 25px;
        margin-bottom: 10px;
    }
    .page-blog-chien-thuat-choi-game-bai-23vin__article-main-image,
    .page-blog-chien-thuat-choi-game-bai-23vin__article-image {
        max-width: 100% !important;
        width: 100% !important;
        height: auto !important;
        border-radius: 6px;
    }
    .page-blog-chien-thuat-choi-game-bai-23vin__cta-section {
        padding: 50px 0;
    }
    .page-blog-chien-thuat-choi-game-bai-23vin__cta-title {
        font-size: 1.8em;
        margin-bottom: 15px;
    }
    .page-blog-chien-thuat-choi-game-bai-23vin__cta-description {
        font-size: 1em;
        margin-bottom: 30px;
    }
    .page-blog-chien-thuat-choi-game-bai-23vin__cta-button {
        padding: 12px 30px;
        font-size: 1em;
        max-width: 100% !important;
        width: 100% !important;
        box-sizing: border-box !important;
        white-space: normal !important;
        word-wrap: break-word !important;
        margin: 0 auto;
    }
    .page-blog-chien-thuat-choi-game-bai-23vin__faq-question {
        font-size: 1em;
        padding: 15px;
    }
    .page-blog-chien-thuat-choi-game-bai-23vin__faq-answer {
        padding: 0 15px 15px 15px;
    }
    /* Ensure all content containers are responsive */
    .page-blog-chien-thuat-choi-game-bai-23vin__container {
        padding-left: 15px;
        padding-right: 15px;
        max-width: 100% !important;
        width: 100% !important;
        box-sizing: border-box !important;
    }
}