/* Mower Winterizing Checklist (ROADMAP-Calcs-Garden.md GT30) — only what the core stylesheet
   does not already give. The tick boxes are the core's .chqt-check (Travel Magma's packing
   list); this adds the maker's words under each step, the two sides of the fuel question, and
   the one step that is a warning. */
.chqt-winter-machines { flex-wrap: wrap; }
.chqt-winter-wide { margin-top: 18px; }
.chqt-winter-h { font-size: 1.1rem; margin: 1.2rem 0 .5rem; }
.chqt-winter-views { display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); gap: 12px; }
.chqt-winter-side { background: var(--chqt-cream, #F7F5F0); border: 1px solid var(--chqt-line, #E4E0D5); border-radius: 12px; padding: 10px 14px; }
.chqt-winter-side h4 { margin: .2rem 0 .4rem; font-size: .95rem; }
.chqt-winter-side ul { margin: 0; padding-left: 1.1rem; }
.chqt-winter-side li { margin: 0 0 .5rem; font-size: .9rem; line-height: 1.45; }
.chqt-winter-list li { margin-bottom: 10px; }
.chqt-winter-list .chqt-winter-dose { margin: 0 0 4px 32px; font-weight: 700; font-size: .92rem; }
.chqt-winter-list .chqt-winter-dis { margin: 0 0 4px 32px; font-size: .85rem; color: var(--chqt-page-muted, #5D6158); border-left: 3px solid var(--chqt-accent, #A3301C); padding-left: 8px; }
.chqt-winter-who { margin: 0 0 0 32px; font-size: .85rem; }
.chqt-winter-who summary { cursor: pointer; color: var(--chqt-page-muted, #5D6158); min-height: 32px; display: flex; align-items: center; }
.chqt-winter-who p { margin: .2rem 0 .4rem; line-height: 1.45; }
.chqt-winter-warn > label span { font-weight: 700; color: var(--chqt-accent, #A3301C); }
.chqt-winter-progress { font-weight: 700; margin: .4rem 0; }
.chqt[data-tier="warn"] .chqt-answer { color: var(--chqt-accent, #A3301C); }
.chqt-winter-print { list-style: none; padding: 0; margin: 0 0 8px; }
.chqt-winter-print li { margin: 0 0 4px; font-size: 11pt; }
