/* Overnight Oximetry Report Reader (ROADMAP-Calcs-SelfHealth.md SH5) — one card per number on the
   report, the borrowed-bands table, and the notes. Nothing under 16px. */
.chqt-sh-pair { display: grid; gap: 12px; grid-template-columns: 1fr 1fr; }
.chqt-sh-thresh, .chqt-sh-t9 { margin-top: 8px; flex-wrap: wrap; }
.chqt-sh-warn { border: 2px solid #C2703B; background: #FBF3EA; border-radius: 10px; padding: 10px 12px; margin: 0 0 12px; font-size: 18px; line-height: 1.45; }
.chqt-sh-rows { display: grid; gap: 10px; margin: 12px 0 16px; }
.chqt-sh-row { border: 1px solid var(--chqt-line, #D9E5E8); border-left-width: 6px; border-left-color: #0F5E68; border-radius: 10px; padding: 10px 12px; background: #fff; }
.chqt-sh-row__head { display: flex; flex-wrap: wrap; gap: 8px; align-items: baseline; justify-content: space-between; margin: 0 0 6px; }
.chqt-sh-row__label { margin: 0; font-size: 16px; font-weight: 600; color: var(--chqt-muted, #4E626D); }
.chqt-sh-row__value { margin: 0; font-size: 22px; font-weight: 700; }
.chqt-sh-row__says { margin: 0; font-size: 18px; line-height: 1.5; }
.chqt-sh-row__band { margin: 6px 0 0; font-size: 16px; color: var(--chqt-muted, #4E626D); }
.chqt-sh-notes { list-style: none; margin: 10px 0 16px; padding: 0; display: grid; gap: 10px; }
.chqt-sh-note { border-left: 4px solid var(--chqt-line, #D9E5E8); padding: 4px 0 4px 12px; line-height: 1.5; }
.chqt-sh-note--not-a-study { border-left-color: #0F5E68; }
.chqt-sh-note--borrowed { border-left-color: #C2703B; }
.chqt-sh-note blockquote { margin: 6px 0 0; padding: 0 0 0 10px; border-left: 3px solid var(--chqt-line, #D9E5E8); font-style: italic; font-size: 17px; }
.chqt-sh-src { display: block; font-size: 16px; color: var(--chqt-muted, #4E626D); margin-top: 3px; }
.chqt-sh-src a { color: inherit; }
.chqt-sh-agewrap { overflow-x: auto; -webkit-overflow-scrolling: touch; margin: 16px 0; }
.chqt-sh-age { width: 100%; border-collapse: collapse; }
.chqt-sh-age caption { text-align: left; font-weight: 700; padding-bottom: 6px; }
.chqt-sh-age th, .chqt-sh-age td { padding: 8px 10px; border-bottom: 1px solid var(--chqt-line, #D9E5E8); text-align: left; }
.chqt-sh-age tr[data-hit="1"] th, .chqt-sh-age tr[data-hit="1"] td { background: var(--chqt-cream, #F2F7F8); font-weight: 700; }
