.assessment-answers tr.text-body-tertiary td,
.assessment-answers tr.text-body-tertiary td label {
    color: inherit;
}

.popover-body {
    white-space: pre-line;
}

/* Small circular help indicator: a "?" in a filled circle, no icon font needed. */
.help-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 1.25em;
    height: 1.25em;
    border-radius: 50%;
    background-color: var(--bs-primary);
    color: #fff;
    font-size: .8em;
    font-weight: 700;
    line-height: 1;
    cursor: help;
    vertical-align: text-bottom;
    text-decoration: none;
}
