
/* V438E - completed order KPIs */
.v438c-health-grid{
  grid-template-columns:repeat(7,minmax(0,1fr));
}
.v438e-completed-card,
.v438e-completed-profit-card{
  position:relative;
  overflow:hidden;
}
.v438e-completed-card:after,
.v438e-completed-profit-card:after{
  content:"";
  position:absolute;
  left:0;right:0;bottom:0;height:3px;
}
.v438e-completed-card:after{background:#2563eb}
.v438e-completed-profit-card:after{background:#16a34a}
@media(max-width:1200px){
  .v438c-health-grid{grid-template-columns:repeat(4,minmax(0,1fr))}
}
@media(max-width:760px){
  .v438c-health-grid{grid-template-columns:1fr 1fr!important}
  .v438c-health-grid article:last-child:nth-child(odd){grid-column:1/-1}
}
@media(max-width:390px){
  .v438c-health-grid{grid-template-columns:1fr!important}
  .v438c-health-grid article:last-child:nth-child(odd){grid-column:auto}
}
