.guide { max-width: 860px; margin: 2rem auto; }
.guide-header { margin-bottom: 1rem; }
.guide-meta { font-size: 0.9rem; opacity: 0.8; gap: .75rem; display: flex; flex-wrap: wrap; }
.badge { border: 1px solid currentColor; padding: .15rem .5rem; border-radius: .5rem; font-size: .8rem; }
.guide h2 { margin-top: 1.6rem; }
.guide h3 { margin-top: 1.1rem; }
.guide ul, .guide ol { padding-left: 1.2rem; margin: .6rem 0 1rem; }
.guide input[type="checkbox"] { margin-right: .5rem; transform: scale(1.05); }
.guide blockquote { border-left: 3px solid #e5e7eb; padding-left: .8rem; color: #555; }


.guide-actions { display:flex; gap:.5rem; margin:.5rem 0 1rem; }

/* Print-friendly: hide chrome; keep content clean */
@media print {
  .topbar, .include--header, .include--footer, .breadcrumb, .guide-actions { display:none !important; }
  body { background:#fff !important; }
  .guide { margin: 0 auto; }
  .guide h1, .guide h2, .guide h3 { page-break-after: avoid; }
  .page-break { break-after: page; }
}
