/* Área geral de comentários */
.comments-area {
  margin-top: 4rem;
  padding-top: 3rem;
  border-top: 1px solid #ddd;
  font-family: "Georgia", serif;
}

/* Título */
.comments-title {
  font-size: 1.4rem;
  font-weight: 600;
  color: #1e1e1e;
  margin-bottom: 2rem;
}

/* Cada comentário */
.comment-body {
  background: #f8f7f5;
  border-left: 4px solid #7a6a4f;
  padding: 1.5rem;
  margin-bottom: 2rem;
}

/* Autor do comentário */
.comment-author {
  font-weight: 600;
  color: #7a6a4f;
}

/* Data */
.comment-metadata {
  font-size: 0.85rem;
  color: #777;
  margin-bottom: 1rem;
}

/* Texto do comentário */
.comment-content {
  font-size: 1rem;
  line-height: 1.7;
  color: #1e1e1e;
}

/* Formulário */
.comment-form textarea,
.comment-form input[type="text"],
.comment-form input[type="email"] {
  width: 100%;
  border: 1px solid #ccc;
  padding: 0.75rem;
  font-family: inherit;
  background: #fff;
}

/* Botão */
.comment-form input[type="submit"] {
  background: #1e1e1e;
  color: #f8f7f5;
  border: none;
  padding: 0.6rem 1.2rem;
  cursor: pointer;
  font-size: 0.9rem;
}

.comment-form input[type="submit"]:hover {
  background: #7a6a4f;
}
.tema-card {
  transition: transform 0.4s ease, box-shadow 0.4s ease;
}

.tema-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.08);
}
.tema-card a {
  color: #bfa76f;
  text-decoration: none;
  transition: color 0.3s ease, letter-spacing 0.3s ease;
}

.tema-card a:hover {
  color: #1c1c1c;
  letter-spacing: 0.06em;
}
.tema-card a::after {
  content: " ";
  display: block;
  width: 0%;
  height: 1px;
  background-color: #bfa76f;
  transition: width 0.4s ease;
  margin-top: 4px;
}

.tema-card a:hover::after {
  width: 100%;
}
.temas-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 24px;
}
.tema-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 12px 28px rgba(0,0,0,0.12);
  border-color: #d4c8a3;
}
.tema-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;

  width: 100%;
  height: 4px;

  background: linear-gradient(90deg, #c9a646, #e8d8a8);
}
@media (max-width: 900px) {
  .temas-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 600px) {
  .temas-grid {
    grid-template-columns: 1fr;
  }
}
.tema-card p {
  line-height: 1.6;
  color: #444;
  font-size: 0.98rem;
}
.tema-card {
  background: #fff;
  padding: 28px;
  border-radius: 14px;

  border: 1px solid #e6e2d8;
  box-shadow: 0 4px 12px rgba(0,0,0,0.05);

  transition: all 0.35s ease;
  position: relative;
  overflow: hidden;
}
.entry-title,
.page-title {
  margin-top: 56px;
}
.wp-block-post-title {
  margin-top: 20px !important;
}
.wp-block-post-featured-image {
  margin-top: 24px;
}
@media (max-width: 600px) {
  .wp-block-post-title {
    margin-top: 32px !important;
  }
}
.wp-site-blocks main .wp-block-group:first-child {
  padding-top: 24px !important;
  margin-top: 0 !important;
}
.home .entry-header {
  display: none;
}
.separador-logos {
  position: relative;
  padding-left: 2em;
  margin: 4.5em 0;
}

.separador-logos::before {
  content: "";
  position: absolute;
  left: 0;
  top: 10%;
  height: 80%;
  width: 2px;
  background: linear-gradient(
    to bottom,
    transparent,
    #c4b28a,
    transparent
  );
  opacity: 0.8;
}
/* Botão exclusivo da Série Logos & Cosmos */
.btn-logos-cosmos {
  background: transparent;
  border: 2px solid #111;
  color: #111;
  padding: 0.85rem 1.75rem;
  font-size: 0.9rem;
  font-weight: 500;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  border-radius: 999px;
  transition: all 0.25s ease;
}

.btn-logos-cosmos:hover {
  background: #111;
  color: #fff;
  transform: translateY(-2px);
}
/* Botão editorial — Série Cosmovisão Cristã */
.botao-cosmovisao {
  border: 2px solid var(--wp--preset--color--contrast);
  background: transparent;
  color: var(--wp--preset--color--contrast);
  padding: 0.75rem 1.6rem;
  font-weight: 600;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  border-radius: 999px;
  transition: all 0.25s ease;
}

.botao-cosmovisao:hover {
  background-color: var(--wp--preset--color--contrast);
  color: var(--wp--preset--color--color-base);
  transform: translateY(-2px);
}
/* ==============================
   SÉRIE TEOLOGIA MORAL
   selo estilo lombada refinado
   ============================== */

.teologia-moral {
  position: relative;
  padding-left: 80px;
}

/* Barra vertical */
.teologia-moral::after {
  content: "";
  position: absolute;
  left: 38px;
  top: 0;
  height: 100%;
  width: 4px;
  background: linear-gradient(
    to bottom,
    #2c3e50,
    #1f2d3a
  );
  border-radius: 3px;
}

/* Texto vertical */
.teologia-moral::before {
  content: "TEOLOGIA MORAL";
  position: absolute;
  left: 10px;
  top: 10px;
  writing-mode: vertical-rl;
  transform: rotate(180deg);
  font-size: 11px;
  letter-spacing: 2px;
  font-weight: 700;
  color: #2c3e50;
}
/* Botão Série Teologia Moral */
.btn-teologia-moral {
  display: inline-block;
  padding: 14px 28px;
  border: 2px solid #2c3e50;
  border-radius: 4px;
  text-decoration: none;
  font-weight: 600;
  letter-spacing: 0.5px;
  transition: all 0.3s ease;
  color: #2c3e50;
  background-color: transparent;
}

.btn-teologia-moral:hover {
  background-color: #2c3e50;
  color: #ffffff;
}
.botao-academico {
    display: block;
    width: 100%;
    padding: 14px 20px;
    border-left: 4px solid #8e6c3a;
    background-color: #f4f1ea;
    color: #1c1c1c;
    font-weight: 600;
    text-decoration: none;
    box-sizing: border-box;
}
/* =====================================
   CAPITULAR EDITORIAL
   Logos & Cosmos – Série Teologia Moral
   ===================================== */

.capitular::first-letter {
  float: left;
  font-size: 4.8em;
  line-height: 0.9;
  margin-right: 12px;
  margin-top: 6px;
  font-weight: 500;
  color: #111;
}

/* Melhor espaçamento do primeiro parágrafo */

.capitular {
  text-align: left;
  text-indent: 0;
}

/* Ajuste fino para alinhamento do parágrafo */

.capitular:first-line {
  letter-spacing: 0.2px;
}
@media (max-width: 768px) {

.capitular::first-letter {
  font-size: 3.2em;
  margin-right: 8px;
  margin-top: 4px;
}

}
.capitular::first-letter {
  font-family: "Georgia", "Times New Roman", serif;
}
/* =====================================
   CAPITULAR EDITORIAL
   Logos & Cosmos – Série Literatura Sapiencial
   ===================================== */

.capitular::first-letter {
  float: left;
  font-size: 4.8em;
  line-height: 0.9;
  margin-right: 12px;
  margin-top: 6px;
  font-weight: 500;
  color: #111;
}