/*
Theme Name: Fabio Oliveira
Theme URI: https://fabiooliveirapr.com.br
Description: Tema oficial do Deputado Estadual Fabio Oliveira. Design profissional com identidade visual patriótica e moderna. 100% compatível com Elementor.
Author: Deputado Fabio Oliveira
Author URI: https://fabiooliveirapr.com.br
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: fabio-oliveira
Tags: politics, government, elementor, custom
*/

/* ── RESET E BASE ── */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body { font-family: 'DM Sans', sans-serif; background: #F0F0F0; color: #1A4480; overflow-x: hidden; }
a { text-decoration: none; color: inherit; }
img { max-width: 100%; height: auto; display: block; }

/* ── ELEMENTOR COMPATIBILITY ── */
.elementor-page { padding-top: 0 !important; }
.elementor-section-wrap { padding: 0 !important; }

/* ── PÁGINA INTERNA BASE ── */
.fabio-page-wrapper { min-height: 100vh; display: flex; flex-direction: column; }
.fabio-main-content { flex: 1; padding-top: 68px; }

/* Remove admin bar bump */
html { margin-top: 0 !important; }
#wpadminbar { display: none !important; }
