.noticias-body {
    background:
        linear-gradient(180deg, rgba(229, 239, 234, 0.95) 0%, rgba(229, 239, 234, 0.95) 180px, #f7faf8 180px, #f7faf8 100%);
    color: #24312c;
}

.site-date {
    font-size: 0.95rem;
}

.news-shell {
    max-width: 1280px;
}

.pautas-sidebar {
    display: grid;
    gap: 1rem;
}

.pauta-image {
    display: block;
    width: 100%;
    height: auto;
    border-radius: 12px;
    box-shadow: 0 8px 22px rgba(36, 49, 44, 0.12);
}

.news-intro {
    background: #ffffff;
    border: 1px solid rgba(36, 49, 44, 0.08);
    border-radius: 18px;
    padding: 1.5rem;
    box-shadow: 0 18px 40px rgba(36, 49, 44, 0.06);
}

.news-kicker,
.news-copete {
    color: #6d7c74;
    font-size: 0.9rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.news-page-title,
.news-detail-title {
    color: #1e2a25;
    font-weight: 800;
    line-height: 1.1;
}

.news-page-title {
    font-size: clamp(2rem, 4vw, 3.4rem);
}

.news-page-copy,
.news-summary,
.news-detail-text,
.news-detail-summary {
    font-size: 1.05rem;
    line-height: 1.0;
}

.news-card {
    border: 0;
    border-radius: 18px;
    overflow: hidden;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.news-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 20px 40px rgba(36, 49, 44, 0.14) !important;
}

.news-card-image {
    aspect-ratio: 16 / 10;
    object-fit: cover;
    padding: 0;
}

.news-date {
    color: #4a5d54;
    font-size: 0.92rem;
    font-weight: 700;
}

.news-title {
    font-size: clamp(1.5rem, 2vw, 2rem);
    line-height: 1.15;
}

.news-title-link {
    color: #1e2a25;
    text-decoration: none;
}

.news-title-link:hover,
.news-title-link:focus {
    color: #456a58;
    text-decoration: underline;
}

.news-summary {
    color: #34463e;
}

.news-empty {
    border-radius: 14px;
}

.news-detail {
    max-width: 920px;
    margin: 0 auto;
    border-radius: 24px;
}

.news-detail-figure img {
    max-height: 520px;
    object-fit: cover;
}

.news-detail-summary {
    color: #2a3933;
    font-weight: 600;
}

.news-detail-text {
    color: #31413a;
}

.news-detail-text p {
    margin-bottom: 0.55rem;
}

.news-detail-text p:last-child {
    margin-bottom: 0;
}

@media (max-width: 767.98px) {
    .site-date {
        clear: both;
        display: block;
        float: none !important;
        padding-top: 0.75rem !important;
        text-align: center;
    }

    .top_nav img {
        max-height: 72px;
    }

    .news-intro {
        padding: 1.25rem;
    }

    .pautas-sidebar {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}
