/* Type badges */
.bg-type-bug { background-color: #dc3545 !important; }
.bg-type-feature { background-color: #0d6efd !important; }
.bg-type-task { background-color: #6c757d !important; }

/* Priority badges */
.bg-priority-critical { background-color: #dc3545 !important; }
.bg-priority-high { background-color: #fd7e14 !important; }
.bg-priority-medium { background-color: #ffc107 !important; color: #000 !important; }
.bg-priority-low { background-color: #198754 !important; }

/* Status badges */
.bg-status-open { background-color: #0d6efd !important; }
.bg-status-in-progress { background-color: #6f42c1 !important; }
.bg-status-resolved { background-color: #198754 !important; }
.bg-status-closed { background-color: #6c757d !important; }

.description-text {
    white-space: pre-wrap;
}

.table th a {
    color: inherit;
}
