/**
 * Theme Name:     Hello Elementor Child
 * Author:         Elementor Team
 * Template:       hello-elementor
 * Text Domain:	   hello-elementor-child
 * Description:    Hello Elementor is a lightweight and minimalist WordPress theme that was built specifically to work seamlessly with the Elementor site builder plugin. The theme is free, open-source, and designed for users who want a flexible, easy-to-use, and customizable website. The theme, which is optimized for performance, provides a solid foundation for users to build their own unique designs using the Elementor drag-and-drop site builder. Its simplicity and flexibility make it a great choice for both beginners and experienced Web Creators.
 */

/* =================================================================
   ESTILIZAÇÃO UNIFICADA (PÁGINAS E POSTS DO WORDPRESS)
   (Aplica apenas no editor nativo, ignorando o Elementor)
   ================================================================= */

/* 1. Espaçamento Geral (Topo e Rodapé) */
/* Afeta Páginas (.page) E Posts (.single-post) que NÃO são do Elementor */
body.page:not(.elementor-page) .site-main,
body.single-post:not(.elementor-page) .site-main {
    padding-top: 700px !important;    /* Afasta do Cabeçalho */
    padding-bottom: 120px !important; /* Afasta do Rodapé */
}

/* 2. Espaçamento dos Divisores (Separadores) */
/* Aumenta a margem acima e abaixo das linhas divisórias */
body.page:not(.elementor-page) hr,
body.single-post:not(.elementor-page) hr,
body.page:not(.elementor-page) .wp-block-separator,
body.single-post:not(.elementor-page) .wp-block-separator {
    margin-top: 50px !important;
    margin-bottom: 50px !important;
}