/**
 * PuntoPost Admin Styles
 *
 * Custom styling for PuntoPost order statuses in WooCommerce admin
 */

 .order-status.status-pp-pending-pickup {
    background: #f59e0b55;
    color: #003d66;
}

.order-status.status-pp-picked-up {
    background: #3b82f655;
    color: #003d66;
}
