:root {
    --color-primary: #C61F1F;
    --color-secondary: #E53030;
    --button-gradient: linear-gradient(180deg, #FFB04A 0%, #D86A14 100%);
    --card-bg: #2A1212;
    --page-bg: #140C0C;
    --text-main: #FFF1E8;
    --border-color: #6A1E1E;
    --color-gold: #F3C54D;
    --color-deep-red: #7E0D0D;
}

.page-tin-tuc-cap-nhat-moi-nhat {
    background-color: var(--page-bg);
    color: var(--text-main);
    font-family: Arial, sans-serif;
    line-height: 1.6;
}

.page-tin-tuc-cap-nhat-moi-nhat__container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px 15px;
    box-sizing: border-box;
}

.page-tin-tuc-cap-nhat-moi-nhat__hero-section {
    padding-top: 10px; /* Small top padding, assuming body handles header offset */
    padding-bottom: 60px;
    background-color: var(--color-deep-red);
}

.page-tin-tuc-cap-nhat-moi-nhat__hero-container {
    display: flex;
    align-items: center;
    gap: 40px;
    flex-wrap: wrap;
    max-width: 1200px;
    margin: 0 auto;
    padding: 40px 15px;
    box-sizing: border-box;
}

.page-tin-tuc-cap-nhat-moi-nhat__hero-content {
    flex: 1;
    min-width: 300px;
    color: var(--text-main);
}

.page-tin-tuc-cap-nhat-moi-nhat__main-title {
    font-size: 3.2em;
    font-weight: bold;
    margin-bottom: 20px;
    line-height: 1.2;
    color: var(--color-gold);
}

.page-tin-tuc-cap-nhat-moi-nhat__hero-description {
    font-size: 1.1em;
    margin-bottom: 30px;
    color: var(--text-main);
}

.page-tin-tuc-cap-nhat-moi-nhat__cta-buttons {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
}

.page-tin-tuc-cap-nhat-moi-nhat__btn-primary,
.page-tin-tuc-cap-nhat-moi-nhat__btn-secondary {
    display: inline-block;
    padding: 14px 28px;
    border-radius: 8px;
    text-decoration: none;
    font-weight: bold;
    font-size: 1.1em;
    transition: all 0.3s ease;
    text-align: center;
    box-sizing: border-box;
    max-width: 100%;
    white-space: normal;
    word-wrap: break-word;
}

.page-tin-tuc-cap-nhat-moi-nhat__btn-primary {
    background: var(--button-gradient);
    color: #ffffff;
    border: none;
    box-shadow: 0 4px 15px rgba(255, 176, 74, 0.4);
}

.page-tin-tuc-cap-nhat-moi-nhat__btn-primary:hover {
    opacity: 0.9;
    transform: translateY(-2px);
}

.page-tin-tuc-cap-nhat-moi-nhat__btn-secondary {
    background: transparent;
    color: var(--color-gold);
    border: 2px solid var(--color-gold);
    box-shadow: none;
}

.page-tin-tuc-cap-nhat-moi-nhat__btn-secondary:hover {
    background-color: var(--color-gold);
    color: var(--color-deep-red);
}

.page-tin-tuc-cap-nhat-moi-nhat__hero-image {
    flex: 1;
    min-width: 400px;
    text-align: center;
}

.page-tin-tuc-cap-nhat-moi-nhat__hero-side-image {
    max-width: 100%;
    height: auto;
    border-radius: 12px;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.4);
}

.page-tin-tuc-cap-nhat-moi-nhat__section-title {
    font-size: 2.5em;
    font-weight: bold;
    text-align: center;
    margin-bottom: 40px;
    color: var(--color-gold);
}

.page-tin-tuc-cap-nhat-moi-nhat__section-description {
    font-size: 1.1em;
    text-align: center;
    max-width: 800px;
    margin: -20px auto 40px auto;
    color: var(--text-main);
}

.page-tin-tuc-cap-nhat-moi-nhat__text-block {
    font-size: 1.05em;
    margin-bottom: 20px;
    color: var(--text-main);
}

.page-tin-tuc-cap-nhat-moi-nhat__intro-section,
.page-tin-tuc-cap-nhat-moi-nhat__why-follow-section,
.page-tin-tuc-cap-nhat-moi-nhat__access-guide-section,
.page-tin-tuc-cap-nhat-moi-nhat__cta-section {
    padding: 60px 0;
    background-color: var(--page-bg);
}

.page-tin-tuc-cap-nhat-moi-nhat__categories-section,
.page-tin-tuc-cap-nhat-moi-nhat__latest-news-section,
.page-tin-tuc-cap-nhat-moi-nhat__faq-section {
    padding: 60px 0;
    background-color: var(--card-bg);
}

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

.page-tin-tuc-cap-nhat-moi-nhat__category-card {
    background-color: var(--color-deep-red);
    border-radius: 12px;
    overflow: hidden;
    text-align: center;
    padding-bottom: 20px;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.3);
    display: flex;
    flex-direction: column;
    height: 100%;
}

.page-tin-tuc-cap-nhat-moi-nhat__category-image {
    width: 100%;
    height: 200px; /* Fixed height for consistency */
    object-fit: cover;
    margin-bottom: 20px;
    display: block;
}

.page-tin-tuc-cap-nhat-moi-nhat__category-title {
    font-size: 1.8em;
    font-weight: bold;
    margin-bottom: 10px;
    color: var(--color-gold);
    padding: 0 15px;
}

.page-tin-tuc-cap-nhat-moi-nhat__category-description {
    font-size: 1em;
    color: var(--text-main);
    padding: 0 15px;
    flex-grow: 1;
}

.page-tin-tuc-cap-nhat-moi-nhat__list {
    list-style: none;
    padding: 0;
    margin-top: 20px;
}

.page-tin-tuc-cap-nhat-moi-nhat__ordered-list {
    list-style-position: inside;
    padding-left: 20px;
    margin-top: 20px;
}

.page-tin-tuc-cap-nhat-moi-nhat__list-item {
    background-color: var(--color-deep-red);
    color: var(--text-main);
    padding: 15px 20px;
    margin-bottom: 10px;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
    font-size: 1.05em;
}

.page-tin-tuc-cap-nhat-moi-nhat__list-item strong {
    color: var(--color-gold);
}

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

.page-tin-tuc-cap-nhat-moi-nhat__news-card {
    background-color: var(--color-deep-red);
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.3);
    display: flex;
    flex-direction: column;
    height: 100%;
}

.page-tin-tuc-cap-nhat-moi-nhat__news-image {
    width: 100%;
    height: 200px; /* Fixed height for news card images */
    object-fit: cover;
    display: block;
}

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

.page-tin-tuc-cap-nhat-moi-nhat__news-title {
    font-size: 1.5em;
    font-weight: bold;
    margin-bottom: 10px;
    line-height: 1.3;
}

.page-tin-tuc-cap-nhat-moi-nhat__news-title a {
    color: var(--color-gold);
    text-decoration: none;
}

.page-tin-tuc-cap-nhat-moi-nhat__news-title a:hover {
    text-decoration: underline;
}

.page-tin-tuc-cap-nhat-moi-nhat__news-meta {
    font-size: 0.9em;
    color: #bbb;
    margin-bottom: 15px;
}

.page-tin-tuc-cap-nhat-moi-nhat__news-excerpt {
    font-size: 1em;
    color: var(--text-main);
    margin-bottom: 20px;
    flex-grow: 1;
}

.page-tin-tuc-cap-nhat-moi-nhat__read-more {
    display: inline-block;
    color: var(--color-gold);
    text-decoration: none;
    font-weight: bold;
    font-size: 0.95em;
    align-self: flex-start;
}

.page-tin-tuc-cap-nhat-moi-nhat__read-more:hover {
    text-decoration: underline;
}

.page-tin-tuc-cap-nhat-moi-nhat__view-all-button-container {
    text-align: center;
    margin-top: 40px;
}

.page-tin-tuc-cap-nhat-moi-nhat__faq-list {
    margin-top: 40px;
}

.page-tin-tuc-cap-nhat-moi-nhat__faq-item {
    background-color: var(--color-deep-red);
    border-radius: 8px;
    margin-bottom: 15px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
    overflow: hidden;
}

.page-tin-tuc-cap-nhat-moi-nhat__faq-item summary {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px;
    font-size: 1.2em;
    font-weight: bold;
    color: var(--color-gold);
    cursor: pointer;
    list-style: none;
    outline: none;
}

.page-tin-tuc-cap-nhat-moi-nhat__faq-item summary::-webkit-details-marker {
    display: none;
}

.page-tin-tuc-cap-nhat-moi-nhat__faq-question {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

.page-tin-tuc-cap-nhat-moi-nhat__faq-toggle {
    font-size: 1.5em;
    line-height: 1;
    margin-left: 15px;
    transition: transform 0.3s ease;
}

.page-tin-tuc-cap-nhat-moi-nhat__faq-item[open] .page-tin-tuc-cap-nhat-moi-nhat__faq-toggle {
    transform: rotate(45deg);
}

.page-tin-tuc-cap-nhat-moi-nhat__faq-answer {
    padding: 0 20px 20px 20px;
    font-size: 1.05em;
    color: var(--text-main);
}

.page-tin-tuc-cap-nhat-moi-nhat__cta-section .page-tin-tuc-cap-nhat-moi-nhat__btn-primary {
    margin-top: 30px;
    width: auto;
    min-width: 250px;
}

.page-tin-tuc-cap-nhat-moi-nhat__cta-section .page-tin-tuc-cap-nhat-moi-nhat__section-title,
.page-tin-tuc-cap-nhat-moi-nhat__cta-section .page-tin-tuc-cap-nhat-moi-nhat__text-block {
    text-align: center;
}

.page-tin-tuc-cap-nhat-moi-nhat__cta-section .page-tin-tuc-cap-nhat-moi-nhat__container {
    display: flex;
    flex-direction: column;
    align-items: center;
}

/* Global image and container responsive styles for mobile */
.page-tin-tuc-cap-nhat-moi-nhat img {
    max-width: 100%;
    height: auto;
    display: block;
}

@media (max-width: 768px) {
    .page-tin-tuc-cap-nhat-moi-nhat {
        font-size: 15px;
        line-height: 1.5;
    }

    .page-tin-tuc-cap-nhat-moi-nhat__container,
    .page-tin-tuc-cap-nhat-moi-nhat__hero-container {
        padding-left: 15px !important;
        padding-right: 15px !important;
        width: 100% !important;
        max-width: 100% !important;
        box-sizing: border-box !important;
        overflow: hidden !important;
    }

    /* HERO section mobile styles */
    .page-tin-tuc-cap-nhat-moi-nhat__hero-section {
        padding-top: 10px !important;
        padding-bottom: 40px;
    }

    .page-tin-tuc-cap-nhat-moi-nhat__hero-container {
        flex-direction: column;
        gap: 30px;
        padding: 30px 15px;
    }

    .page-tin-tuc-cap-nhat-moi-nhat__main-title {
        font-size: 2.2em;
        margin-bottom: 15px;
        text-align: center;
    }

    .page-tin-tuc-cap-nhat-moi-nhat__hero-description {
        font-size: 1em;
        margin-bottom: 25px;
        text-align: center;
    }

    .page-tin-tuc-cap-nhat-moi-nhat__cta-buttons {
        flex-direction: column;
        gap: 15px;
        width: 100%;
    }

    .page-tin-tuc-cap-nhat-moi-nhat__btn-primary,
    .page-tin-tuc-cap-nhat-moi-nhat__btn-secondary {
        width: 100% !important;
        max-width: 100% !important;
        padding: 12px 20px;
        font-size: 1em;
    }

    .page-tin-tuc-cap-nhat-moi-nhat__hero-image {
        min-width: unset;
        width: 100%;
    }

    /* General section titles and descriptions */
    .page-tin-tuc-cap-nhat-moi-nhat__section-title {
        font-size: 1.8em;
        margin-bottom: 30px;
    }

    .page-tin-tuc-cap-nhat-moi-nhat__section-description {
        font-size: 0.95em;
        margin-bottom: 30px;
    }

    .page-tin-tuc-cap-nhat-moi-nhat__text-block {
        font-size: 1em;
    }

    /* Categories section mobile styles */
    .page-tin-tuc-cap-nhat-moi-nhat__category-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .page-tin-tuc-cap-nhat-moi-nhat__category-image {
        height: 180px;
    }

    .page-tin-tuc-cap-nhat-moi-nhat__category-title {
        font-size: 1.5em;
    }

    /* Why Follow section mobile styles */
    .page-tin-tuc-cap-nhat-moi-nhat__list-item {
        font-size: 1em;
        padding: 12px 15px;
    }

    /* Latest News section mobile styles */
    .page-tin-tuc-cap-nhat-moi-nhat__news-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .page-tin-tuc-cap-nhat-moi-nhat__news-image {
        height: 180px;
    }

    .page-tin-tuc-cap-nhat-moi-nhat__news-title {
        font-size: 1.3em;
    }

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

    /* FAQ section mobile styles */
    .page-tin-tuc-cap-nhat-moi-nhat__faq-item summary {
        font-size: 1.1em;
        padding: 15px;
    }

    .page-tin-tuc-cap-nhat-moi-nhat__faq-answer {
        font-size: 1em;
        padding: 0 15px 15px 15px;
    }

    /* CTA section mobile styles */
    .page-tin-tuc-cap-nhat-moi-nhat__cta-section .page-tin-tuc-cap-nhat-moi-nhat__btn-primary {
        width: 100% !important;
        max-width: 100% !important;
        min-width: unset;
    }

    /* Ensure all images are responsive on mobile */
    .page-tin-tuc-cap-nhat-moi-nhat img {
        max-width: 100% !important;
        width: 100% !important;
        height: auto !important;
    }
}