/* Hamster Lifespan & Age Calculator (ROADMAP-Calcs-Hamster.md HS2) — the "yours" line, the source
   table with the reader's position in each range, and the explainer. Everything else is the core
   stylesheet. */
.chqt-hl-yours { font-size: 1.05rem; margin: .2rem 0 .5rem; }
.chqt-hl-h { font-size: 1rem; margin: 1.1rem 0 .4rem; }
.chqt-hl-tbl { width: 100%; border-collapse: collapse; font-size: .9rem; }
.chqt-hl-tbl th, .chqt-hl-tbl td { text-align: left; vertical-align: top; padding: .45rem .4rem; border-top: 1px solid var(--chqt-line, #DADADA); font-weight: 400; }
.chqt-hl-tbl th { width: 58%; }
.chqt-hl-tbl tr.is-within td { font-weight: 600; }
.chqt-hl-tbl tr.is-past td { color: var(--chqt-muted, #555); }
.chqt-hl-tbl tr.chqt-hl-group th { font-weight: 700; padding-top: .8rem; background: var(--chqt-cream, #F6F6F6); }
.chqt-hl-hy { color: var(--chqt-muted, #555); }
.chqt-hl-doc { margin-top: 1rem; }
.chqt-hl-doc p { margin: 0 0 .6rem; }
@media (max-width: 480px) { .chqt-hl-tbl th, .chqt-hl-tbl td { display: block; width: auto; } .chqt-hl-tbl td { border-top: 0; padding-top: 0; } }
