.cpd-progress{align-items:center;gap:8px;min-width:120px;display:flex}.cpd-progress-track{border-radius:var(--wh-radius-full,999px);background:var(--wh-surface-2,var(--wh-bg-secondary));flex:1;height:6px;overflow:hidden}.cpd-progress-fill{border-radius:var(--wh-radius-full,999px);background:var(--brand,var(--wh-text-secondary));height:100%;transition:width .3s}.cpd-progress-num{font-family:var(--wh-font);font-variant-numeric:tabular-nums;color:var(--wh-text-secondary);text-align:right;min-width:34px;font-size:12px}.cpd-quiz{flex-direction:column;gap:16px;margin-top:8px;display:flex}.cpd-quiz-heading{font-family:var(--wh-font);color:var(--wh-text);margin:0;font-size:15px;font-weight:700}.cpd-quiz-group{flex-direction:column;gap:10px;display:flex}.cpd-quiz-group-title{font-family:var(--wh-font);letter-spacing:.04em;text-transform:uppercase;color:var(--wh-text-muted);font-size:12px;font-weight:700}.cpd-quiz-q{border:1px solid var(--wh-border-light);background:var(--wh-surface);border-radius:10px;flex-direction:column;gap:6px;padding:10px 12px;display:flex}.cpd-quiz-q-head{justify-content:space-between;align-items:baseline;gap:12px;display:flex}.cpd-quiz-q-text{font-family:var(--wh-font);color:var(--wh-text);font-size:13.5px;font-weight:600}.cpd-quiz-q-pct{font-family:var(--wh-font);white-space:nowrap;color:var(--wh-text);font-size:13px;font-weight:700}.cpd-quiz-distractors{font-family:var(--wh-font);color:var(--wh-text-muted);font-size:12px}.cpd-quiz-distractors-label{font-weight:600}.cpd-quiz-noattempts{color:var(--wh-text-muted);font-weight:500}