.wd-credit-payments-table {
    width: 100%;
    border-collapse: collapse;
    font-size: 14px;
    direction: rtl;
    margin: 15px 0;
    background: #fff;
    border-radius: 6px;
    overflow: hidden;
    box-shadow: 0 2px 6px rgba(0,0,0,0.04);
}

.wd-credit-payments-table thead {
    background: #f5f5f7;
}

.wd-credit-payments-table th,
.wd-credit-payments-table td {
    padding: 8px 12px;
    border-bottom: 1px solid #eee;
    text-align: center;
    white-space: nowrap;
    color: #000;
    font-size: 16px;
}

.wd-credit-payments-table th {
    font-weight: 600;
    color: #000;
}

.wd-credit-payments-table tbody tr:nth-child(even) {
    background: #f2f2f2;
}

.wd-credit-payments-table .wd-col-payments {
    font-weight: 500;
}

.wd-credit-payments-table .wd-col-per-payment,
.wd-credit-payments-table .wd-col-total {
    text-align: center;
}
