/* Horse Weight Calculator (ROADMAP-Calcs-HorseRoot.md HR6) — the two tape fields, the measuring
   steps and the "what it is for" list. */
.chqt-hw-row { display: grid; gap: .7rem; grid-template-columns: 1fr 1fr; }
.chqt-hw-how { margin: .9rem 0 .2rem; }
.chqt-hw-how ol { margin: .4rem 0 0; padding-left: 1.2rem; font-size: .92rem; line-height: 1.5; }
.chqt-hw-how li { margin-bottom: .3rem; }
.chqt-hw-uses { margin: 1rem 0 .4rem; }
.chqt-hw-uses ul, .chqt-hw-caveats { margin: .4rem 0 0; padding-left: 1.1rem; font-size: .93rem; line-height: 1.5; }
.chqt-hw-uses li, .chqt-hw-caveats li { margin-bottom: .4rem; }
