﻿/* Título responsivo */
.h1-lg {
    font-size: clamp(1.4rem, 3vw, 2.2rem);
}

/* imagem principal */
.noticia-hero img {
    height: auto;
}

/* corpo vindo do CMS */
.noticia-body {
    text-align: justify;
    font-size: 0.95rem;
    line-height: 1.7;
    /* Garante legibilidade no modo escuro:
       o conteúdo gerado pelo editor pode ter cores inline fixas */
    background-color: #fff;
    color: #212529;
    padding: 1.25rem;
    border-radius: 0.375rem;
}

/* deixa conteúdo embutido responsivo */
#corpo-noticia img {
    max-width: 100%;
    height: auto;
}

#corpo-noticia table {
    width: 100% !important;
}

#corpo-noticia iframe,
#corpo-noticia video {
    max-width: 100%;
}
