/*
Theme Name: Mente Acima Filho
Template: bard
Description: Tema personalizado com identidade Mente Acima
Version: 1.0
*/

/* Paleta e Tipografia */
body {
  font-family: "Poppins", sans-serif;
  color: #111;
  background-color: #fffdfb;
  line-height: 1.6;
}

/* Títulos */
h1, h2, h3 {
  color: #136c60;
  font-weight: 600;
  letter-spacing: 0.03em;
}

/* Links */
a {
  color: #009688;
  text-decoration: none;
}
a:hover {
  color: #005f55;
}

/* Bloco do conteúdo */
.post-content {
  max-width: 720px;
  margin: 0 auto;
  padding: 2em 1em;
}

/* Responsivo para imagem destacada */
.featured-image img {
  width: 100%;
  height: auto;
  border-radius: 8px;
  margin-bottom: 1.5em;
}

/* Anúncios */
.ads-placeholder {
  display: block;
  margin: 2em auto;
  text-align: center;
  min-height: 90px;
}
.voce-pode-gostar {
  margin-top: 30px;
  margin-bottom: 10px;
  font-weight: bold;
  font-size: 1.2rem;
  text-align: center;
  color: #444;
}

.ads-infeed {
  margin-bottom: 40px;
  text-align: center;
}

.ads-container {
  list-style: none;
}
/* Importa Montserrat 600 do Google Fonts */
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@600&display=swap');

/* Aplica Montserrat 600 nos títulos */
h1, h2, h3, h4, h5, h6 {
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
}

/* Cor #16cfc1 nos cabeçalhos de categoria */
.category-title h1,
.archive-title h1,
.page-header h1 {
  color: #16cfc1;
}

/* Oculta a descrição do site abaixo da logo (caso ainda apareça) */
.site-description {
  display: none;
}
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@600&display=swap');

h1, h2, h3, h4, h5, h6,
.blog-grid-style h2,
.blog-list-style h2,
.blog-classic-style h2,
.entry-title {
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
}
/* Cor nos títulos das páginas de categoria */
.category-title h1,
.archive-title h1,
.page-header h1,
.category-title,
.archive-title,
.page-header {
  color: #16cfc1;
}
/* Força a cor #16cfc1 nos títulos de categoria e arquivos */
.page-header h1,
.archive-header h1,
.archive-title,
.category-title,
.page-title,
.page-header .page-title {
  color: #16cfc1 !important;
}
.page-title {
  color: #16cfc1 !important;
}
body.archive .page-header .page-title {
  color: #16cfc1 !important;
}
body.archive h1.page-title,
body.category h1.page-title,
body.blog h1.page-title,
.page-header .page-title,
.page-header h1 {
  color: #16cfc1 !important;
}
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@600&display=swap');

body.archive h1.page-title,
body.category h1.page-title,
body.blog h1.page-title,
.page-header .page-title,
.page-header h1,
.category .page-title,
html body.archive .page-header h1.page-title {
  color: #16cfc1 !important;
  font-family: 'Montserrat', sans-serif !important;
  font-weight: 600 !important;
}