/* Placeholder CSS file - styles are included in templates for now */
/* This can be expanded later for modular CSS */

.deadline-urgent {
    border-left-color: #dc3545 !important;
}

.deadline-warning {
    border-left-color: #ffc107 !important;
}

.deadline-normal {
    border-left-color: #28a745 !important;
}