.pending-claims-table .fi-section-header-heading {
    color: #2563eb;
}

.pending-claims-table .fi-ta-filters-heading {
    display: none;
}

.pending-claims-table .fi-ta-filters .fi-fo-field-wrp,
.pending-claims-table .fi-ta-filters .fi-input-wrp {
    width: 100%;
}

.pending-claims-table .fi-ta-header-cell {
    background-color: #2563eb;
    color: #fff;
}

@media (prefers-color-scheme: dark) {
    .pending-claims-table .fi-section-header-heading {
        color: #60a5fa;
    }

    .pending-claims-table .fi-ta-header-cell {
        background-color: #1d4ed8;
    }
}
