/* Can Hamsters Eat It? (ROADMAP-Calcs-Hamster.md HS5) — the verdict badge, the site's own post, the
   portion rules and the never list. Everything else is the core stylesheet. */
.chqt-he-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-he-verdict[data-verdict="yes"] { background: #E3EEDD; color: #2F5626; }
.chqt-he-verdict[data-verdict="treat"] { background: #F6EBCF; color: #6B4A0E; }
.chqt-he-verdict[data-verdict="caution"] { background: #F8E3CF; color: #7A3617; }
.chqt-he-verdict[data-verdict="avoid"] { background: #F5D9D5; color: #8A2A20; }
.chqt-he-verdict[data-verdict="unknown"] { background: #ECECEC; color: #3F3F3F; }
.chqt-he-posts { border: 1px solid var(--chqt-line, #DADADA); border-radius: 10px; padding: .6rem .8rem; margin: .8rem 0; background: var(--chqt-cream, #F6F6F6); }
.chqt-he-posts p { margin: 0 0 .3rem; font-size: .88rem; }
.chqt-he-rules { border-left: 3px solid var(--chqt-accent, #345C00); padding: .2rem 0 .2rem .8rem; margin: 1rem 0; }
.chqt-he-rules p { margin: 0 0 .4rem; font-size: .9rem; }
.chqt-he-h { font-size: 1rem; margin: 1.1rem 0 .4rem; color: #8A2A20; }
.chqt-he-never { columns: 2; column-gap: 1.2rem; margin: 0 0 .8rem; padding-left: 1.1rem; font-size: .88rem; }
.chqt-he-never li { break-inside: avoid; margin: 0; }
/* 44px minimum tap target — Chicken Rise's first draft of this list failed it in Safari */
.chqt-he-never button { background: none; border: 0; padding: .6rem 0; min-height: 44px; display: inline-flex; align-items: center; color: inherit; font: inherit; text-align: left; text-decoration: underline; cursor: pointer; }
.chqt-he-doc { margin-top: 1rem; }
.chqt-he-doc p { margin: 0 0 .6rem; }
@media (max-width: 480px) { .chqt-he-never { columns: 1; } }
