.checklist .checklist-header{max-width:760px;text-align:left;margin-bottom:30px;}
.checklist-list{list-style:none;padding:0;max-width:820px;display:grid;gap:.75rem}
.checklist .checklist-item{display:flex;gap:.8rem;align-items:flex-start;background:var(--rc-surface,#f8fafc);border:1px solid var(--rc-border,#e5e7eb);border-radius:10px;padding:.85rem 1.1rem}
.checklist .check-icon{flex:none;color:#15803d;margin-top:2px}
.checklist .check-text{font-weight:600;color:#1f2937;display:block}
.checklist .check-note{display:block;color:#64748b;font-size:.9rem;margin-top:.15rem}
.checklist-caption{margin:1rem auto 0;max-width:760px;text-align:center;color:#64748b;font-size:.85rem;font-style:italic}
