/* Creatine Dose Calculator — its own styles (the shared ones are core/tools.css). Scoped .chqt-cr*. */
.chqt-cr-wrap { background: #fff; border: 1px solid var(--chqt-line); border-radius: 12px; overflow-x: auto; -webkit-overflow-scrolling: touch; margin-top: 14px; }
.chqt-cr-table { border-collapse: collapse; width: 100%; font-size: 15px; line-height: 1.3; color: var(--chqt-ink); }
.chqt-cr-table caption { text-align: left; font-size: 13px; font-weight: 700; letter-spacing: .04em; text-transform: uppercase; color: var(--chqt-muted); padding: 10px 10px 4px; }
.chqt-cr-table th, .chqt-cr-table td { padding: 7px 8px; border-top: 1px solid var(--chqt-line); text-align: left; }
.chqt-cr-table thead th { font-size: 13px; color: var(--chqt-muted); font-weight: 700; border-top: 0; }
.chqt-cr-table tr[data-yours="1"] th, .chqt-cr-table tr[data-yours="1"] td { background: #eaf3f0; font-weight: 700; }
.chqt-cr-med { margin-top: 14px; }
@media (max-width: 420px) { .chqt-cr-table { font-size: 14px; } .chqt-cr-table th, .chqt-cr-table td { padding: 7px 5px; } }
