.page-blog-cac-loai-game-hot-tai-69vnv {
    font-family: 'Arial', sans-serif;
    color: #333333;
    line-height: 1.6;
}

.page-blog-cac-loai-game-hot-tai-69vnv__hero-section {
    position: relative;
    width: 100%;
    padding-top: 10px; /* Small top padding, body handles header offset */
    background-color: #f0f8ff;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.page-blog-cac-loai-game-hot-tai-69vnv__hero-image-wrapper {
    width: 100%;
    max-height: 675px;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
}

.page-blog-cac-loai-game-hot-tai-69vnv__hero-image {
    width: 100%;
    height: auto;
    object-fit: cover;
    display: block;
}

.page-blog-cac-loai-game-hot-tai-69vnv__hero-content {
    padding: 40px 20px;
    max-width: 900px;
    margin: 0 auto;
    z-index: 1;
}

.page-blog-cac-loai-game-hot-tai-69vnv__main-title {
    font-size: clamp(2.5rem, 5vw, 3.5rem);
    color: #26A9E0;
    margin-bottom: 20px;
    line-height: 1.2;
    font-weight: 700;
}

.page-blog-cac-loai-game-hot-tai-69vnv__description {
    font-size: 1.15rem;
    margin-bottom: 30px;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    color: #555555;
}

.page-blog-cac-loai-game-hot-tai-69vnv__cta-buttons {
    display: flex;
    gap: 15px;
    justify-content: center;
    flex-wrap: wrap;
    width: 100%;
    max-width: 500px;
    margin: 0 auto;
}

.page-blog-cac-loai-game-hot-tai-69vnv__btn-primary,
.page-blog-cac-loai-game-hot-tai-69vnv__btn-secondary {
    display: inline-block;
    padding: 14px 28px;
    border-radius: 8px;
    font-size: 1rem;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s ease;
    cursor: pointer;
    box-sizing: border-box;
    max-width: 100%;
    white-space: normal;
    word-wrap: break-word;
    text-align: center;
}

.page-blog-cac-loai-game-hot-tai-69vnv__btn-primary {
    background-color: #26A9E0;
    color: #FFFFFF;
    border: 2px solid #26A9E0;
}

.page-blog-cac-loai-game-hot-tai-69vnv__btn-primary:hover {
    background-color: #1e87c0;
    border-color: #1e87c0;
}

.page-blog-cac-loai-game-hot-tai-69vnv__btn-secondary {
    background-color: #FFFFFF;
    color: #26A9E0;
    border: 2px solid #26A9E0;
}

.page-blog-cac-loai-game-hot-tai-69vnv__btn-secondary:hover {
    background-color: #f0f0f0;
    color: #1e87c0;
    border-color: #1e87c0;
}

.page-blog-cac-loai-game-hot-tai-69vnv__section {
    padding: 60px 0;
    background-color: #ffffff;
}

.page-blog-cac-loai-game-hot-tai-69vnv__section:nth-of-type(even) {
    background-color: #f9f9f9;
}

.page-blog-cac-loai-game-hot-tai-69vnv__container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    box-sizing: border-box;
}

.page-blog-cac-loai-game-hot-tai-69vnv__section-title {
    font-size: clamp(2rem, 4vw, 2.8rem);
    color: #26A9E0;
    text-align: center;
    margin-bottom: 40px;
    font-weight: 700;
}

.page-blog-cac-loai-game-hot-tai-69vnv__introduction-section p {
    font-size: 1.05rem;
    text-align: justify;
    margin-bottom: 20px;
    color: #444444;
}

.page-blog-cac-loai-game-hot-tai-69vnv__game-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
}

.page-blog-cac-loai-game-hot-tai-69vnv__game-card {
    background-color: #FFFFFF;
    border-radius: 12px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    overflow: hidden;
    text-align: center;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.page-blog-cac-loai-game-hot-tai-69vnv__game-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 6px 25px rgba(0, 0, 0, 0.12);
}

.page-blog-cac-loai-game-hot-tai-69vnv__game-card-image {
    width: 100%;
    height: 220px;
    object-fit: cover;
    display: block;
    border-bottom: 1px solid #e0e0e0;
}

.page-blog-cac-loai-game-hot-tai-69vnv__game-card-title {
    font-size: 1.35rem;
    color: #26A9E0;
    margin: 20px 15px 10px;
    min-height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.page-blog-cac-loai-game-hot-tai-69vnv__game-card-title a {
    color: #26A9E0;
    text-decoration: none;
    transition: color 0.3s ease;
}

.page-blog-cac-loai-game-hot-tai-69vnv__game-card-title a:hover {
    color: #1e87c0;
}

.page-blog-cac-loai-game-hot-tai-69vnv__game-card p {
    font-size: 0.95rem;
    color: #666666;
    padding: 0 15px;
    margin-bottom: 20px;
    flex-grow: 1;
}

.page-blog-cac-loai-game-hot-tai-69vnv__game-card-btn {
    display: inline-block;
    background-color: #EA7C07;
    color: #FFFFFF;
    padding: 10px 20px;
    border-radius: 6px;
    text-decoration: none;
    font-weight: 600;
    margin-bottom: 20px;
    transition: background-color 0.3s ease;
    box-sizing: border-box;
    max-width: calc(100% - 30px);
    white-space: normal;
    word-wrap: break-word;
}

.page-blog-cac-loai-game-hot-tai-69vnv__game-card-btn:hover {
    background-color: #c96806;
}

.page-blog-cac-loai-game-hot-tai-69vnv__benefits-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 30px;
    margin-top: 30px;
}

.page-blog-cac-loai-game-hot-tai-69vnv__benefit-item {
    background-color: #FFFFFF;
    border: 1px solid #e0e0e0;
    border-radius: 10px;
    padding: 30px;
    text-align: center;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
    transition: transform 0.3s ease;
}

.page-blog-cac-loai-game-hot-tai-69vnv__benefit-item:hover {
    transform: translateY(-3px);
}

.page-blog-cac-loai-game-hot-tai-69vnv__benefit-title {
    font-size: 1.4rem;
    color: #26A9E0;
    margin-bottom: 15px;
    font-weight: 600;
}

.page-blog-cac-loai-game-hot-tai-69vnv__benefit-item p {
    font-size: 1rem;
    color: #555555;
}

.page-blog-cac-loai-game-hot-tai-69vnv__cta-center {
    text-align: center;
    margin-top: 40px;
    width: 100%;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
    box-sizing: border-box;
    overflow: hidden;
    display: flex;
    justify-content: center;
    gap: 15px;
    flex-wrap: wrap;
}

.page-blog-cac-loai-game-hot-tai-69vnv__guide-list {
    list-style: none;
    padding: 0;
    margin: 30px 0;
}

.page-blog-cac-loai-game-hot-tai-69vnv__guide-list li {
    background-color: #FFFFFF;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    padding: 20px;
    margin-bottom: 15px;
    font-size: 1.05rem;
    line-height: 1.5;
    color: #444444;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}

.page-blog-cac-loai-game-hot-tai-69vnv__guide-list li strong {
    color: #26A9E0;
    font-size: 1.1rem;
}

details.page-blog-cac-loai-game-hot-tai-69vnv__faq-item {
    margin-bottom: 15px;
    border-radius: 10px;
    border: 1px solid #e0e0e0;
    overflow: hidden;
    background: #fff;
    box-shadow: 0 2px 10px rgba(0,0,0,0.05);
}

details.page-blog-cac-loai-game-hot-tai-69vnv__faq-item summary.page-blog-cac-loai-game-hot-tai-69vnv__faq-question {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 18px 25px;
    cursor: pointer;
    user-select: none;
    list-style: none;
    transition: background-color 0.3s ease;
}

details.page-blog-cac-loai-game-hot-tai-69vnv__faq-item summary.page-blog-cac-loai-game-hot-tai-69vnv__faq-question::-webkit-details-marker {
    display: none;
}

details.page-blog-cac-loai-game-hot-tai-69vnv__faq-item summary.page-blog-cac-loai-game-hot-tai-69vnv__faq-question:hover {
    background: #f5f5f5;
}

.page-blog-cac-loai-game-hot-tai-69vnv__faq-qtext {
    flex: 1;
    font-size: 1.1rem;
    font-weight: 600;
    line-height: 1.5;
    text-align: left;
    color: #333333;
}

.page-blog-cac-loai-game-hot-tai-69vnv__faq-toggle {
    font-size: 28px;
    font-weight: bold;
    color: #26A9E0;
    flex-shrink: 0;
    margin-left: 15px;
    width: 30px;
    text-align: center;
    line-height: 1;
}

details.page-blog-cac-loai-game-hot-tai-69vnv__faq-item .page-blog-cac-loai-game-hot-tai-69vnv__faq-answer {
    padding: 0 25px 20px;
    background: #f9f9f9;
    border-radius: 0 0 10px 10px;
}

.page-blog-cac-loai-game-hot-tai-69vnv__faq-answer p {
    font-size: 1rem;
    color: #555555;
    margin-bottom: 0;
}

/* General image and container responsive styles */
.page-blog-cac-loai-game-hot-tai-69vnv img {
    max-width: 100%;
    height: auto;
    display: block;
}

.page-blog-cac-loai-game-hot-tai-69vnv__section,
.page-blog-cac-loai-game-hot-tai-69vnv__container,
.page-blog-cac-loai-game-hot-tai-69vnv__game-grid,
.page-blog-cac-loai-game-hot-tai-69vnv__benefits-grid,
.page-blog-cac-loai-game-hot-tai-69vnv__faq-list {
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
}

/* Desktop specific grid for game cards */
@media (min-width: 1025px) {
    .page-blog-cac-loai-game-hot-tai-69vnv__game-grid {
        grid-template-columns: repeat(3, 1fr);
    }
}

/* Tablet/Desktop (larger than 768px but smaller than 1024px) */
@media (max-width: 1024px) {
    .page-blog-cac-loai-game-hot-tai-69vnv__game-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

/* Mobile Responsive Styles (max-width: 768px) */
@media (max-width: 768px) {
    .page-blog-cac-loai-game-hot-tai-69vnv {
        font-size: 15px;
    }

    .page-blog-cac-loai-game-hot-tai-69vnv__hero-section {
        padding-top: 10px !important; /* Ensure small top padding */
    }

    .page-blog-cac-loai-game-hot-tai-69vnv__hero-image-wrapper {
        max-height: 400px;
    }

    .page-blog-cac-loai-game-hot-tai-69vnv__hero-image {
        object-fit: contain !important; /* HERO image: contain */
        aspect-ratio: unset !important;
    }

    .page-blog-cac-loai-game-hot-tai-69vnv__hero-content {
        padding: 30px 15px;
    }

    .page-blog-cac-loai-game-hot-tai-69vnv__main-title {
        font-size: clamp(2rem, 8vw, 2.5rem);
        margin-bottom: 15px;
    }

    .page-blog-cac-loai-game-hot-tai-69vnv__description {
        font-size: 1rem;
        margin-bottom: 25px;
    }

    .page-blog-cac-loai-game-hot-tai-69vnv__cta-buttons {
        flex-direction: column; /* Buttons: column layout */
        gap: 10px;
        max-width: 100% !important;
        padding: 0 15px;
    }

    .page-blog-cac-loai-game-hot-tai-69vnv__btn-primary,
    .page-blog-cac-loai-game-hot-tai-69vnv__btn-secondary {
        padding: 12px 20px;
        font-size: 0.95rem;
        max-width: 100% !important;
        width: 100% !important;
        box-sizing: border-box !important;
        white-space: normal !important;
        word-wrap: break-word !important;
    }

    .page-blog-cac-loai-game-hot-tai-69vnv__section {
        padding: 40px 0;
    }

    .page-blog-cac-loai-game-hot-tai-69vnv__container {
        padding: 0 15px;
    }

    .page-blog-cac-loai-game-hot-tai-69vnv__section-title {
        font-size: clamp(1.8rem, 6vw, 2.2rem);
        margin-bottom: 30px;
        text-align: center; /* Main title: center */
        max-width: 100%;
        word-wrap: break-word;
    }

    .page-blog-cac-loai-game-hot-tai-69vnv__introduction-section p {
        font-size: 0.95rem;
    }

    .page-blog-cac-loai-game-hot-tai-69vnv__game-grid {
        grid-template-columns: 1fr; /* Game grid: single column */
        gap: 20px;
        overflow-x: hidden; /* Prevent horizontal scroll */
    }

    .page-blog-cac-loai-game-hot-tai-69vnv__game-card-image {
        height: 180px;
    }

    .page-blog-cac-loai-game-hot-tai-69vnv__game-card-title {
        font-size: 1.2rem;
        min-height: auto;
        margin: 15px 10px 8px;
    }

    .page-blog-cac-loai-game-hot-tai-69vnv__game-card p {
        font-size: 0.9rem;
        padding: 0 10px;
        margin-bottom: 15px;
    }

    .page-blog-cac-loai-game-hot-tai-69vnv__game-card-btn {
        padding: 8px 15px;
        font-size: 0.9rem;
        margin-bottom: 15px;
        max-width: calc(100% - 20px) !important;
        width: calc(100% - 20px) !important;
    }

    .page-blog-cac-loai-game-hot-tai-69vnv__benefits-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .page-blog-cac-loai-game-hot-tai-69vnv__benefit-item {
        padding: 25px;
    }

    .page-blog-cac-loai-game-hot-tai-69vnv__benefit-title {
        font-size: 1.25rem;
    }

    .page-blog-cac-loai-game-hot-tai-69vnv__cta-center {
        flex-direction: column; /* CTA buttons: column layout */
        gap: 10px;
        max-width: 100% !important;
        padding: 0 15px;
    }

    .page-blog-cac-loai-game-hot-tai-69vnv__guide-list li {
        padding: 15px;
        font-size: 0.95rem;
    }

    .page-blog-cac-loai-game-hot-tai-69vnv__guide-list li strong {
        font-size: 1rem;
    }

    details.page-blog-cac-loai-game-hot-tai-69vnv__faq-item summary.page-blog-cac-loai-game-hot-tai-69vnv__faq-question {
        padding: 15px 20px;
    }

    .page-blog-cac-loai-game-hot-tai-69vnv__faq-qtext {
        font-size: 1rem;
    }

    .page-blog-cac-loai-game-hot-tai-69vnv__faq-toggle {
        font-size: 24px;
        width: 24px;
        margin-left: 10px;
    }

    details.page-blog-cac-loai-game-hot-tai-69vnv__faq-item .page-blog-cac-loai-game-hot-tai-69vnv__faq-answer {
        padding: 0 20px 15px;
    }

    .page-blog-cac-loai-game-hot-tai-69vnv__faq-answer p {
        font-size: 0.95rem;
    }

    /* Ensure all images in content area are responsive */
    .page-blog-cac-loai-game-hot-tai-69vnv img {
        max-width: 100% !important;
        width: 100% !important;
        height: auto !important;
    }

    /* Ensure content containers prevent overflow */
    .page-blog-cac-loai-game-hot-tai-69vnv__section,
    .page-blog-cac-loai-game-hot-tai-69vnv__card,
    .page-blog-cac-loai-game-hot-tai-69vnv__container {
        max-width: 100% !important;
        width: 100% !important;
        box-sizing: border-box !important;
        padding-left: 15px;
        padding-right: 15px;
    }
}

/* Desktop/Tablet (larger than 768px) for hero image object-fit */
@media (min-width: 769px) {
    .page-blog-cac-loai-game-hot-tai-69vnv__hero-image {
        object-fit: cover;
    }
}

/* For article body and figures (general content layout) */
.page-blog-cac-loai-game-hot-tai-69vnv__article-body {
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px;
    box-sizing: border-box;
}

.page-blog-cac-loai-game-hot-tai-69vnv__article-figure {
    margin: 30px auto;
    text-align: center;
    max-width: 100%;
    box-sizing: border-box;
}

.page-blog-cac-loai-game-hot-tai-69vnv__article-figure img {
    max-width: 100%;
    height: auto;
    display: block;
    border-radius: 8px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.1);
}

@media (max-width: 768px) {
    .page-blog-cac-loai-game-hot-tai-69vnv__article-body {
        padding: 15px;
    }
    .page-blog-cac-loai-game-hot-tai-69vnv__article-figure {
        margin: 20px auto;
    }
}