/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jul 20 2025 | 13:49:01 */
/* Style for draggable rows in the admin list table */
.wp-list-table tbody tr {
    cursor: grab; /* Indicate draggable rows */
}

/* Style for the row being dragged */
.wp-list-table tbody tr.ui-sortable-helper {
    box-shadow: 0 0 10px rgba(0,0,0,0.2);
    background-color: #f7f7f7;
}