.tabulator {
    border: none !important;
    background-color: transparent !important;
    font-family: 'Inter', sans-serif !important;
}

.tabulator-header {
    background-color: #f9fafb !important;
    color: #374151 !important;
    border-bottom: 2px solid #e5e7eb !important;
    text-transform: uppercase;
    font-size: 11px;
    letter-spacing: 0.05em;
    font-weight: 600;
}

.tabulator-col {
    background-color: transparent !important;
    border-right: none !important;
}

.tabulator-col-title {
    padding: 0 40px 0 0 !important;
    opacity: 1 !important;
    color: #374151 !important;
}

/* Frozen columns solid background */
.tabulator-frozen {
    background-color: #f9fafb !important;
    opacity: 1 !important;
    z-index: 10 !important;
}

/* Hover state - light blue */
.tabulator-row:hover {
    background-color: #F0F9FF !important;
}

.tabulator-row:last-child .tabulator-cell {
    border-bottom: none !important;
}