/* How Much Weight Can a Horse Carry? (ROADMAP-Calcs-HorseRoot.md HR4) — the input row, the
   studies list and the biggest-rider table. */
.chqt-rw-row { display: grid; gap: .7rem; grid-template-columns: repeat(3, 1fr); }
@media (max-width: 480px) { .chqt-rw-row { grid-template-columns: 1fr 1fr; } .chqt-rw-row > div:last-child { grid-column: 1 / -1; } }
.chqt-rw-studies { margin: .8rem 0 .6rem; }
.chqt-rw-studies ul { margin: .4rem 0 0; padding-left: 1.1rem; font-size: .93rem; line-height: 1.5; }
.chqt-rw-studies li { margin-bottom: .45rem; }
.chqt-rw-studies li strong { display: inline; }
.chqt-result .chqt-table-wrap { overflow-x: auto; -webkit-overflow-scrolling: touch; }
.chqt-rw-max { width: 100%; border-collapse: collapse; font-size: .95rem; }
.chqt-rw-max caption { text-align: left; font-weight: 600; padding-bottom: .5rem; }
.chqt-rw-max th, .chqt-rw-max td { padding: .35rem .55rem; border-bottom: 1px solid var(--chqt-line, #DADADA); text-align: left; }
.chqt-rw-max tbody th { font-weight: 600; white-space: nowrap; }
