/* Hydrostatic Transmission Oil Finder (ROADMAP-Calcs-Garden.md GT5) — only what the core
   stylesheet does not give: the model row, and the answer reading differently when the unit is
   sealed, which is the point of the tool. */
.chqt-hydro-units { flex-wrap: wrap; }
.chqt-hydro-src { margin: .6rem 0; }
.chqt-hydro-doc { margin-top: 1rem; }
.chqt-hydro-doc h3 { font-size: 1rem; margin: .9rem 0 .3rem; }
.chqt-hydro-doc p { margin: 0 0 .6rem; }
.chqt[data-kind="sealed"] .chqt-answer { color: var(--chqt-accent, #A3301C); }
