/* General table styling */
.ueh-earnings-table table,
table.widefat.fixed {
    border-collapse: collapse;
    width: 100%;
    margin-top: 20px;
    font-family: Arial, sans-serif;
    background: #fff;
    border: 1px solid #ccc;
}

.ueh-earnings-table th,
.ueh-earnings-table td,
table.widefat th,
table.widefat td {
    padding: 10px;
    border-bottom: 1px solid #ddd;
    text-align: left;
}

.ueh-earnings-table thead,
table.widefat thead {
    background-color: #f3f3f3;
}

.ueh-earnings-table h3 {
    margin-top: 0;
    font-size: 20px;
    color: #333;
}

/* Status tick icon */
.ueh-earnings-table img,
table.widefat img {
    width: 20px;
    height: auto;
    vertical-align: middle;
}
