/**
 * JSL Customer Portal — Invoice Tab Styles
 * Minimal overrides — Porto handles the rest via WooCommerce table classes.
 */

/* Payment status indicators */
.jsl-paid {
    color: #2e7d32;
    font-weight: 600;
}

.jsl-unpaid {
    color: #c62828;
    font-weight: 600;
}
