.affiliasiwoo-table-wrapper {
    overflow-x: auto;
}

.wp-list-table {
    width: 100%;
    border-collapse: collapse;
}

.wp-list-table th,
.wp-list-table td {
    padding: 15px 10px;
    text-align: left;
    border: none;
}

.wp-list-table thead {
    display: table-header-group;
}

@media screen and (max-width: 768px) {
    .wp-list-table {
        display: block;
        overflow-x: auto;
        white-space: nowrap;
    }
    
    .wp-list-table thead {
        display: table-header-group;
        background: #f8f8f8;
        font-weight: bold;
    }

    .wp-list-table tr {
        display: table-row;
    }

    .wp-list-table td {
        display: table-cell;
        padding: 8px;
    }
}
