/* Chicken Coop, Run & Roost Size Calculator (ROADMAP-Calcs-Chicken.md CR5) — the per-source
   tables and the footprint line. Everything else is the core stylesheet. */
.chqt-cp-h { font-size: 1rem; margin: 1.1rem 0 .4rem; }
.chqt-cp-tbl { width: 100%; border-collapse: collapse; font-size: .88rem; }
.chqt-cp-tbl th, .chqt-cp-tbl td { text-align: left; vertical-align: top; padding: .45rem .5rem; border-bottom: 1px solid var(--chqt-line, #E4D8C4); }
.chqt-cp-tbl th { width: 34%; font-weight: 700; }
.chqt-cp-tbl td { font-size: .84rem; opacity: .9; }
.chqt-cp-tbl tr.is-none th, .chqt-cp-tbl tr.is-none td { opacity: .65; font-style: italic; }
.chqt-cp-assume { font-size: .78rem; text-transform: uppercase; letter-spacing: .05em; color: var(--chqt-accent, #9C4A21); }
.chqt-cp-doc { margin-top: 1rem; } .chqt-cp-doc p { margin: 0 0 .6rem; }
