.elementor-1197 .elementor-element.elementor-element-6cad333{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}/* Start custom CSS for html, class: .elementor-element-9ba88b4 *//* ===== FUNDO GERAL (OPCIONAL – PODE REMOVER SE QUISER) ===== */
body {
    background: radial-gradient(circle at top, #f5f5ff 0, #f4f4f4 40%, #eeeeee 100%);
}

/* ===== WRAPPER DO ARTIGO – REVISTA DIGITAL ===== */
.artigo-inss-emprestimos-criancas {
    max-width: 900px;
    margin: 50px auto;
    padding: 50px 40px;
    background: #ffffff;
    border-radius: 18px;
    box-shadow: 0 18px 45px rgba(0,0,0,0.10);
    font-family: "Inter", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    position: relative;
    overflow: hidden;
}

/* FAIXA SUPERIOR TIPO “CHAMADA” */
.artigo-inss-emprestimos-criancas::before {
    content: "LEX NOTICIA · ESPECIAL";
    position: absolute;
    top: 18px;
    left: 40px;
    font-size: 0.78rem;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: #6c63ff;
    font-weight: 700;
}

/* ===== TÍTULO PRINCIPAL ===== */
.artigo-inss-emprestimos-criancas h1 {
    margin-top: 35px;
    font-size: 2.3rem;
    line-height: 1.25;
    font-weight: 800;
    color: #1f1f1f;
    margin-bottom: 18px;
    text-align: left;
}

/* LINHA COLORIDA SOB O TÍTULO */
.artigo-inss-emprestimos-criancas h1::after {
    content: "";
    display: block;
    width: 70px;
    height: 4px;
    margin-top: 14px;
    border-radius: 999px;
    background: linear-gradient(90deg, #6c63ff, #ff6584);
}

/* ===== SUBTÍTULOS ===== */
.artigo-inss-emprestimos-criancas h2 {
    font-size: 1.55rem;
    font-weight: 700;
    color: #222222;
    margin-top: 40px;
    margin-bottom: 15px;
    position: relative;
    padding-left: 14px;
    text-align: left;
}

/* BARRA LATERAL DOS SUBTÍTULOS */
.artigo-inss-emprestimos-criancas h2::before {
    content: "";
    position: absolute;
    left: 0;
    top: 6px;
    width: 4px;
    height: 80%;
    border-radius: 999px;
    background: linear-gradient(180deg, #6c63ff, #ff6584);
}

/* ===== TEXTO – PARÁGRAFOS (JUSTIFICADOS) ===== */
.artigo-inss-emprestimos-criancas p {
    font-size: 1.08rem;
    line-height: 1.8;
    color: #333333;
    margin-bottom: 20px;
    text-align: justify;
    text-justify: inter-word;
}

/* PRIMEIRO PARÁGRAFO – ABERTURA COM DROP CAP */
.artigo-inss-emprestimos-criancas p:first-of-type {
    font-size: 1.14rem;
    line-height: 1.9;
    font-weight: 500;
    color: #222222;
}

.artigo-inss-emprestimos-criancas p:first-of-type::first-letter {
    float: left;
    font-size: 3.1rem;
    line-height: 1;
    padding-right: 8px;
    padding-top: 4px;
    font-weight: 800;
    color: #6c63ff;
}

/* ===== LISTAS (CASO USE) ===== */
.artigo-inss-emprestimos-criancas ul,
.artigo-inss-emprestimos-criancas ol {
    margin: 16px 0 24px 25px;
    font-size: 1.02rem;
    line-height: 1.7;
    text-align: justify;
    text-justify: inter-word;
}

/* ===== LINKS / DESTAQUES ===== */
.artigo-inss-emprestimos-criancas a {
    color: #6c63ff;
    text-decoration: none;
    border-bottom: 1px solid rgba(108,99,255,0.4);
}

.artigo-inss-emprestimos-criancas a:hover {
    border-bottom-color: rgba(108,99,255,0.9);
}

.artigo-inss-emprestimos-criancas strong {
    font-weight: 700;
    color: #111111;
}

.artigo-inss-emprestimos-criancas em {
    font-style: italic;
}

/* ===== FIGURAS E LEGENDAS – IMAGENS DE REVISTA ===== */

/* FULL – IMAGEM GRANDE EM DESTAQUE */
.artigo-inss-emprestimos-criancas figure.img-full {
    margin: 28px 0 30px;
    border-radius: 14px;
    overflow: hidden;
    background: #f7f7f7;
    box-shadow: 0 8px 26px rgba(0,0,0,0.10);
}

.artigo-inss-emprestimos-criancas figure.img-full img {
    width: 100%;
    display: block;
}

.artigo-inss-emprestimos-criancas figure.img-full figcaption {
    font-size: 0.9rem;
    padding: 10px 14px 12px;
    color: #555;
    text-align: justify;
    text-justify: inter-word;
}

/* WIDE – IMAGEM COM RESPIRO CENTRAL */
.artigo-inss-emprestimos-criancas figure.img-wide {
    margin: 32px 0;
    border-radius: 16px;
    overflow: hidden;
    background: #f5f5ff;
    box-shadow: 0 10px 30px rgba(0,0,0,0.08);
}

.artigo-inss-emprestimos-criancas figure.img-wide img {
    width: 100%;
    display: block;
}

.artigo-inss-emprestimos-criancas figure.img-wide figcaption {
    font-size: 0.9rem;
    padding: 10px 16px 14px;
    color: #555;
    text-align: justify;
    text-justify: inter-word;
}

/* DUPLA – DUAS IMAGENS LADO A LADO */
.artigo-inss-emprestimos-criancas .img-dupla {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
    margin: 30px 0 32px;
}

.artigo-inss-emprestimos-criancas .img-dupla figure {
    background: #f8f8f8;
    border-radius: 14px;
    overflow: hidden;
    box-shadow: 0 6px 22px rgba(0,0,0,0.08);
}

.artigo-inss-emprestimos-criancas .img-dupla img {
    width: 100%;
    display: block;
}

.artigo-inss-emprestimos-criancas .img-dupla figcaption {
    font-size: 0.88rem;
    padding: 8px 12px 12px;
    color: #555;
    text-align: justify;
    text-justify: inter-word;
}

/* ===== REFERÊNCIAS BIBLIOGRÁFICAS – CAIXA VISUAL ===== */

/* TÍTULO DAS REFERÊNCIAS (ÚLTIMO H2) JÁ HERDA ESTILO DE H2 */

/* TODOS OS <p> APÓS O ÚLTIMO h2 VIRAM CAIXINHAS DE REFERÊNCIA */
.artigo-inss-emprestimos-criancas h2:last-of-type ~ p {
    background: #f7f7f7;
    border-radius: 10px;
    padding: 10px 14px;
    margin-bottom: 10px;
    font-size: 0.96rem;
    line-height: 1.6;
    color: #444444;
    border-left: 4px solid #444444;
    text-align: justify;
    text-justify: inter-word;
}

/* PRIMEIRA REFERÊNCIA COM UM POUCO MAIS DE RESPIRO NO TOPO */
.artigo-inss-emprestimos-criancas h2:last-of-type + p {
    margin-top: 8px;
}

/* ===== RESPONSIVO – MOBILE ===== */
@media (max-width: 768px) {
    .artigo-inss-emprestimos-criancas {
        margin: 25px 10px;
        padding: 30px 18px;
        border-radius: 14px;
    }

    .artigo-inss-emprestimos-criancas::before {
        left: 18px;
        top: 14px;
    }

    .artigo-inss-emprestimos-criancas h1 {
        font-size: 1.9rem;
    }

    .artigo-inss-emprestimos-criancas h2 {
        font-size: 1.35rem;
    }

    .artigo-inss-emprestimos-criancas p {
        font-size: 1rem;
        hyphens: auto;
    }

    .artigo-inss-emprestimos-criancas .img-dupla {
        grid-template-columns: 1fr;
    }
}/* End custom CSS */