/* Custom styles goes here */

/* ── Table header gradient ───────────────────────────────────────────────── */
table thead.table-light th {
    background: linear-gradient(to bottom, #5a2fc2 0%, #7c4ddb 55%, #8c57ff 100%);
    color: #fff;
    border-bottom-color: rgba(255, 255, 255, 0.15);
    font-weight: 600;
    letter-spacing: .025em;
}
