/* Hamster Cage Size Checker (ROADMAP-Calcs-Hamster.md HS4) — the table of every published minimum
   with the cage's standing against each. Everything else is the core stylesheet. */
.chqt-cg-h { font-size: 1rem; margin: 1.1rem 0 .4rem; }
.chqt-cg-tbl { width: 100%; border-collapse: collapse; font-size: .9rem; }
.chqt-cg-tbl th, .chqt-cg-tbl td { text-align: left; vertical-align: top; padding: .5rem .4rem; border-top: 1px solid var(--chqt-line, #DADADA); font-weight: 400; }
.chqt-cg-tbl th { width: 42%; }
.chqt-cg-body { color: var(--chqt-muted, #555); }
.chqt-cg-extra { color: var(--chqt-muted, #555); font-size: .86rem; }
.chqt-cg-tbl tr.is-pass td span:first-of-type { color: #2F5626; font-weight: 600; }
.chqt-cg-tbl tr.is-fail td span:first-of-type { color: #8A2A20; font-weight: 600; }
.chqt-cg-tbl tr.is-close td span:first-of-type { color: #6B4A0E; font-weight: 600; }
.chqt-cg-tbl tr.is-na { opacity: .7; }
.chqt-cg-doc { margin-top: 1rem; }
.chqt-cg-doc p { margin: 0 0 .6rem; }
@media (max-width: 480px) { .chqt-cg-tbl th, .chqt-cg-tbl td { display: block; width: auto; } .chqt-cg-tbl td { border-top: 0; padding-top: 0; } }
