.tuco-report-tabulator {
    width: 100%;
    min-width: 0;
}

.tuco-report-tabulator .tuco-grid-scroll {
    width: 100%;
    max-width: 100%;
    border: 1px solid var(--border);
    border-radius: var(--radius-md);
    scrollbar-gutter: stable;
}

.tuco-report-tabulator .tabulator {
    min-width: max-content;
    border: 0;
}

.tuco-report-tabulator
.tabulator-header {
    position: sticky;
    top: 0;
    z-index: 4;
}

.tuco-report-tabulator
.tabulator-cell {
    white-space: nowrap;
}

.tuco-report-tabulator
.tuco-report-total-column {
    border-left: 1px solid var(--border);
    background: var(--surface-2);
    font-weight: 700;
}
