.page-blog-chien-thuat-choi-game-tai-88lcb {
    font-family: 'Arial', sans-serif;
    color: #333333; /* Default dark text for light body background */
    line-height: 1.6;
    background-color: #f8f8f8; /* Light background for the page content */
}

.page-blog-chien-thuat-choi-game-tai-88lcb__hero-section {
    position: relative;
    padding-top: 10px; /* Small top padding, body handles --header-offset */
    margin-bottom: 40px;
    background-color: #26A9E0; /* Brand primary color for hero background */
    color: #ffffff;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    overflow: hidden;
}

.page-blog-chien-thuat-choi-game-tai-88lcb__hero-image {
    width: 100%;
    max-height: 500px; /* Limit height on desktop */
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    z-index: 1;
}

.page-blog-chien-thuat-choi-game-tai-88lcb__hero-image img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover; /* Cover the area, will change for mobile */
    filter: brightness(0.8); /* Slightly dim the image for text readability */
}

.page-blog-chien-thuat-choi-game-tai-88lcb__hero-content {
    position: relative;
    z-index: 2;
    max-width: 900px;
    padding: 40px 20px 60px;
    margin-top: -150px; /* Overlay text slightly on the image for visual hierarchy */
    background: linear-gradient(to top, rgba(38, 169, 224, 0.9), rgba(38, 169, 224, 0.7));
    border-radius: 10px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
    transform: translateY(50px); /* Lift content slightly */
    transition: transform 0.3s ease-out;
}

.page-blog-chien-thuat-choi-game-tai-88lcb__hero-section:hover .page-blog-chien-thuat-choi-game-tai-88lcb__hero-content {
    transform: translateY(0);
}

.page-blog-chien-thuat-choi-game-tai-88lcb__main-title {
    font-size: clamp(2.2rem, 4vw, 3rem); /* H1 clamp font size */
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 20px;
    color: #ffffff;
    max-width: 550px; /* Limit length for better readability */
    margin-left: auto;
    margin-right: auto;
    letter-spacing: -0.5px;
}

.page-blog-chien-thuat-choi-game-tai-88lcb__intro-text {
    font-size: 1.1rem;
    margin-bottom: 30px;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
    color: #e0f7fa;
}

.page-blog-chien-thuat-choi-game-tai-88lcb__cta-buttons {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-top: 30px;
}

.page-blog-chien-thuat-choi-game-tai-88lcb__btn-primary,
.page-blog-chien-thuat-choi-game-tai-88lcb__btn-secondary {
    display: inline-block;
    padding: 15px 30px;
    border-radius: 8px;
    font-size: 1rem;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s ease;
    cursor: pointer;
    text-align: center;
    white-space: normal; /* Allow text wrap */
    word-wrap: break-word; /* Allow text wrap */
    max-width: 250px; /* Max width for buttons */
    box-sizing: border-box;
}

.page-blog-chien-thuat-choi-game-tai-88lcb__btn-primary {
    background-color: #EA7C07; /* Custom login color */
    color: #ffffff;
    border: 2px solid #EA7C07;
}

.page-blog-chien-thuat-choi-game-tai-88lcb__btn-primary:hover {
    background-color: #d66f06;
    border-color: #d66f06;
    transform: translateY(-2px);
}

.page-blog-chien-thuat-choi-game-tai-88lcb__btn-secondary {
    background-color: #ffffff;
    color: #26A9E0; /* Brand primary color */
    border: 2px solid #26A9E0;
}

.page-blog-chien-thuat-choi-game-tai-88lcb__btn-secondary:hover {
    background-color: #e0f7fa;
    color: #1a7aa2;
    border-color: #1a7aa2;
    transform: translateY(-2px);
}

.page-blog-chien-thuat-choi-game-tai-88lcb__content-area {
    padding: 40px 0;
}

.page-blog-chien-thuat-choi-game-tai-88lcb__container {
    max-width: 1000px;
    margin: 0 auto;
    padding: 0 20px;
}

.page-blog-chien-thuat-choi-game-tai-88lcb__section-title {
    font-size: 2.2rem;
    color: #26A9E0; /* Brand primary color */
    text-align: center;
    margin-bottom: 30px;
    position: relative;
    padding-bottom: 15px;
    font-weight: 700;
}

.page-blog-chien-thuat-choi-game-tai-88lcb__section-title::after {
    content: '';
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    width: 80px;
    height: 4px;
    background-color: #EA7C07; /* Custom login color for accent */
    border-radius: 2px;
}

.page-blog-chien-thuat-choi-game-tai-88lcb__article-body {
    background-color: #ffffff;
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
    margin-bottom: 40px;
    color: #333333;
    max-width: 100%; /* Ensure content body doesn't overflow */
    box-sizing: border-box;
}

.page-blog-chien-thuat-choi-game-tai-88lcb__article-body p {
    margin-bottom: 15px;
    font-size: 1rem;
    line-height: 1.7;
}

.page-blog-chien-thuat-choi-game-tai-88lcb__article-body a {
    color: #26A9E0;
    text-decoration: underline;
}

.page-blog-chien-thuat-choi-game-tai-88lcb__article-body a:hover {
    color: #EA7C07;
}

.page-blog-chien-thuat-choi-game-tai-88lcb__sub-title {
    font-size: 1.6rem;
    color: #26A9E0;
    margin-top: 30px;
    margin-bottom: 15px;
    font-weight: 600;
}

.page-blog-chien-thuat-choi-game-tai-88lcb__article-figure {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 8px;
    margin-bottom: 25px;
    object-fit: cover;
    min-width: 200px; /* Minimum size requirement */
    min-height: 200px; /* Minimum size requirement */
}

.page-blog-chien-thuat-choi-game-tai-88lcb__article-body ul {
    list-style: disc;
    padding-left: 25px;
    margin-bottom: 15px;
}

.page-blog-chien-thuat-choi-game-tai-88lcb__article-body li {
    margin-bottom: 10px;
    font-size: 1rem;
    line-height: 1.7;
}

.page-blog-chien-thuat-choi-game-tai-88lcb__benefit-list {
    list-style: none;
    padding: 0;
}

.page-blog-chien-thuat-choi-game-tai-88lcb__benefit-list li {
    position: relative;
    padding-left: 30px;
    margin-bottom: 12px;
    color: #333333;
}

.page-blog-chien-thuat-choi-game-tai-88lcb__benefit-list li::before {
    content: '✅'; /* Checkmark icon */
    position: absolute;
    left: 0;
    color: #28a745; /* Green checkmark */
    font-size: 1.2rem;
    line-height: 1.7;
}

/* FAQ Section */
details.page-blog-chien-thuat-choi-game-tai-88lcb__faq-item {
    margin-bottom: 15px;
    border-radius: 5px;
    border: 1px solid #e0e0e0;
    overflow: hidden;
    background: #fff;
}
details.page-blog-chien-thuat-choi-game-tai-88lcb__faq-item summary.page-blog-chien-thuat-choi-game-tai-88lcb__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;
    color: #333333; /* Ensure contrast */
}
details.page-blog-chien-thuat-choi-game-tai-88lcb__faq-item summary.page-blog-chien-thuat-choi-game-tai-88lcb__faq-question::-webkit-details-marker {
    display: none;
}
details.page-blog-chien-thuat-choi-game-tai-88lcb__faq-item summary.page-blog-chien-thuat-choi-game-tai-88lcb__faq-question:hover {
    background: #f5f5f5;
}
.page-blog-chien-thuat-choi-game-tai-88lcb__faq-qtext {
    flex: 1;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.5;
    text-align: left;
    color: #333333; /* Ensure contrast */
}
.page-blog-chien-thuat-choi-game-tai-88lcb__faq-toggle {
    font-size: 24px;
    font-weight: bold;
    color: #666;
    flex-shrink: 0;
    margin-left: 15px;
    width: 28px;
    text-align: center;
}
details.page-blog-chien-thuat-choi-game-tai-88lcb__faq-item .page-blog-chien-thuat-choi-game-tai-88lcb__faq-answer {
    padding: 0 20px 20px;
    background: #f9f9f9;
    border-radius: 0 0 5px 5px;
    color: #333333; /* Ensure contrast */
}
.page-blog-chien-thuat-choi-game-tai-88lcb__faq-answer p {
    margin-top: 10px;
    margin-bottom: 0;
}

/* Related Articles Section */
.page-blog-chien-thuat-choi-game-tai-88lcb__related-articles {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 30px;
    margin-top: 30px;
}

.page-blog-chien-thuat-choi-game-tai-88lcb__article-card {
    background-color: #ffffff;
    border-radius: 10px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
    overflow: hidden;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    display: flex;
    flex-direction: column;
    color: #333333; /* Ensure contrast */
}

.page-blog-chien-thuat-choi-game-tai-88lcb__article-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.12);
}

.page-blog-chien-thuat-choi-game-tai-88lcb__card-image {
    width: 100%;
    height: 200px; /* Fixed height for consistency */
    object-fit: cover;
    display: block;
    min-width: 200px; /* Minimum size requirement */
    min-height: 200px; /* Minimum size requirement */
}

.page-blog-chien-thuat-choi-game-tai-88lcb__card-title {
    font-size: 1.3rem;
    font-weight: 600;
    margin: 20px 20px 10px;
    line-height: 1.4;
    color: #333333; /* Ensure contrast */
    flex-grow: 1; /* Make title take available space */
}

.page-blog-chien-thuat-choi-game-tai-88lcb__card-title a {
    color: #26A9E0;
    text-decoration: none;
}

.page-blog-chien-thuat-choi-game-tai-88lcb__card-title a:hover {
    color: #EA7C07;
    text-decoration: underline;
}

.page-blog-chien-thuat-choi-game-tai-88lcb__card-excerpt {
    font-size: 0.95rem;
    color: #666666;
    margin: 0 20px 15px;
    flex-grow: 1; /* Make excerpt take available space */
}

.page-blog-chien-thuat-choi-game-tai-88lcb__card-link {
    display: inline-block;
    color: #26A9E0;
    text-decoration: none;
    font-weight: 600;
    margin: 0 20px 20px;
    align-self: flex-start; /* Align link to bottom left */
}

.page-blog-chien-thuat-choi-game-tai-88lcb__card-link:hover {
    text-decoration: underline;
    color: #EA7C07;
}

/* General image responsive styles */
.page-blog-chien-thuat-choi-game-tai-88lcb img {
    max-width: 100%;
    height: auto;
    display: block;
}

/* Media Queries for responsiveness */
@media (max-width: 1024px) {
    .page-blog-chien-thuat-choi-game-tai-88lcb__hero-content {
        margin-top: -100px;
        transform: translateY(30px);
        padding: 30px 20px 40px;
    }
    .page-blog-chien-thuat-choi-game-tai-88lcb__main-title {
        font-size: clamp(2rem, 3.5vw, 2.8rem);
    }
    .page-blog-chien-thuat-choi-game-tai-88lcb__section-title {
        font-size: 2rem;
    }
    .page-blog-chien-thuat-choi-game-tai-88lcb__sub-title {
        font-size: 1.5rem;
    }
}

@media (max-width: 849px) {
    .page-blog-chien-thuat-choi-game-tai-88lcb__hero-image img {
        object-fit: contain !important; /* HERO mobile: contain */
        aspect-ratio: unset !important;
        max-height: 300px;
        filter: none; /* Remove filter on smaller screens if it impacts readability */
    }
    .page-blog-chien-thuat-choi-game-tai-88lcb__hero-content {
        margin-top: 0;
        transform: translateY(0);
        padding: 30px 20px;
        background: #26A9E0; /* Solid background on mobile hero content */
        border-radius: 0;
        box-shadow: none;
    }
    .page-blog-chien-thuat-choi-game-tai-88lcb__hero-section {
        padding-top: 10px; /* Small top padding for mobile */
        margin-bottom: 20px;
    }
    .page-blog-chien-thuat-choi-game-tai-88lcb__main-title {
        font-size: clamp(1.8rem, 7vw, 2.5rem);
        max-width: 100%;
    }
    .page-blog-chien-thuat-choi-game-tai-88lcb__intro-text {
        font-size: 1rem;
        max-width: 100%;
    }
    .page-blog-chien-thuat-choi-game-tai-88lcb__cta-buttons {
        flex-direction: column;
        gap: 15px;
    }
    .page-blog-chien-thuat-choi-game-tai-88lcb__btn-primary,
    .page-blog-chien-thuat-choi-game-tai-88lcb__btn-secondary {
        max-width: 100%;
        width: 100%;
        padding: 12px 20px;
    }
}

@media (max-width: 768px) {
    .page-blog-chien-thuat-choi-game-tai-88lcb {
        font-size: 16px;
        line-height: 1.6;
    }
    .page-blog-chien-thuat-choi-game-tai-88lcb__container {
        padding: 0 15px;
        max-width: 100% !important;
        width: 100% !important;
        box-sizing: border-box !important;
    }
    .page-blog-chien-thuat-choi-game-tai-88lcb__hero-section {
        padding-top: 10px; /* Small top padding, body handles --header-offset */
    }
    .page-blog-chien-thuat-choi-game-tai-88lcb__section-title {
        font-size: 1.8rem;
        margin-bottom: 25px;
    }
    .page-blog-chien-thuat-choi-game-tai-88lcb__sub-title {
        font-size: 1.3rem;
        margin-top: 25px;
        margin-bottom: 10px;
    }
    .page-blog-chien-thuat-choi-game-tai-88lcb__article-body {
        padding: 20px;
        margin-bottom: 30px;
        max-width: 100% !important;
        width: 100% !important;
        box-sizing: border-box !important;
    }
    .page-blog-chien-thuat-choi-game-tai-88lcb__article-body p,
    .page-blog-chien-thuat-choi-game-tai-88lcb__article-body li {
        font-size: 0.95rem;
    }

    /* General image responsive styles for mobile */
    .page-blog-chien-thuat-choi-game-tai-88lcb img {
        max-width: 100% !important;
        width: 100% !important;
        height: auto !important;
        box-sizing: border-box !important;
    }

    /* FAQ mobile styles */
    details.page-blog-chien-thuat-choi-game-tai-88lcb__faq-item summary.page-blog-chien-thuat-choi-game-tai-88lcb__faq-question {
        padding: 15px;
    }
    .page-blog-chien-thuat-choi-game-tai-88lcb__faq-qtext {
        font-size: 15px;
    }
    details.page-blog-chien-thuat-choi-game-tai-88lcb__faq-item .page-blog-chien-thuat-choi-game-tai-88lcb__faq-answer {
        padding: 0 15px 15px;
    }

    /* Related Articles mobile styles */
    .page-blog-chien-thuat-choi-game-tai-88lcb__related-articles {
        grid-template-columns: 1fr;
        gap: 20px;
    }
}