/* ---------- Dashboard Table UI ---------- */

.table-actions {
    display: flex;
    gap: 0.5rem;
    align-items: center;
    white-space: nowrap;
}

.table td, .table th {
    vertical-align: middle;
}
