.article-content{

    --kb-primary:#38b6ff;
    --kb-primary-hover:#0ea5e9;
    --kb-primary-soft:#e0f2fe;

    --article-text:#334155;
    --article-heading:#020617;
    --article-muted:#64748b;
    --article-border:#e2e8f0;
    --article-soft:#f8fafc;
    --article-link:#0f172a;
    --article-link-hover:var(--kb-primary-hover);

    font-size:18px;
    line-height:2.05;
    font-weight:400;
    letter-spacing:-0.01em;
    color:var(--article-text);

    word-break:break-word;
    overflow-wrap:break-word;

}

/* ===================================================== */
/* RESET */
/* ===================================================== */

.article-content > *{

    margin:0;

}

/* ===================================================== */
/* GLOBAL SPACING */
/* ===================================================== */

.article-content > * + *{

    margin-top:2.5rem;

}

/* ===================================================== */
/* PARAGRAPH */
/* ===================================================== */

.article-content p{

    font-size:18px;
    line-height:2.05;
    font-weight:400;
    letter-spacing:-0.01em;
    color:var(--article-text);

}

/* ENTER ANTAR PARAGRAF */

.article-content p + p{

    margin-top:1.6rem;

}

/* ===================================================== */
/* HEADING */
/* ===================================================== */

.article-content h1,
.article-content h2,
.article-content h3,
.article-content h4,
.article-content h5,
.article-content h6{

    margin-top:4rem;
    margin-bottom:1.8rem;

    font-weight:900;
    letter-spacing:-0.05em;
    line-height:1.15;

    color:var(--article-heading);

}

.article-content h1{

    font-size:3rem;

}

.article-content h2{

    font-size:2.2rem;

}

.article-content h3{

    font-size:1.75rem;

}

.article-content h4{

    font-size:1.45rem;

}

.article-content h5{

    font-size:1.2rem;

}

.article-content h6{

    font-size:1rem;
    text-transform:uppercase;
    letter-spacing:0.08em;

}

/* ===================================================== */
/* TEXT */
/* ===================================================== */

.article-content strong,
.article-content b{

    font-weight:800;
    color:var(--article-heading);

}

.article-content em,
.article-content i{

    font-style:italic;

}

.article-content mark{

    background:var(--kb-primary-soft);
    color:#075985;

    padding:0.15rem 0.4rem;

}

.article-content small{

    font-size:13px;
    line-height:1.8;
    color:var(--article-muted);

}

/* ===================================================== */
/* LINK */
/* ===================================================== */

.article-content a{

    color:var(--kb-primary-hover);

    font-weight:700;

    text-decoration:underline;
    text-decoration-thickness:1.5px;
    text-underline-offset:3px;

    transition:all .2s ease;

}

.article-content a:hover{

    color:var(--kb-primary);

}

.article-content a:focus{

    outline:none;
    color:var(--kb-primary);

}

.article-content a:active{

    color:var(--kb-primary-hover);

}

.article-content a:visited{

    color:var(--kb-primary-hover);

}

/* ===================================================== */
/* LIST */
/* ===================================================== */

.article-content ul,
.article-content ol{

    margin-top:2.5rem;
    margin-bottom:2.5rem;

    padding-left:1.7rem;

}

.article-content ul{

    list-style:disc;

}

.article-content ol{

    list-style:decimal;

}

.article-content li{

    font-size:18px;
    line-height:2.05;
    color:var(--article-text);

}

.article-content li + li{

    margin-top:1rem;

}

.article-content li::marker{

    color:var(--kb-primary);

}

.article-content li > ul,
.article-content li > ol{

    margin-top:1rem;
    margin-bottom:1rem;

}

/* ===================================================== */
/* BLOCKQUOTE */
/* ===================================================== */

.article-content blockquote{

    position:relative;

    overflow:hidden;

    margin-top:3.5rem;
    margin-bottom:3.5rem;

    border-left:4px solid var(--kb-primary);

    background:var(--article-soft);

    padding:2rem 2rem 2rem 2.8rem;

    font-size:1.15rem;
    line-height:2;
    font-weight:700;

    color:#0f172a;

}

.article-content blockquote::before{

    content:"“";

    position:absolute;

    left:1rem;
    top:-1.25rem;

    font-size:5rem;
    line-height:1;

    font-weight:900;

    color:#bae6fd;

}

.article-content blockquote p{

    font-size:1.15rem;
    line-height:2;
    font-weight:700;

    color:#0f172a;

}

.article-content blockquote p + p{

    margin-top:1.5rem;

}

/* ===================================================== */
/* IMAGE */
/* ===================================================== */

.article-content img{

    display:block;

    width:100%;
    height:auto;

    margin-top:3.5rem;
    margin-bottom:3.5rem;

}

.article-content figure{

    margin-top:3.5rem;
    margin-bottom:3.5rem;

}

.article-content figure img{

    margin-top:0;
    margin-bottom:0;

}

.article-content figcaption{

    margin-top:1rem;

    font-size:13px;
    line-height:1.9;

    text-align:center;

    color:var(--article-muted);

}

/* ===================================================== */
/* TABLE */
/* ===================================================== */

.article-content table{

    width:100%;

    margin-top:3.5rem;
    margin-bottom:3.5rem;

    border-collapse:collapse;

    background:#ffffff;

}

.article-content thead{

    background:var(--kb-primary);

}

.article-content thead th{

    padding:1rem 1.1rem;

    border:1px solid #0ea5e9;

    text-align:left;

    font-size:13px;
    font-weight:800;

    letter-spacing:0.03em;

    color:#ffffff;

}

.article-content tbody td{

    padding:1rem 1.1rem;

    border:1px solid var(--article-border);

    vertical-align:top;

    font-size:15px;
    line-height:1.9;

    color:var(--article-text);

}

.article-content tbody tr:nth-child(even){

    background:var(--article-soft);

}

/* ===================================================== */
/* HR */
/* ===================================================== */

.article-content hr{

    margin-top:4rem;
    margin-bottom:4rem;

    border:none;

    border-top:1px solid var(--article-border);

}

/* ===================================================== */
/* CODE */
/* ===================================================== */

.article-content code{

    border:1px solid var(--article-border);

    background:var(--article-soft);

    padding:0.2rem 0.45rem;

    border-radius:4px;

    font-size:14px;
    font-weight:700;

    color:var(--article-heading);

}

.article-content pre{

    overflow-x:auto;

    margin-top:3.5rem;
    margin-bottom:3.5rem;

    background:#020617;

    padding:1.6rem;

    line-height:1.9;

    color:#e2e8f0;

}

.article-content pre code{

    border:none;
    background:transparent;

    padding:0;
    border-radius:0;

    font-size:14px;

    color:inherit;

}

/* ===================================================== */
/* EMBED */
/* ===================================================== */

.article-content iframe{

    width:100%;

    margin-top:3.5rem;
    margin-bottom:3.5rem;

}

/* ===================================================== */
/* BREAK */
/* ===================================================== */

.article-content br{

    content:"";

    display:block;

    margin-top:1.4rem;

}

/* ===================================================== */
/* SELECTION */
/* ===================================================== */

.article-content ::selection{

    background:var(--kb-primary-soft);
    color:#0f172a;

}

/* ===================================================== */
/* RESPONSIVE */
/* ===================================================== */

@media (max-width:1024px){

    .article-content{

        font-size:17px;

    }

    .article-content p,
    .article-content li{

        font-size:17px;
        line-height:2;

    }

    .article-content p + p{

        margin-top:2rem;

    }

}

@media (max-width:768px){

    .article-content{

        font-size:16px;
        line-height:1.95;

    }

    .article-content > * + *{

        margin-top:2rem;

    }

    .article-content p,
    .article-content li{

        font-size:16px;
        line-height:1.95;

    }

    .article-content p + p{

        margin-top:1.9rem;

    }

    .article-content h1,
    .article-content h2,
    .article-content h3,
    .article-content h4,
    .article-content h5,
    .article-content h6{

        margin-top:3rem;
        margin-bottom:1.3rem;

    }

    .article-content h1{

        font-size:2rem;

    }

    .article-content h2{

        font-size:1.7rem;

    }

    .article-content h3{

        font-size:1.45rem;

    }

    .article-content h4{

        font-size:1.25rem;

    }

    .article-content blockquote{

        padding:1.5rem 1.5rem 1.5rem 2rem;

        font-size:1rem;

    }

    .article-content blockquote p{

        font-size:1rem;

    }

    .article-content table{

        display:block;
        overflow-x:auto;
        white-space:nowrap;

    }

}