/* Egg Float Test & Freshness Checker (ROADMAP-Calcs-Chicken.md CR2) — the verdict badge, the
   "every official answer" table and the sources drawer. Everything else is the core stylesheet. */
.chqt-ef-wrap { flex-wrap: wrap; }
.chqt-ef-truth { font-weight: 600; border-left: 3px solid var(--chqt-accent, #9C4A21); padding-left: .7rem; margin: 0 0 .8rem; }
.chqt-ef-verdict { display: inline-block; font-size: .78rem; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; border-radius: 999px; padding: .2rem .7rem; margin: .1rem 0 .8rem; }
.chqt-ef-verdict[data-verdict="use"] { background: #E3EEDD; color: #2F5626; }
.chqt-ef-verdict[data-verdict="soon"] { background: #F6EBCF; color: #6B4A0E; }
.chqt-ef-verdict[data-verdict="check"] { background: #F8E3CF; color: #7A3617; }
.chqt-ef-verdict[data-verdict="discard"] { background: #F5D9D5; color: #8A2A20; }
.chqt-ef-h { font-size: 1rem; margin: 1.1rem 0 .5rem; }
.chqt-ef-keep { width: 100%; border-collapse: collapse; font-size: .88rem; }
.chqt-ef-keep th, .chqt-ef-keep td { text-align: left; padding: .45rem .5rem; border-bottom: 1px solid var(--chqt-line, #E4D8C4); vertical-align: top; }
.chqt-ef-keep th { font-weight: 600; width: 38%; }
.chqt-ef-keep tr.is-mine td, .chqt-ef-keep tr.is-mine th { background: var(--chqt-cream, #F7F0E4); }
.chqt-ef-doc { margin-top: 1rem; }
.chqt-ef-doc p { margin: 0 0 .6rem; }
