/* print.css — the documents checklist and timeline print cleanly as
 * take-to-the-courthouse paper. Chrome, nav, and buttons drop out. */

.app-nav, .quick-exit, .btn, button, .skip-link, .welcome-dialog { display: none !important; }

body { background: #ffffff; color: #000000; font-size: 12pt; }
.view { max-width: 100%; padding: 0; }
.card, .timeline-item { border: 1px solid #444444; page-break-inside: avoid; }
a { color: #000000; text-decoration: none; }
a[href^="https://"]::after { content: " (" attr(href) ")"; font-size: 9pt; }

.app-footer { border-top: 1px solid #444444; font-size: 9pt; }

.status-text::before { content: "[ "; }
.status-text::after { content: " ]"; }
