/* Make all Filament tables wider */
.fi-ta {
    max-width: 100% !important;
}

.fi-ta-ctn {
    max-width: 100% !important;
    width: 100% !important;
}

/* Only add horizontal scroll to the table wrapper */
.fi-ta-ctn > div {
    overflow-x: auto !important;
    overflow-y: hidden !important;
}

.fi-main-ctn .fi-main {
    max-width: 100% !important;
    padding: 0 5% 0 5% !important;
}
