﻿.detalhe-container {
    width: 80vw;
    max-width: 1200px;
    margin-inline: auto;
    font-family: "Inter", "Montserrat", sans-serif !important;
}

.noticia-detalhe-page {
    padding-top: 2.5rem;
    padding-bottom: 1rem;
}

.voltar-noticias {
    margin-bottom: 1.75rem;
}

.detalhe-header {
    margin-bottom: 2rem;
}

.detalhe-paper {
    border: 1px solid #c4c4c4;
    border-radius: 16px;
    padding: 28px 32px;
    margin-bottom: 10px;
}

.detalhe-titulo {
    font-weight: 400 !important;
    line-height: 0.5;
    margin-bottom: 3px;
    letter-spacing: -.02em;
}

.detalhe-title-divider {
    margin: 12px auto !important;
    border-color: #000 !important;
    height: 1px !important;
}

.detalhe-descricao {
    margin-top: 1.5rem;
    font-weight: 400 !important;
    font-size: 1.25rem !important;
    line-height: 1.55;
    opacity: .72;
}

.detalhe-metadata {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: .4rem;
    margin-top: 1rem;
    font-size: .875rem;
    opacity: .65;
}

.metadata-separador {
    margin: 0 .3rem;
}

/* NOTICIAS VAZIA*/

.noticias-vazio {
    min-height: 380px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 3rem 1.5rem;
    text-align: center;
    border: 1px solid var(--mud-palette-lines-default);
    border-radius: 12px;
    background: var(--mud-palette-surface);
}

.noticias-vazio-icone {
    width: 72px;
    height: 72px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1.5rem;
    border-radius: 50%;
    color: var(--mud-palette-primary);
    background: var(--mud-palette-primary-hover);
}

.noticias-vazio-titulo {
    font-weight: 600;
    margin-bottom: .5rem;
}

.noticias-vazio-texto {
    max-width: 460px;
    line-height: 1.6;
    opacity: .7;
}

/* CAPA */

.detalhe-capa {
    margin: 2rem 0 3rem;
}

    .detalhe-capa img {
        display: block;
        width: 100%;
        max-height: 560px;
        object-fit: cover;
        border-radius: 10px;
    }

    .detalhe-capa figcaption {
        margin-top: .55rem;
        font-size: .8rem;
        opacity: .6;
    }

/* HTML GERADO PELO EDITOR */

.noticia-conteudo {
    font-size: 1.075rem;
    line-height: 1.85;
}

    .noticia-conteudo ::deep p {
        margin-bottom: 1.4rem;
    }

    .noticia-conteudo ::deep h2 {
        margin-top: 2.75rem;
        margin-bottom: 1rem;
        font-size: 1.65rem;
        font-weight: 700;
    }

    .noticia-conteudo ::deep h3 {
        margin-top: 2.25rem;
        margin-bottom: .8rem;
        font-size: 1.3rem;
        font-weight: 650;
    }

    .noticia-conteudo ::deep img {
        display: block;
        max-width: 100%;
        height: auto;
        margin: 2rem auto;
        border-radius: 8px;
    }

    .noticia-conteudo ::deep blockquote {
        margin: 2rem 0;
        padding: .9rem 1.4rem;
        border-left: 4px solid var(--mud-palette-primary);
        background: var(--mud-palette-background-gray);
        font-style: italic;
    }

    .noticia-conteudo ::deep ul,
    .noticia-conteudo ::deep ol {
        margin: 1rem 0 1.5rem;
        padding-left: 1.5rem;
    }

    .noticia-conteudo ::deep li {
        margin-bottom: .45rem;
    }

    .noticia-conteudo ::deep a {
        color: var(--mud-palette-primary);
        font-weight: 500;
        text-decoration: underline;
    }