/**
 * Estilos del export HTML de libro (Obra legislativa y libros ARM).
 * Réplica del aspecto D7 Print + book export.
 */
body.arc-book-export {
  margin: 1.5em 2em;
  font-family: Georgia, "Times New Roman", serif;
  color: #111;
  background: #fff;
}

.print-breadcrumb {
  font-family: Arial, Helvetica, sans-serif;
  font-size: .85rem;
  color: #555;
  margin-bottom: .5rem;
}

.print-breadcrumb a {
  color: #555;
  text-decoration: none;
}

.print-hr {
  border: 0;
  border-top: 1px solid #ccc;
  margin: 0 0 1.25rem;
}

.print-content .book-heading {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1.35rem;
  font-weight: 700;
  margin: 1.25rem 0 .75rem;
  line-height: 1.3;
}

.print-node-body > span,
.print-node-body .node__meta,
.print-node-body .submitted {
  display: none !important;
}

.print-node-body article h4,
.print-node-body article h5 {
  font-family: Arial, Helvetica, sans-serif;
  margin: .75rem 0 .35rem;
}

.print-node-body ul {
  margin: .35rem 0 .75rem 1.25rem;
}

@media print {
  body.arc-book-export {
    margin: 0;
  }
}
