/* ====================================================
   DOUBLE – Estilos Modernizados para Artigo de Blog
   Wrapper isolado para não interferir com o resto do site
   ==================================================== */

#double-blog-wrapper {
    max-width: 820px;
    margin: 0 auto;
    padding: 0 1rem;
    font-family: "din-2014", sans-serif;
    font-size: 18px;
    line-height: 1.7;
    color: #333;
}

/* Títulos */
#double-blog-wrapper h1,
#double-blog-wrapper h2,
#double-blog-wrapper h3 {
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 1.2rem;
}

#double-blog-wrapper h1 {
    font-size: 2.8rem;
    color: #2C0B72;
    margin-top: 2rem;
}

#double-blog-wrapper h2 {
    font-size: 1.9rem;
    color: #3E1EAA;
    margin-top: 3rem;
}

#double-blog-wrapper h3 {
    font-size: 1.4rem;
    color: #5A3DD2;
    margin-top: 2.2rem;
}

#blog-post hr {
    width:auto;
}

/* Parágrafos */
#double-blog-wrapper p {
    margin-bottom: 1.8rem;
}

/* Imagens limpamente editoriais */
#double-blog-wrapper img {
    width: 100%;
    height: auto;
    display: block;
    margin: 2.5rem 0;
    border-radius: 12px;
    box-shadow: 0 8px 24px rgba(0,0,0,0.05);
}

/* Links */
#double-blog-wrapper a {
    color: #2C0B72;
    font-weight: 600;
    text-decoration: none;
}

#double-blog-wrapper a:hover {
    color: #4C2EE2;
}

/* Botão CTA */
#double-blog-wrapper .btn-primary {
    background-color: #2C0B72 !important;
    padding: 0.9rem 2rem !important;
    border-radius: 8px !important;
    font-weight: 700 !important;
    transition: background 0.25s ease;
}

#double-blog-wrapper .btn-primary:hover {
    background-color: #4C2EE2 !important;
}

/* Secção “Partilhe esta notícia” */
#double-blog-wrapper .sharing {
    margin: 2rem 0 3rem 0;
}

#double-blog-wrapper .sharing a {
    color: #2C0B72 !important;
    font-weight: 600;
}

/* Responsividade */
@media (max-width: 768px) {
    #double-blog-wrapper h1 {
        font-size: 2.1rem;
    }
    #double-blog-wrapper h2 {
        font-size: 1.6rem;
    }
    #double-blog-wrapper h3 {
        font-size: 1.25rem;
    }
}

/* Espaço final antes do Disqus */
#blog-post {
    padding-bottom: 120px !important;
}
