/*===================================== 
YOU CAN WRIGHT CUSTOME CSS 
======================================*/

/* Targets ONLY your reports table without affecting others */
#no-more-tables .wt-responsive-table {
    border-collapse: collapse;
    /* Removes spacing between cells */
    width: 100%;
    border: 1px solid #e0e0e0;
    /* Outer border */
}

#no-more-tables .wt-responsive-table th,
#no-more-tables .wt-responsive-table td {
    border: 1px solid #e0e0e0;
    /* Internal cell borders */
    padding: 10px 12px;
    /* Adjust padding (top/bottom, left/right) */

}

#no-more-tables .wt-responsive-table th {
    background-color: #f8f9fa;
    /* Light gray header */
    font-weight: 600;
}

#no-more-tables .wt-responsive-table tr:hover td {
    background-color: #f5f5f5;
    /* Hover effect (optional) */
}
