.page-tin-tuc-cap-nhat-game-moi {
    background-color: #0D0E12; /* Background color from custom配色 */
    color: #FFF3E6; /* Text Main color for overall page content */
    font-family: Arial, sans-serif;
    line-height: 1.6;
}

.page-tin-tuc-cap-nhat-game-moi__container {
    max-width: 1170px;
    margin: 0 auto;
    padding: 40px 16px;
    box-sizing: border-box;
}

/* HERO Section */
.page-tin-tuc-cap-nhat-game-moi__hero-section {
    padding-top: 10px; /* Small top padding, body handles header offset */
    padding-bottom: 60px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 40px;
    text-align: left;
}

.page-tin-tuc-cap-nhat-game-moi__hero-content {
    flex: 1 1 45%;
    max-width: 500px;
}

.page-tin-tuc-cap-nhat-game-moi__main-title {
    font-size: 2.8em;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 20px;
    color: #FFF3E6; /* Ensure light text on dark background */
}

.page-tin-tuc-cap-nhat-game-moi__description {
    font-size: 1.1em;
    margin-bottom: 30px;
    color: #FFF3E6;
}

.page-tin-tuc-cap-nhat-game-moi__cta-group {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
}

.page-tin-tuc-cap-nhat-game-moi__btn-primary,
.page-tin-tuc-cap-nhat-game-moi__btn-secondary {
    display: inline-block;
    padding: 12px 25px;
    border-radius: 8px;
    text-decoration: none;
    font-weight: 600;
    font-size: 1.05em;
    transition: all 0.3s ease;
    box-sizing: border-box;
    max-width: 100%; /* For mobile responsiveness */
    white-space: normal; /* Allow text wrap */
    word-wrap: break-word; /* Allow text wrap */
}

.page-tin-tuc-cap-nhat-game-moi__btn-primary {
    background: linear-gradient(180deg, #FFA53A 0%, #D96800 100%);
    color: #ffffff;
    border: none;
}

.page-tin-tuc-cap-nhat-game-moi__btn-primary:hover {
    opacity: 0.9;
    box-shadow: 0 4px 15px rgba(255, 165, 58, 0.4);
}

.page-tin-tuc-cap-nhat-game-moi__btn-secondary {
    background: transparent;
    color: #FFA53A;
    border: 2px solid #FFA53A;
}

.page-tin-tuc-cap-nhat-game-moi__btn-secondary:hover {
    background: #FFA53A;
    color: #ffffff;
}

.page-tin-tuc-cap-nhat-game-moi__hero-image {
    flex: 1 1 45%;
    text-align: center;
    max-width: 600px;
}

.page-tin-tuc-cap-nhat-game-moi__hero-side-image {
    width: 100%;
    height: auto;
    border-radius: 12px;
    display: block;
}

/* News List Section */
.page-tin-tuc-cap-nhat-game-moi__news-list-section {
    padding: 60px 0;
}

.page-tin-tuc-cap-nhat-game-moi__section-title {
    font-size: 2.2em;
    font-weight: 700;
    text-align: center;
    margin-bottom: 40px;
    color: #FFF3E6;
}

.page-tin-tuc-cap-nhat-game-moi__news-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
    margin-bottom: 40px;
}

.page-tin-tuc-cap-nhat-game-moi__news-card {
    background-color: #17191F; /* Card BG color */
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
    display: flex;
    flex-direction: column;
    height: 100%;
}

.page-tin-tuc-cap-nhat-game-moi__news-image-wrapper {
    width: 100%;
    height: 200px; /* Fixed height for consistent card images */
    overflow: hidden;
}

.page-tin-tuc-cap-nhat-game-moi__news-thumbnail {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.page-tin-tuc-cap-nhat-game-moi__news-content {
    padding: 20px;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
}

.page-tin-tuc-cap-nhat-game-moi__news-title {
    font-size: 1.4em;
    font-weight: 600;
    margin-bottom: 10px;
    line-height: 1.3;
}

.page-tin-tuc-cap-nhat-game-moi__news-title a {
    color: #FFF3E6; /* Light text for titles */
    text-decoration: none;
    transition: color 0.3s ease;
}

.page-tin-tuc-cap-nhat-game-moi__news-title a:hover {
    color: #FFA53A; /* Auxiliary color on hover */
}

.page-tin-tuc-cap-nhat-game-moi__news-meta {
    font-size: 0.9em;
    color: #A84F0C; /* Border color for meta info, provides contrast */
    margin-bottom: 15px;
}

.page-tin-tuc-cap-nhat-game-moi__news-excerpt {
    font-size: 1em;
    color: #FFF3E6;
    margin-bottom: 20px;
    flex-grow: 1;
}

.page-tin-tuc-cap-nhat-game-moi__read-more-btn {
    display: inline-block;
    padding: 8px 15px;
    background: #FFA53A;
    color: #ffffff;
    text-decoration: none;
    border-radius: 6px;
    font-size: 0.9em;
    align-self: flex-start;
    transition: background 0.3s ease;
}

.page-tin-tuc-cap-nhat-game-moi__read-more-btn:hover {
    background: #D96800;
}

.page-tin-tuc-cap-nhat-game-moi__view-all-news {
    text-align: center;
    margin-top: 30px;
}

/* CTA Section */
.page-tin-tuc-cap-nhat-game-moi__cta-section {
    padding: 60px 0;
    background-color: #0D0E12; /* Ensure consistent background */
}

.page-tin-tuc-cap-nhat-game-moi__dark-section {
    background-color: #17191F; /* Card BG color for this section */
    border-radius: 12px;
    padding: 50px 30px;
    text-align: center;
}

.page-tin-tuc-cap-nhat-game-moi__cta-title {
    font-size: 2.2em;
    font-weight: 700;
    margin-bottom: 20px;
    color: #FFF3E6;
}

.page-tin-tuc-cap-nhat-game-moi__cta-description {
    font-size: 1.1em;
    margin-bottom: 30px;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    color: #FFF3E6;
}

/* General image responsive rules */
.page-tin-tuc-cap-nhat-game-moi img {
    max-width: 100%;
    height: auto;
    display: block;
}

/* Mobile Responsive */
@media (max-width: 768px) {
    .page-tin-tuc-cap-nhat-game-moi__container {
        padding: 20px 15px !important;
    }

    /* HERO Section Mobile */
    .page-tin-tuc-cap-nhat-game-moi__hero-section {
        flex-direction: column;
        padding-top: 10px !important; /* Fixed top padding */
        padding-bottom: 40px;
        gap: 30px;
        text-align: center;
    }

    .page-tin-tuc-cap-nhat-game-moi__hero-content {
        max-width: 100%;
        order: 2; /* Content after image */
    }

    .page-tin-tuc-cap-nhat-game-moi__hero-image {
        order: 1; /* Image first */
        max-width: 100%;
    }

    .page-tin-tuc-cap-nhat-game-moi__main-title {
        font-size: 2em;
        margin-bottom: 15px;
    }

    .page-tin-tuc-cap-nhat-game-moi__description {
        font-size: 1em;
        margin-bottom: 25px;
    }

    .page-tin-tuc-cap-nhat-game-moi__cta-group {
        flex-direction: column;
        gap: 10px;
    }

    .page-tin-tuc-cap-nhat-game-moi__btn-primary,
    .page-tin-tuc-cap-nhat-game-moi__btn-secondary {
        max-width: 100% !important;
        width: 100% !important;
        padding: 12px 15px;
        font-size: 1em;
        white-space: normal !important;
        word-wrap: break-word !important;
    }

    /* News List Section Mobile */
    .page-tin-tuc-cap-nhat-game-moi__section-title {
        font-size: 1.8em;
        margin-bottom: 30px;
    }

    .page-tin-tuc-cap-nhat-game-moi__news-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .page-tin-tuc-cap-nhat-game-moi__news-card {
        height: auto; /* Allow card height to adjust */
    }

    .page-tin-tuc-cap-nhat-game-moi__news-image-wrapper {
        height: 180px; /* Slightly smaller fixed height for mobile cards */
    }

    .page-tin-tuc-cap-nhat-game-moi__news-title {
        font-size: 1.2em;
    }

    .page-tin-tuc-cap-nhat-game-moi__news-excerpt {
        font-size: 0.95em;
    }

    /* CTA Section Mobile */
    .page-tin-tuc-cap-nhat-game-moi__dark-section {
        padding: 40px 20px;
    }

    .page-tin-tuc-cap-nhat-game-moi__cta-title {
        font-size: 1.8em;
    }

    .page-tin-tuc-cap-nhat-game-moi__cta-description {
        font-size: 1em;
    }
    
    /* General image and container responsiveness */
    .page-tin-tuc-cap-nhat-game-moi img {
        max-width: 100% !important;
        width: 100% !important;
        height: auto !important;
        box-sizing: border-box !important;
    }

    .page-tin-tuc-cap-nhat-game-moi__section,
    .page-tin-tuc-cap-nhat-game-moi__card,
    .page-tin-tuc-cap-nhat-game-moi__container {
        max-width: 100% !important;
        width: 100% !important;
        box-sizing: border-box !important;
        padding-left: 15px;
        padding-right: 15px;
    }
}