/* Egg Production Calculator (ROADMAP-Calcs-Chicken.md CR6) — the per-source figures table and the
   reverse answer. Everything else is the core stylesheet. */
.chqt-ep-wrap { flex-wrap: wrap; }
.chqt-ep-h { font-size: 1rem; margin: 1.1rem 0 .4rem; }
.chqt-ep-tbl { width: 100%; border-collapse: collapse; font-size: .88rem; }
.chqt-ep-tbl th, .chqt-ep-tbl td { text-align: left; vertical-align: top; padding: .45rem .5rem; border-bottom: 1px solid var(--chqt-line, #E4D8C4); }
.chqt-ep-tbl th { width: 40%; }
.chqt-ep-tbl strong { font-size: 1rem; }
.chqt-ep-tbl td { font-size: .84rem; opacity: .9; }
.chqt-ep-doc { margin-top: 1rem; } .chqt-ep-doc p { margin: 0 0 .6rem; }
