.discovery-health-metrics{grid-template-columns:repeat(4,minmax(0,1fr))}
.discovery-health-metrics article:nth-child(2){border-color:rgba(85,231,191,.28);background:rgba(85,231,191,.07)}
.discovery-health-metrics article:nth-child(3){border-color:rgba(255,181,92,.28);background:rgba(255,181,92,.065)}
.discovery-health-item[data-index="blocked"]{border-color:rgba(255,181,92,.2)}
.discovery-health-item[data-index="ready"]{border-color:rgba(85,231,191,.25)}
@media(max-width:1100px){.discovery-health-metrics{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:560px){.discovery-health-metrics{grid-template-columns:1fr}}
