
/* V608 - Hide recent customer/product suggestion blocks in Create Order */
.order-dialog-content [data-v608-hidden-recent-suggestion]{
  display:none!important;
  visibility:hidden!important;
  height:0!important;
  min-height:0!important;
  max-height:0!important;
  margin:0!important;
  padding:0!important;
  border:0!important;
  overflow:hidden!important;
}
