/* NK Vlakland Voorrondes */

.task-col {
    min-width: 60px;
    font-size: 0.85em;
}

.table-success {
    --bs-table-bg: #d1e7dd;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .task-col {
        min-width: 45px;
        font-size: 0.75em;
    }
}
