/* Abrigo com Deus — Núcleo v0.10.105
 * Matérias: legenda da capa + quebras editoriais mais naturais.
 */

/* A legenda da imagem destacada passa a seguir o mesmo vocabulário das
   imagens internas: discreta, legível e claramente secundária. */
body.single-post.acd-core-type-v01042 .acd-featured-caption-v010105{
  display:block!important;
  width:100%!important;
  margin:9px auto 0!important;
  padding:0 12px!important;
  box-sizing:border-box!important;
  font-family:var(--acdg-font-body,var(--acd-font-sans,"Source Sans 3",system-ui,sans-serif))!important;
  font-size:var(--acdg-caption-size,.84375rem)!important;
  line-height:1.5!important;
  font-weight:400!important;
  font-style:italic!important;
  text-align:center!important;
  color:var(--acd-muted,#75665b)!important;
  text-wrap:pretty!important;
}

/* O antigo text-wrap:balance deixava vários H2 artificialmente partidos em
   duas linhas. "pretty" preserva a elegância, mas aproveita melhor a largura. */
body.single-post.acd-core-type-v01042 :where(.entry-content,.acd-article-content) h2{
  max-width:none!important;
  width:auto!important;
  font-size:clamp(1.94rem,2.35vw,2.16rem)!important;
  line-height:1.18!important;
  letter-spacing:-.016em!important;
  text-wrap:pretty!important;
  word-break:normal!important;
  overflow-wrap:normal!important;
  hyphens:none!important;
}

body.single-post.acd-core-type-v01042 :where(.entry-content,.acd-article-content) h3{
  max-width:none!important;
  width:auto!important;
  text-wrap:pretty!important;
  word-break:normal!important;
  overflow-wrap:normal!important;
  hyphens:none!important;
}

/* Também melhora discretamente a composição das linhas de leitura, sem
   alterar largura, tamanho ou conteúdo do texto. */
body.single-post.acd-core-type-v01042 :where(.entry-content,.acd-article-content) p{
  text-wrap:pretty;
}

@media (max-width:900px){
  body.single-post.acd-core-type-v01042 :where(.entry-content,.acd-article-content) h2{
    font-size:clamp(1.84rem,4.8vw,2.08rem)!important;
    line-height:1.19!important;
  }
}

@media (max-width:640px){
  body.single-post.acd-core-type-v01042 .acd-featured-caption-v010105{
    margin-top:7px!important;
    padding-inline:6px!important;
    font-size:.82rem!important;
  }
  body.single-post.acd-core-type-v01042 :where(.entry-content,.acd-article-content) h2{
    font-size:clamp(1.74rem,7.2vw,1.98rem)!important;
    line-height:1.2!important;
  }
}

html[data-theme="dark"] body.single-post.acd-core-type-v01042 .acd-featured-caption-v010105{
  color:var(--acd-muted,#c8bdb5)!important;
}
