/*
Theme Name: MeuDireito Theme
Theme URI: https://meudireito.org
Author: MeuDireito
Author URI: https://meudireito.org
Description: Tema jurídico moderno (verde+azul) com menu fixo no topo, chatbot e suporte a imagens destacadas.
Version: 1.0
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Tags: two-columns, right-sidebar, custom-logo, accessibility-ready, responsive-layout
Text Domain: meudireito
*/
:root{--primary:#0b6b5a;--accent:#1e8ec8;--gold:#ffd700;--bg:#f7fbfb;--text:#072028}
body{font-family:Arial,Helvetica,sans-serif;background:var(--bg);color:var(--text);margin:0}
header{background:linear-gradient(90deg,var(--primary),var(--accent));color:white;position:fixed;top:0;left:0;width:100%;z-index:999;padding:12px 20px;box-shadow:0 2px 8px rgba(0,0,0,0.08)}
.header-inner{max-width:1200px;margin:0 auto;display:flex;align-items:center;justify-content:space-between}
.site-brand{display:flex;align-items:center;gap:12px}
.site-brand img{height:46px}
nav ul{list-style:none;margin:0;padding:0;display:flex;gap:18px}
nav a{color:white;text-decoration:none;font-weight:600}
main{padding:100px 20px 80px;max-width:1100px;margin:0 auto}
footer{background:#05282b;color:#fff;padding:24px;text-align:center}
.chat-wrap{position:fixed;right:20px;bottom:20px;z-index:1200;display:flex;flex-direction:column;gap:10px;align-items:flex-end}
.chat-btn{background:var(--gold);color:var(--primary);padding:12px 16px;border-radius:30px;border:none;cursor:pointer;font-weight:700;box-shadow:0 4px 10px rgba(0,0,0,0.12)}
.fale-btn{background:transparent;color:white;border:2px solid rgba(255,255,255,0.12);padding:10px 14px;border-radius:6px;color:#fff}
.post-thumbnail{max-width:100%;height:auto;border-radius:6px;box-shadow:0 4px 12px rgba(0,0,0,0.08)}
.container{max-width:1100px;margin:0 auto;padding:0 20px}
