/* Is This Breast Milk Still Good? (ROADMAP-Calcs-BestRight.md BR4) — the verdict colours, the quick-time
   buttons and the sources table. The checkbox row reuses BR2's .chqt-cs-checks class name, declared again here
   because a tool's own stylesheet loads on its own page only. Everything else is the core stylesheet. */
.chqt-answer.chqt-bm-good { color: #12704C; } /* the theme's good-green darkened: 4.37:1 → 5.6:1 on the result panel */
.chqt-answer.chqt-bm-caution { color: #9A5B00; }
.chqt-answer.chqt-bm-past { color: #B42318; }
.chqt-answer small { color: var(--chqt-muted, #575E79); }
.chqt-bm-quick { display: flex; flex-wrap: wrap; gap: .4rem; margin-top: .45rem; }
.chqt-bm-quick .chqt-btn { font-size: .9rem; }
.chqt-bm-h { font-size: 1rem; margin: 1.1rem 0 .4rem; }
.chqt-bm-tbl { width: 100%; border-collapse: collapse; font-size: .9rem; }
.chqt-bm-tbl th, .chqt-bm-tbl td { text-align: left; vertical-align: top; padding: .45rem .4rem; border-top: 1px solid var(--chqt-line, #DCE2F0); font-weight: 400; }
.chqt-bm-tbl th { width: 62%; }
.chqt-bm-tbl td { font-weight: 600; }
.chqt-bm-tbl tr.is-passed td { color: #B42318; }
.chqt-bm-q { color: var(--chqt-muted, #575E79); }
.chqt-bm-tips li { margin: .3rem 0; }
.chqt-cs-checks { border: 0; padding: 0; margin: .4rem 0 0; }
.chqt-cs-checks label { display: flex; gap: .55rem; align-items: flex-start; line-height: 1.4; cursor: pointer; }
.chqt-cs-checks input[type="checkbox"] { font-size: 16px; width: 1.15rem; height: 1.15rem; margin-top: .12rem; flex: 0 0 auto; accent-color: var(--chqt-accent, #2B4C9B); }
@media (max-width: 480px) { .chqt-bm-tbl th, .chqt-bm-tbl td { display: block; width: auto; } .chqt-bm-tbl td { border-top: 0; padding-top: 0; } }
