/* ── InsightHall — Estilos customizados ─────────────────────────── */

/* Header / Título */
.h1header { font-size: 4em; font-weight: 400; margin: 0; line-height: 1; }
.h1header span { color: #dc3545; font-weight: 900; }
.h1header small { font-size: 0.38em; color: #6c757d; font-weight: 300; }

.site-header { border-bottom: 1px solid #dee2e6; padding: 1rem 0 0.75rem; }

/* Imagens de artigo */
.img-height-article { height: 150px; object-fit: cover; width: 100%; }

/* Conteúdo do artigo */
.content p { text-indent: 6%; text-align: justify; }
.content h2, .content h3, .content h4, .content h5 { text-align: left; }

/* Back to top */
a[href="#top"] {
    padding: 10px;
    position: fixed;
    bottom: 40px;
    right: 40px;
    font-size: 1.5rem;
    display: block;
    color: #6c757d;
    text-decoration: none;
}
a[href="#top"]:hover { color: #dc3545; }
