
/*
Theme Name: Brnews WP Theme
Theme URI: https://dev.rd5.com.br
Author: Daniel Oliveira da Paixao
Author URI: https://dev.rd5.com.br
Description: Tema WordPress ultraleve, minimalista e amigável a pagebuilders (Elementor, Brnews Composer Pro, etc.). Inclui templates Full Width e Blank Canvas para controle total do layout pelo builder.
Version: 1.0.0
Requires at least: 6.1
Tested up to: 6.6
License: GPL-2.0-or-later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: brnews-wp-theme
Tags: minimal, clean, builder-friendly, full-width, blank-canvas
*/

/* Reset/normalização suave */
html { box-sizing: border-box; }
*, *::before, *::after { box-sizing: inherit; }
body { margin: 0; font-family: system-ui, -apple-system, Segoe UI, Roboto, Inter, Arial, sans-serif; color:#1a202c; background:#f4f4f4; line-height:1.6; }
img { max-width: 100%; height: auto; }
a { color: #1a202c; text-decoration: none; }
a:hover { text-decoration: underline; }
.container { width: min(1200px, 92%); margin-inline:auto; }

/* Area de conteúdo padrão (quando não for usar Blank Canvas) */
.site-header, .site-footer { background:#fff; border-bottom:1px solid #eee; }
.site-footer { border-top:1px solid #eee; border-bottom:0; }
.main { padding: 32px 0; }

/* Suporte visual a templates Full Width/Blank */
.brnews-fullwidth .main .container { width: 100%; max-width: 100%; padding: 0; }
.page-template-template-blank .site-header,
.page-template-template-blank .site-footer { display:none; }
.page-template-template-blank .main { padding:0; }

/* Comentários básicos */
.comment-list { list-style: none; padding:0; }
.comment { margin: 0 0 1.5rem 0; padding: 1rem; border: 1px solid #eaeaea; background:#fff; border-radius:12px; }
