/* Responsive table */
@media screen and (max-width: 600px) {
    .dash-table-container .dash-spreadsheet-container {
        width: 100% !important;
    }

    .dash-table-container .dash-spreadsheet-inner {
        overflow-x: auto;
    }

    .dash-table-container .dash-spreadsheet-cell {
        min-width: 80px !important;
    }
}
