.task-danger {
    color: #dc3545;
    font-weight: 700;
}

.task-dark {
    color: #212529;
    font-weight: 700;
}

.task-success {
    color: #198754;
    font-weight: 700;
}

.card-title small {
    font-weight: normal;
    color: #6c757d;
}

.range-value {
    min-width: 48px;
    display: inline-block;
    font-weight: 700;
}