.post__conteudo h1, .post__conteudo h2, .post__conteudo h3, .post__conteudo h4,
.editor-styles-wrapper h1, .editor-styles-wrapper h2, .editor-styles-wrapper h3, .editor-styles-wrapper h4{
    color:#FF7A1B;
}

.post__conteudo h1,
.editor-styles-wrapper h1{
    font-size: 2.25rem;
    font-weight: 700;
    margin-top: 1em;
    margin-bottom: 0.5em;
}

.post__conteudo h2,
.editor-styles-wrapper h2{
    font-size: 1.5rem;
    font-weight: 700;
    margin-top: 1em;
    margin-bottom: 0.5em;
}

.post__conteudo h3,
.editor-styles-wrapper h3{
    font-size: 1.25rem;
    font-weight: 700;
    margin-top: 1em;
    margin-bottom: 0.5em;
}

.post__conteudo h4,
.editor-styles-wrapper h4{
    font-size: 1rem;
    font-weight: 700;
    margin-top: 1em;
    margin-bottom: 0.5em;
}

.post__conteudo a,
.editor-styles-wrapper a{
    color:#FF7A1B;
    text-decoration:underline;
}