/* Horse Feed & Hay Calculator (ROADMAP-Calcs-HorseRoot.md HR5) — the season row, the feeder
   select, the bales line and the grain caps. */
.chqt-fd-row { display: grid; gap: .7rem; grid-template-columns: repeat(4, 1fr); }
@media (max-width: 560px) { .chqt-fd-row { grid-template-columns: 1fr 1fr; } }
.chqt-fd-season, .chqt-fd-grain { margin: 1rem 0 .4rem; }
.chqt-fd-bales { font-weight: 700; font-size: 1.05rem; margin: .3rem 0; }
.chqt-fd-grain ul, .chqt-fd-notes { margin: .4rem 0 0; padding-left: 1.1rem; font-size: .92rem; line-height: 1.5; }
.chqt-fd-grain li, .chqt-fd-notes li { margin-bottom: .4rem; }
