/* Horse Blanketing Chart (ROADMAP-Calcs-HorseRoot.md HR3) — the input row, the stacked coat
   buttons, the source lines and the weight pick. */
.chqt-bl-row { display: grid; gap: .7rem; grid-template-columns: 1fr 1fr; }
.chqt-seg--stack { flex-direction: column; align-items: stretch; }
.chqt-seg--stack button { text-align: left; }
.chqt-check { display: flex; align-items: center; gap: .5rem; margin: .35rem 0; min-height: 44px; cursor: pointer; }
.chqt-check input { width: 1.2rem; height: 1.2rem; flex: none; }
.chqt-bl-lines, .chqt-bl-reasons, .chqt-bl-weight { margin: 1rem 0 .4rem; }
.chqt-bl-lines ul, .chqt-bl-reasons ul, .chqt-bl-notes { margin: .4rem 0 0; padding-left: 1.1rem; font-size: .92rem; line-height: 1.5; }
.chqt-bl-lines li, .chqt-bl-reasons li, .chqt-bl-notes li { margin-bottom: .4rem; }
.chqt-bl-lines li .chqt-bl-mark { display: block; font-weight: 700; }
.chqt-bl-lines li[data-below="1"] .chqt-bl-verdict { font-weight: 700; }
.chqt-bl-pick { font-weight: 700; font-size: 1.05rem; margin: .3rem 0; }
