.health-heading{align-items:center}.health-summary{display:grid;grid-template-columns:1.2fr .8fr;gap:16px;margin-bottom:18px}.health-score{display:flex;align-items:center;gap:22px}.health-score h2{margin:5px 0}.health-score p,.health-score span{color:var(--muted)}.health-ring{--health:0;width:105px;height:105px;flex:0 0 105px;display:grid;place-items:center;border-radius:50%;background:conic-gradient(#13a283 calc(var(--health)*1%),#e4edf1 0);position:relative}.health-ring:after{content:"";position:absolute;inset:11px;border-radius:50%;background:#fff}.health-ring strong{position:relative;z-index:1;font-size:22px}.health-score.has-errors .health-ring{background:conic-gradient(#e39431 calc(var(--health)*1%),#e4edf1 0)}.health-next code{display:block;margin-top:6px;padding:6px 9px;border-radius:7px;background:#102f44;color:#d9f4f4;font-size:11px}.health-groups{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}.health-group{padding:0;overflow:hidden}.health-group>.section-title{padding:17px 20px;background:#f6f9fa}.health-group>.section-title h2{margin:0}.health-group>.section-title span{padding:5px 8px;border-radius:20px;background:#e7f3f4;font-size:11px;font-weight:800}.health-check{display:grid;grid-template-columns:30px minmax(0,1fr);gap:11px;align-items:start;padding:12px 20px;border-top:1px solid #e4ecef}.health-check>i{display:grid;place-items:center;width:25px;height:25px;border-radius:50%;background:#def5eb;color:#147754;font-style:normal;font-weight:900}.health-check.failed>i{background:#fff0df;color:#a35a12}.health-check strong,.health-check span,.health-check small{display:block}.health-check span{color:var(--muted);font-size:12px;margin-top:2px}.health-check small{color:#985817;margin-top:5px;line-height:1.4}@media(max-width:850px){.health-summary,.health-groups{grid-template-columns:1fr}}@media(max-width:520px){.health-score{align-items:flex-start;flex-direction:column}}
