/* Frontend Audit Log Styles */

.wsal-frontend-header {
    padding-bottom: 20px;
}

.wsal-frontend-tabs {
    display: flex;
    gap: 10px;
    border-bottom: 1px solid #e0e0e0;
}

.wsal-tab-content {
    display: none;
}

.wsal-tab-content.active {
    display: block;
}

.update-fields-cell ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.update-fields-cell ul li {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 5px 0;
}

.update-fields-cell ul li:last-child {
    border-bottom: none;
}

table.dataTable.no-footer {
    border: none !important;
}

.footer-padding {
    padding: 0 50px !important;
}

.search-padding {
    padding: 0 50px !important;
}
/* #cpt-logs-table tbody td:nth-child(4) {
    width: 27px !important;
    max-width: 27px !important;
    overflow: hidden;
    text-overflow: ellipsis;
} */