/* Estilos para Página em Branco */

body.page-template-blank {
    margin: 0;
    padding: 0;
    overflow-x: hidden;
}

body.page-template-blank * {
    box-sizing: border-box;
}

/* Remover qualquer margem/padding padrão */
body.page-template-blank .entry-content,
body.page-template-blank .site-content,
body.page-template-blank .content-area,
body.page-template-blank main,
body.page-template-blank article {
    margin: 0;
    padding: 0;
    width: 100%;
    max-width: 100%;
}

/* Remover estilos de parágrafo se houver */
body.page-template-blank p:first-child {
    margin-top: 0;
}

body.page-template-blank p:last-child {
    margin-bottom: 0;
}

/* Garantir que containers ocupem 100% */
body.page-template-blank .wp-block-group,
body.page-template-blank .wp-block-cover {
    margin: 0;
    padding: 0;
}

/* Remover padding de containers Gutenberg se necessário */
body.page-template-blank .alignfull {
    margin-left: 0;
    margin-right: 0;
    width: 100vw;
    max-width: 100vw;
}
