/*
Theme Name: EDG Canal Etico
Theme URI: https://edsongourmet.com.br/
Author: Edson Gourmet
Author URI: https://edsongourmet.com.br/
Description: Tema minimalista em branco para paginas full width com Elementor ou shortcodes do Canal de Etica. Sem cabecalho, rodape ou menu do tema.
Version: 2.0.0
License: GPLv2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: edg-canal-theme
*/

*,
*::before,
*::after {
    box-sizing: border-box;
}

html,
body {
    margin: 0;
    padding: 0;
}

body {
    font-family: system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif;
    line-height: 1.5;
    color: #1a1a1a;
    background: #fff;
}

.site-main {
    display: block;
    width: 100%;
    max-width: 100%;
    margin: 0;
    padding: 0;
    min-height: 100vh;
}

body.admin-bar .site-main {
    min-height: calc(100vh - 32px);
}

@media screen and (max-width: 782px) {
    body.admin-bar .site-main {
        min-height: calc(100vh - 46px);
    }
}

/* Full width: conteudo do Elementor, blocos e shortcodes */
.site-main > .elementor,
.site-main .entry-content,
.site-main .alignfull,
.site-main .alignwide {
    max-width: 100% !important;
    margin-left: auto;
    margin-right: auto;
}

.wp-site-blocks,
.wp-block-group.alignfull,
.is-layout-constrained {
    max-width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
}

.entry-title {
    margin: 0 0 0.5em;
    font-size: 1.25rem;
}

.entry-title a {
    color: inherit;
    text-decoration: none;
}

.entry-title a:hover,
.entry-title a:focus {
    text-decoration: underline;
}
