/* Folha do Estado Brasil — matéria individual 2.1 */

.materia-header h1,
.materia-header .materia-header-inner > h1,
.article-head h1,
.article-head-v2 h1 {
    max-width: 980px !important;
    margin-top: .45rem !important;
    margin-bottom: .8rem !important;
    font-family: Georgia, "Times New Roman", serif !important;
    font-size: clamp(2.35rem, 3.5vw, 3.6rem) !important;
    font-weight: 700 !important;
    line-height: 1.00 !important;
    letter-spacing: -.032em !important;
    text-wrap: balance;
}

.materia-subtitulo,
.article-head .subtitle,
.article-head-v2 .subtitle {
    max-width: 900px !important;
    font-family: Arial, Helvetica, sans-serif !important;
    font-size: 1.12rem !important;
    line-height: 1.5 !important;
    color: #5d6872 !important;
}

.materia-texto,
.article-body,
.article-prose-v2 {
    font-family: Arial, Helvetica, sans-serif !important;
    font-size: 18px !important;
    line-height: 1.72 !important;
    color: #202b34 !important;
}

.materia-texto p,
.article-body p,
.article-prose-v2 p {
    margin: 0 0 1.15em !important;
}

.materia-texto h2,
.materia-texto h3,
.article-body h2,
.article-body h3,
.article-prose-v2 h2,
.article-prose-v2 h3 {
    clear: both;
    font-family: Georgia, "Times New Roman", serif !important;
    color: #0a344d !important;
    letter-spacing: -.015em !important;
    text-transform: none !important;
}

.materia-texto h2,
.article-body h2,
.article-prose-v2 h2 {
    margin: 2rem 0 .8rem !important;
    font-size: 1.55rem !important;
    line-height: 1.18 !important;
}

.materia-texto h3,
.article-body h3,
.article-prose-v2 h3 {
    margin: 1.7rem 0 .65rem !important;
    font-size: 1.28rem !important;
    line-height: 1.22 !important;
}

/* Foto inline padrão: respeita proporção/natural, sem estourar. */
.materia-texto figure.attachment,
.materia-texto figure.folha-inline-media,
.article-body figure.attachment,
.article-body figure.folha-inline-media,
.article-prose-v2 figure.attachment,
.article-prose-v2 figure.folha-inline-media {
    box-sizing: border-box !important;
    float: none;
    width: fit-content !important;
    max-width: 100% !important;
    margin: 1.65rem auto !important;
}

.materia-texto figure.attachment img,
.materia-texto figure.folha-inline-media img,
.article-body figure.attachment img,
.article-body figure.folha-inline-media img,
.article-prose-v2 figure.attachment img,
.article-prose-v2 figure.folha-inline-media img {
    display: block !important;
    width: auto !important;
    max-width: 100% !important;
    height: auto !important;
    max-height: 720px !important;
    margin: 0 auto !important;
    object-fit: contain !important;
}

.materia-texto figure.folha-size-small,
.article-body figure.folha-size-small,
.article-prose-v2 figure.folha-size-small {
    width: min(36%, 320px) !important;
}

.materia-texto figure.folha-size-medium,
.article-body figure.folha-size-medium,
.article-prose-v2 figure.folha-size-medium {
    width: min(56%, 500px) !important;
}

.materia-texto figure.folha-size-large,
.article-body figure.folha-size-large,
.article-prose-v2 figure.folha-size-large {
    width: min(76%, 680px) !important;
}

.materia-texto figure.folha-size-wide,
.article-body figure.folha-size-wide,
.article-prose-v2 figure.folha-size-wide {
    width: 100% !important;
    max-width: 900px !important;
}

.materia-texto figure.folha-size-small img,
.materia-texto figure.folha-size-medium img,
.materia-texto figure.folha-size-large img,
.materia-texto figure.folha-size-wide img,
.article-body figure[class*="folha-size-"] img,
.article-prose-v2 figure[class*="folha-size-"] img {
    width: 100% !important;
}

.materia-texto figure.folha-align-left,
.article-body figure.folha-align-left,
.article-prose-v2 figure.folha-align-left {
    float: left !important;
    margin: .55rem 1.6rem 1.1rem 0 !important;
}

.materia-texto figure.folha-align-right,
.article-body figure.folha-align-right,
.article-prose-v2 figure.folha-align-right {
    float: right !important;
    margin: .55rem 0 1.1rem 1.6rem !important;
}

.materia-texto figure.folha-align-center,
.article-body figure.folha-align-center,
.article-prose-v2 figure.folha-align-center {
    float: none !important;
    margin-left: auto !important;
    margin-right: auto !important;
}

.attachment__caption {
    margin-top: .42rem !important;
    font-family: Arial, Helvetica, sans-serif !important;
    font-size: .76rem !important;
    line-height: 1.35 !important;
    color: #6b7480 !important;
}

.attachment__caption .attachment__size {
    display: none !important;
}

.materia-texto::after,
.article-body::after,
.article-prose-v2::after {
    content: "";
    display: table;
    clear: both;
}

/* Galerias 1, 2, 3... */
.folha-gallery-sequence {
    clear: both;
    margin: 2.2rem auto;
    max-width: 900px;
}

.folha-gallery-grid {
    display: grid;
    gap: .8rem;
}

.folha-gallery-grid2 .folha-gallery-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.folha-gallery-grid3 .folha-gallery-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.folha-gallery-stack .folha-gallery-grid {
    grid-template-columns: 1fr;
}

.folha-gallery-width-normal {
    max-width: 720px;
}

.folha-gallery-width-wide {
    max-width: 900px;
}

.folha-gallery-sequence figure {
    margin: 0 !important;
    overflow: hidden;
}

.folha-gallery-sequence img {
    display: block;
    width: 100%;
    height: 100%;
    min-height: 210px;
    max-height: 480px;
    object-fit: cover;
}

.folha-gallery-stack img {
    height: auto;
    min-height: 0;
    max-height: 720px;
    object-fit: contain;
}

@media (max-width: 900px) {
    .materia-header h1,
    .materia-header .materia-header-inner > h1,
    .article-head h1,
    .article-head-v2 h1 {
        font-size: clamp(2.15rem, 5.7vw, 3rem) !important;
        line-height: 1.02 !important;
    }

    .materia-texto,
    .article-body,
    .article-prose-v2 {
        font-size: 17.5px !important;
    }
}

@media (max-width: 680px) {
    .materia-header h1,
    .materia-header .materia-header-inner > h1,
    .article-head h1,
    .article-head-v2 h1 {
        font-size: 2rem !important;
        line-height: 1.06 !important;
        letter-spacing: -.024em !important;
    }

    .materia-texto,
    .article-body,
    .article-prose-v2 {
        font-size: 17px !important;
        line-height: 1.67 !important;
    }

    .materia-texto figure.folha-inline-media,
    .article-body figure.folha-inline-media,
    .article-prose-v2 figure.folha-inline-media {
        float: none !important;
        width: 100% !important;
        max-width: 100% !important;
        margin: 1.35rem auto !important;
    }

    .folha-gallery-grid2 .folha-gallery-grid,
    .folha-gallery-grid3 .folha-gallery-grid {
        grid-template-columns: 1fr;
    }

    .folha-gallery-sequence img {
        min-height: 0;
        height: auto;
        max-height: 680px;
        object-fit: contain;
    }
}
