/* ===========================
 * Layout geral do documento
 * =========================== */

#laudo_timbrado {
  font-family: "Times New Roman", serif;
  font-size: 14px;
  line-height: 1.4;
}

#laudo_timbrado article {
  position: relative;
  margin-left: 2.5cm;
  margin-right: 2.5cm;
  overflow: visible;
  min-height: 100vh;
  letter-spacing: 0.02em;
}

#laudo_timbrado::before {
  content: "";
  position: fixed;
  inset: 0;
  background-image: url("/assets/documento/background-34bbb33e.png");
  background-repeat: no-repeat;
  background-size: 21cm;
  background-position: -1cm -5cm;
  z-index: -1;
}

/* ===========================
 * Títulos
 * =========================== */

#laudo_timbrado h1 {
  font-weight: bold;
  font-size: 16px;
  text-align: center;
  margin-top: 1.5rem;
  margin-bottom: 1rem;
}

#laudo_timbrado h1 + ol {
  margin-top: 0.75rem;
}

/* ===========================
 * Listas (seções numeradas)
 * =========================== */

#laudo_timbrado article > ol:not(.lista-detalhes) {
  list-style-type: decimal;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  padding-left: 1rem;
}

#laudo_timbrado article > ol:not(.lista-detalhes) > li {
  font-weight: bold;
  margin-top: 0.75rem;
  margin-bottom: 0.25rem;
}

#laudo_timbrado article ol ol {
  list-style-type: none;
  margin-top: 0.5rem;
  margin-bottom: 0.75rem;
  padding-left: 0;
}

#laudo_timbrado article ol ol > li {
  font-weight: normal;
  margin-top: 0.4rem;
  margin-bottom: 0.2rem;
}

#laudo_timbrado ul {
  list-style-type: disc;
  margin-top: 0.5rem;
  margin-bottom: 0.75rem;
  padding-left: 1.5rem;
}

#laudo_timbrado ul li {
  margin-top: 0.2rem;
  margin-bottom: 0.2rem;
}

/* ===========================
 * Listas de detalhes (espécies, atuados, etc.)
 * =========================== */

#laudo_timbrado article > ol.lista-detalhes {
  list-style-type: none;
  padding-left: 0;
  margin-top: 1rem;
  margin-bottom: 1rem;
}

#laudo_timbrado article > ol.lista-detalhes > li {
  font-weight: normal;
  margin: 0.2rem 0;
}

/* ===========================
 * Parágrafos (recuo)
 * =========================== */

#laudo_timbrado p {
  margin: 0.2rem 0 0.4rem;
  text-align: justify;
  text-indent: 1.5rem;
}

#laudo_timbrado article ol ol p {
  text-indent: 1.5rem;
}

#laudo_timbrado article > ol:not(.lista-detalhes) > p {
  margin-left: -1rem;
  text-indent: 2.5rem;
}

/* ===========================
 * Blocos dinâmicos (espécies, atuados)
 * =========================== */

#laudo_timbrado ol > li {
  page-break-inside: avoid;
}

#laudo_timbrado hr {
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.4);
  width: 50%;
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
}

/* ===========================
 * Tipografia auxiliar
 * =========================== */

#laudo_timbrado strong {
  font-weight: bold;
}

#laudo_timbrado i {
  font-style: italic;
}
