/* Canonical book elements emitted by BookTEX/tools/reverse.py. */
main.content .pendalaman,
main.content .sintesis-bab {
  border-radius: 0;
  margin: 1.75rem 0;
}

main.content .pendalaman {
  background: #f1f1f1;
  border-left: 0.3rem solid #666;
  padding: 1rem 1.15rem;
}

main.content .pendalaman-label {
  color: #666;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  margin-bottom: 0.2rem;
  text-transform: uppercase;
}

main.content .pendalaman-title {
  border-bottom: 1px solid #b6b6b6;
  color: inherit;
  font-size: 1.1rem;
  margin: 0 0 0.85rem;
  padding: 0 0 0.35rem;
}

main.content .sintesis-bab {
  background: #f5f5f5;
  border-top: 0.3rem solid #666;
  padding: 1rem 1.15rem;
}

main.content .sintesis-bab > h2 {
  border: 0;
  color: inherit;
  font-size: 1.25rem;
  margin: 0 0 0.8rem;
  padding: 0;
}

main.content h2.bacaan-lanjutan {
  border-bottom: 1px solid #aaa;
  border-top: 1px solid #aaa;
  font-size: 1rem;
  letter-spacing: 0.04em;
  margin-top: 2.25rem;
  padding: 0.5rem 0;
  text-transform: uppercase;
}

main.content h2.bacaan-lanjutan + ul > li {
  margin-bottom: 0.65rem;
}

main.content h2.rujukan {
  border-bottom: 1px solid #aaa;
  color: inherit;
  font-size: 1.15rem;
  margin-top: 2.25rem;
  padding-bottom: 0.35rem;
}

main.content .references {
  font-size: 0.92rem;
}

main.content .tabel-buku {
  margin: 1.5rem 0;
  overflow-x: auto;
}

main.content .tabel-buku table {
  font-size: 0.92rem;
}

main.content .tabel-buku .quarto-float-caption {
  color: inherit;
  font-size: 0.95rem;
  font-weight: 600;
  text-align: left;
}

main.content figure {
  margin: 1.5rem auto;
}

main.content figure > figcaption,
main.content .quarto-float-caption {
  color: #5c636a;
  font-size: 0.9rem;
  line-height: 1.4;
}
