
/* study999-score-levels-v1 */

/* 背诵考试完成页：整行正确率和评语使用等级颜色 */
#app #result .study999-result-score {
    font-weight: 700 !important;
    line-height: 1.5 !important;
}

/* 考试成绩列表：只给末尾状态文字上色 */
#app .study999-score-line span.study999-score-band-low,
#app #result .study999-score-band-low {
    color: #dc2626 !important;
    font-weight: 700 !important;
}

#app .study999-score-line span.study999-score-band-pass,
#app #result .study999-score-band-pass {
    color: #d97706 !important;
    font-weight: 700 !important;
}

#app .study999-score-line span.study999-score-band-great,
#app #result .study999-score-band-great {
    color: #2563eb !important;
    font-weight: 700 !important;
}

#app .study999-score-line span.study999-score-band-excellent,
#app #result .study999-score-band-excellent {
    color: #15803d !important;
    font-weight: 700 !important;
}

#app .study999-score-line span.study999-score-band-unknown,
#app #result .study999-score-band-unknown {
    color: #64748b !important;
    font-weight: 700 !important;
}
