/* =============================================================
   blog-interno.css — estilos da página blog-interno.html
   Extraído do <style> que ficava dentro do HTML.
   Carregado depois de css/style.css, então sobrescreve o global.
   ============================================================= */

/* Ajustes específicos para a página de artigo */
.article-header {
    padding: 60px 0 40px;
    border-bottom: 1px solid #eaeaea;
    margin-bottom: 40px;
}

.article-body {
    max-width: 800px;
    margin: 0 auto;
}

/* Ajuste para o conteúdo vindo do editor Quill */
.ql-editor {
    padding: 0;
    font-size: 1.1rem;
    line-height: 1.8;
    color: #374151;
    /* text-gray-700 */
}

.ql-editor h2,
.ql-editor h3 {
    color: #111827;
    /* text-gray-900 */
    font-weight: 700;
    margin-top: 1.5em;
    margin-bottom: 0.5em;
}

.ql-editor img {
    border-radius: 12px;
    margin: 20px 0;
    max-width: 100%;
    height: auto;
}

.ql-editor a {
    color: var(--green-primary);
    text-decoration: underline;
}
