/*
Theme Name: GeneratePress Child
Theme URI: https://vocemaisaudavel.com/
Description: Tema filho leve do GeneratePress para SEO, breadcrumbs e JSON-LD
Author: Vanessa
Template: generatepress
Version: 1.0
Text Domain: generatepress-child
*/

/* === TIPOGRAFIA BASE === */
body {
  font-family: 'Inter', 'Open Sans', sans-serif;
  font-size: 18px;
  line-height: 1.6;
  color: #222222;
  background: #FFFFFF;
  margin: 0;
  padding: 0;
}

/* Parágrafos */
p {
  margin-bottom: 1em;
}

/* Títulos */
h1 {
  font-size: 36px;
  margin-top: 1.5em;
  margin-bottom: 0.75em;
  line-height: 1.2;
}

h2 {
  font-size: 30px;
  margin-top: 1.4em;
  margin-bottom: 0.6em;
}

h3 {
  font-size: 24px;
  margin-top: 1.3em;
  margin-bottom: 0.5em;
}

h4 {
  font-size: 20px;
  margin-top: 1.2em;
  margin-bottom: 0.4em;
}

/* Meta info, categorias, breadcrumbs */
.meta,
.category,
.post-meta,
.byline,
.vms-breadcrumbs {
  font-size: 14px;
  color: #555555;
  margin-bottom: 0.5em;
}

/* === LINKS === */
a { color: #2E7D32; text-decoration: none; }
a:hover { color: #1B5E20; }

/* Breadcrumbs */
.vms-breadcrumbs {
  margin: 8px 0 16px;
  line-height: 1.4;
  white-space: nowrap;
  overflow-x: auto;
}
.vms-breadcrumbs a { color: #2E7D32; }
.vms-breadcrumbs a:hover { color: #1B5E20; }
.vms-breadcrumbs__sep { color: #555555; margin: 0 6px; opacity: .6; }

/* === BOTÕES === */
.vms-btn {
  display: inline-block;
  padding: 12px 18px;
  border-radius: 8px;
  font-weight: 600;
  text-align: center;
  text-decoration: none;
  border: 0;
  cursor: pointer;
}
.vms-btn--primary {
  background: #FF9900; /* Amarelo Amazon */
  color: #111;
}
.vms-btn--primary:hover {
  background: #e68a00;
}

/* === CAIXAS DE DESTAQUE === */
.notice {
  background: #F1F8E9;
  border-left: 4px solid #2E7D32;
  padding: 12px 16px;
  margin: 1.5em 0;
  border-radius: 6px;
  font-size: 16px;
}

/* === IMAGENS === */
img { max-width: 100%; height: auto; }

/* === RESPONSIVO === */
@media only screen and (max-width: 768px) {
  body { font-size: 16px; }
  h1 { font-size: 28px; }
  h2 { font-size: 24px; }
  h3 { font-size: 20px; }
  h4 { font-size: 18px; }
  .section, .content-block { margin-top: 1.5em; margin-bottom: 1.5em; }
}
