/* Breast Pump Flange Size Finder (ROADMAP-Calcs-BestRight.md BR3) — the table of published rules and
   the three fit boxes. Everything else is the core stylesheet. */
.chqt-fl-h { font-size: 1rem; margin: 1.1rem 0 .4rem; }
.chqt-fl-tbl { width: 100%; border-collapse: collapse; font-size: .9rem; }
.chqt-fl-tbl th, .chqt-fl-tbl td { text-align: left; vertical-align: top; padding: .45rem .4rem; border-top: 1px solid var(--chqt-line, #DCE2F0); font-weight: 400; }
.chqt-fl-tbl th { width: 68%; }
.chqt-fl-tbl td { font-weight: 600; white-space: nowrap; }
.chqt-fl-q { color: var(--chqt-muted, #575E79); }
.chqt-fl-fit { display: grid; gap: .6rem; }
.chqt-fl-fitbox { background: #fff; border: 1px solid var(--chqt-line, #DCE2F0); border-radius: 10px; padding: .5rem .8rem; }
.chqt-fl-fith { font-weight: 700; margin: .2rem 0 .3rem; }
@media (max-width: 480px) { .chqt-fl-tbl th, .chqt-fl-tbl td { display: block; width: auto; white-space: normal; } .chqt-fl-tbl td { border-top: 0; padding-top: 0; } }
