.exam-score-panel {
    max-width: 920px;
    margin: 0 auto;
}

.exam-score-heading {
    margin-bottom: 22px;
    text-align: center;
}

.exam-score-heading h1 {
    margin-bottom: 6px;
}

.exam-score-heading p {
    margin: 0;
    color: #d0021b;
    font-weight: 700;
}

.exam-score-empty {
    padding: 42px 20px;
    color: #d0021b;
    font-size: 24px;
    font-weight: 700;
    text-align: center;
    border: 1px solid var(--line);
    border-radius: 8px;
    background: #fff8f7;
}

.exam-score-table-wrap {
    overflow-x: auto;
}

.exam-score-table {
    width: 100%;
    min-width: 760px;
    border-collapse: collapse;
    background: #fff;
}

.exam-score-table th,
.exam-score-table td {
    padding: 11px 13px;
    border: 1px solid #aebdca;
    vertical-align: middle;
}

.exam-score-table th {
    background: #eaf2f8;
    text-align: center;
}

.exam-score-table .exam-score-person-row th {
    padding: 15px 18px;
    background: #fff;
    text-align: left;
}

.exam-score-person-row span {
    display: inline-block;
    margin-right: 32px;
}

.exam-score-table .score-value {
    width: 105px;
    text-align: center;
}

.exam-score-table .score-total-label {
    background: #f4ef91;
}

.exam-score-table .score-unused {
    background: #fafafa;
}

.exam-score-table .score-total-value {
    font-size: 18px;
    font-weight: 700;
}

.exam-score-summary {
    line-height: 2;
    text-align: center;
    background: #fffde7;
}
