/* Druckstylesheet — für Checklisten, Vorlagen, Fachbeiträge */
@media print {
  .site-header, .site-footer, .nav, .breadcrumb, .utility-bar,
  .hero__actions, .related, .toc, .nav__toggle, .btn { display: none !important; }
  body { font-size: 11pt; line-height: 1.5; color: #000; background: #fff; }
  a { color: #000; text-decoration: none; }
  main a[href^="http"]::after { content: " (" attr(href) ")"; font-size: 8pt; color: #333; word-break: break-all; }
  .callout, .legal-box, .checklist, .table-scroll, .calc, .tldr { break-inside: avoid; border-color: #999 !important; }
  .checklist input[type="checkbox"] { -webkit-appearance: none; appearance: none; width: 12pt; height: 12pt; border: 1px solid #000; }
  table.data thead th { background: #eee !important; color: #000 !important; -webkit-print-color-adjust: exact; print-color-adjust: exact; }
  h1, h2, h3 { break-after: avoid; }
  @page { margin: 1.6cm; }
}
