.cursor-pointer {
    cursor: pointer;
}

/* Sticky table headers */
.ch-sticky-table thead th {
    position: sticky;
    top: 0;
    z-index: 2;
    background: var(--tblr-card-bg, #1e2330);
    box-shadow: inset 0 -1px 0 var(--tblr-border-color);
    color: #E5E7EB;
    font-weight: 700;
}
