.sw-list-card .card-body.p-0 {
    overflow-x: auto;
}

.sw-list-card .card-body.p-0 > table,
.sw-list-card .table-responsive > table {
    min-width: 760px;
}

.sw-list-card .table thead th {
    white-space: nowrap;
}

.sw-list-card .table tbody td {
    overflow-wrap: anywhere;
}

.sw-list-card .table .btn,
.sw-list-card .table .badge,
.sw-list-card .table .form-select,
.sw-list-card .table .form-control {
    white-space: nowrap;
}

.sw-list-card .table td.text-end,
.sw-list-card .table th.text-end {
    white-space: nowrap;
}

@media (min-width: 1200px) {
    .sw-list-card .table-sm {
        font-size: 0.86rem;
    }
}
