/* Restore the existing work-in-progress tab without a new workflow stage. */
#view-fulfillment .fulfillment-status-strip {grid-template-columns:repeat(5,minmax(0,1fr));}
@media(max-width:650px){
 #view-fulfillment .fulfillment-status-strip {grid-template-columns:repeat(2,minmax(0,1fr));}
 #view-fulfillment .fulfillment-status-strip .fulfillment-metric:last-child {grid-column:1 / -1;}
}
