/* Screen-only website shell; the source print layout remains unchanged. */
@media screen{
 body.checklist-page{max-width:none;margin:0;padding:0;background:#f2f5f9}
 .checklist-sheet{box-sizing:border-box;max-width:900px;margin:32px auto;padding:36px 40px;background:white;border:1px solid #dce3ec;border-radius:8px}
 .checklist-sheet>main{max-width:none;padding:0;margin:0}
 .checklist-breadcrumb,.checklist-switcher,.checklist-site-footer{font-family:Montserrat,Arial,sans-serif}
 .checklist-breadcrumb{display:flex;align-items:center;flex-wrap:wrap;gap:8px 12px;font-size:12px;line-height:1.6;color:#53627c;margin-bottom:22px}
 .checklist-breadcrumb a{color:#1744bf;text-decoration:none}
 .checklist-switcher{display:flex;flex-wrap:wrap;gap:10px;margin-bottom:28px}
 .checklist-switcher a{padding:9px 13px;border:1px solid #ccd6e4;border-radius:5px;font-size:13px;color:#112342;text-decoration:none}
 .checklist-switcher a[aria-current]{background:#071d43;border-color:#071d43;color:white}
 .checklist-site-footer{max-width:1000px;margin:0 auto;padding:10px 24px 30px;font-size:13px}
 .checklist-site-footer nav{display:flex;flex-wrap:wrap;justify-content:center;gap:12px 24px;padding:14px 0}
 .checklist-site-footer a{color:#53627c;text-decoration:none}.checklist-site-footer a[aria-current]{color:#1744bf}
 .checklist-site-footer a:hover,.checklist-breadcrumb a:hover{text-decoration:underline}
 .checklist-page a:focus-visible{outline:3px solid #2558e5;outline-offset:4px}
}
@media screen and (max-width:600px){.checklist-sheet{border-radius:0;border-inline:0;margin:16px auto;padding:24px}.checklist-sheet .field{min-width:min(240px,100%)}}
@media print{.checklist-page .screen-only{display:none!important}}
