/* Printing a pattern: keep only the pattern itself. Loaded with media="print". */
@page { margin: 16mm; }
body { background: #fff; color: #000; font-size: 11pt; line-height: 1.5; }
.site-header, .site-footer, .breadcrumbs, .skip-link, .related, .newsletter-band, .filters, .aff-block, .toc, .sidebar .btn, .panel-note, .prev-next, .sidebar--rail, .disclosure, .hero-actions { display: none !important; }
.pattern-layout, .pattern-hero { display: block; padding: 0; }
.pattern-hero figure { display: none; }
.pattern-hero h1 { max-width: none; font-size: 26pt; }
.sidebar { position: static; display: block; }
.panel { border: 1px solid #999; break-inside: avoid; margin: 0 0 6mm; padding: 4mm; }
.status-note { border: 1px solid #000; break-inside: avoid; }
.prose { max-width: none; }
.prose h2 { break-after: avoid; margin-top: 8mm; font-size: 16pt; }
.rounds li { break-inside: avoid; }
a { color: #000; text-decoration: none; }
.pattern-layout { display: flex !important; flex-direction: column; }
.pattern-layout .sidebar { order: -1; }
