/*
 Theme Name: Roteiros Elementor Child
 Theme URI: https://example.com/roteiros-elementor-child
 Description: Child theme baseado no Hello Elementor para Roteiros Rurais, com estilos e areas prontas para Elementor.
 Author: Eb Social Media
 Template: hello-elementor
 Version: 1.0.0
 Text Domain: roteiros-elementor-child
*/

/* Tipografia e ajustes básicos */
:root{
  --rr-primary:#1f5134;
  --rr-secondary:#8bbf7d;
  --rr-text:#233028;
  --rr-bg:#f7f8f5;
}

body{
  color:var(--rr-text);
  background:var(--rr-bg);
}

a{ text-decoration:none }
img{ max-width:100%; height:auto }

/* Header e menu */
.site-header{
  background:#ffffff;
  border-bottom:1px solid rgba(0,0,0,.06);
}
.site-footer{
  background:#0e2016;
  color:#e9f3ec;
}
.site-footer a{ color:#e9f3ec }
*/

/* Hero util */
.rr-hero-overlay{
  position:absolute; inset:0; background:linear-gradient(180deg, rgba(0,0,0,.3), rgba(0,0,0,.5));
}
*/

/* Cards util */
.rr-card{ border-radius:1rem; box-shadow:0 10px 30px rgba(0,0,0,.06); overflow:hidden }
.rr-badge{ display:inline-block; padding:.25rem .5rem; border-radius:999px; background:var(--rr-secondary); color:#0e2016; font-weight:600 }