/* Estilização do documento (Por página) */
#laudo_timbrado article {
  @apply relative font-documento mx-[2.5cm] overflow-visible min-h-screen tracking-[0.020em]
}
/* --- */

/* Imagem de fundo do documento */
#laudo_timbrado article picture {
  @apply bg-[url("/assets/documento/background-34bbb33e.png")] absolute inset-0 bg-no-repeat bg-size-[19cm] bg-top-left -left-[3cm] -top-[4cm]
}
/* --- */

/* Estilização das listas ordenadas e secundárias */
#laudo_timbrado h1 {
  @apply font-bold text-lg text-center
}
#laudo_timbrado h2 {
  @apply font-bold text-center my-3
}
#laudo_timbrado h3 {
  @apply my-12 text-base/5 font-bold -ms-4
}
#laudo_timbrado ol.lista-principal {
  @apply list-decimal
}
#laudo_timbrado ol.lista-secundaria {
  @apply list-none font-normal
}
#laudo_timbrado ul {
  @apply list-disc my-3 ps-4 list-outside
}
#laudo_timbrado ul li {
  @apply my-1 text-base/5
}
#laudo_timbrado ol.lista-principal > li {
  @apply my-3 text-base/5 font-bold
}
#laudo_timbrado ol.lista-secundaria > li {
  @apply my-3 text-base/5 text-justify
}
#laudo_timbrado ol.lista-secundaria > p {
  @apply text-base/5 text-justify
}
#laudo_timbrado .descricao-base {
  @apply text-justify font-normal text-base/5
}
#laudo_timbrado .lista-secundaria .subtitulos {
  @apply mt-6
}
/* --- */

/* Tabela de dados */
#laudo_timbrado .tabela-dados .dados {
  @apply flex items-center border border-black -mb-px break-inside-avoid-page tracking-normal
}
#laudo_timbrado .tabela-dados .dados.titulo p {
  @apply font-bold text-center
}
#laudo_timbrado .tabela-dados .dados .info-titulo {
  @apply w-[35%] px-2 text-left text-base/4
}
#laudo_timbrado .tabela-dados .dados .info-descricao {
  @apply w-[65%] border-black border-l px-2 py-1 text-justify text-base/4
}
#laudo_timbrado .tabela-dados .dados .info-descricoes-grupo {
  @apply flex flex-col w-[65%]
}
#laudo_timbrado .tabela-dados .dados .info-descricoes-grupo > .info-descricao {
  @apply w-full border-b border-black last:border-b-0
}
#laudo_timbrado .tabela-dados .dados.titulo.agrupados > p {
  @apply flex-1 flex items-center justify-center border-black border-r -mr-px
}
#laudo_timbrado .tabela-dados .dados.valores.agrupados > p {
  @apply flex-1 flex items-center justify-center border-black border-r -mr-px
}
#laudo_timbrado .tabela-dados .dados.valores.agrupados,
#laudo_timbrado .tabela-dados .dados.titulo.agrupados {
  @apply flex items-stretch
}
/* --- */
