/* Ajustes de impresión exclusivos de los manuales navieros. */
@media print {
  body { font-size: 10pt; line-height: 1.4; }
  h1 { font-size: 22pt; }
  h2 { font-size: 15pt; margin-top: 1.2em; }
  h3 { font-size: 12pt; }
  h4 { font-size: 11pt; }
  p, li { orphans: 3; widows: 3; }
  table { break-inside: auto; page-break-inside: auto; }
  tr { break-inside: avoid; page-break-inside: avoid; }
  thead { display: table-header-group; }
}
