/* ─── Tipografia e layout apenas no conteúdo de post ─── */
body.single-post .entry-content {
  font-family: "Poppins", sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}

/* Hierarquia de títulos */
body.single-post .entry-content h1 {
  font-size: 2rem;
  line-height: 1.2;
}

body.single-post .entry-content h2 {
  font-size: 1.5rem;
  line-height: 1.3;
  font-weight: bold;
}

body.single-post .entry-content h3 {
  font-size: 1.25rem;
  line-height: 1.3;
  font-weight: bold;
}

body.single-post .entry-content h4 {
  font-size: 1.125rem;
  line-height: 1.3;
  font-weight: bold;
}

body.single-post .entry-content h5 {
  font-size: 1rem;
  line-height: 1.5;
  font-weight: bold;
}

/* Parágrafos */
body.single-post .entry-content p {
  font-size: 1rem;
  line-height: 1.5;
  margin-block-start: 0;
  margin-block-end: 1rem;
}

/* Larguras de blocos do editor */
body.single-post .entry-content .wp-block {
  max-width: 720px;
}

body.single-post .entry-content .wp-block[data-align="wide"] {
  max-width: 1300px;
}

body.single-post .entry-content .wp-block[data-align="full"] {
  max-width: none;
}

/* Espaçamento padrão de títulos */
body.single-post .entry-content h1,
body.single-post .entry-content h2,
body.single-post .entry-content h3,
body.single-post .entry-content h4,
body.single-post .entry-content h5 {
  margin-block-start: 2rem;
  margin-block-end: 1rem;
}

/* Quando títulos se sucedem */
body.single-post .entry-content h1 + h2,
body.single-post .entry-content h2 + h3,
body.single-post .entry-content h3 + h4,
body.single-post .entry-content h4 + h5 {
  margin-block-start: 1rem;
}

/* Listas */
body.single-post .entry-content ul,
body.single-post .entry-content ol {
  margin-block-start: 1.5rem;
  margin-block-end: 1.5rem;
}

body.single-post .entry-content ul li,
body.single-post .entry-content ol li {
  margin-block-end: 0.5rem;
}
