/* Hide the payout status in the "Earnings' column of the vendor order grid */
.wcpv-unpaid-status, .wcpv-paid-status, .wcpv-void-status {
  display: none;
}

/* Hide the order status in the vendor order details */
.order-status {
  display: none;
}