.due-date {
    font-weight: bold;
}

.due-date.overdue {
    color: red;
}

.due-date.soon {
    color: orange;
}
