.health-row{display:flex;align-items:center;justify-content:space-between;padding:9px 0;border-bottom:1px solid var(--line);font-size:12px}
.health-row:last-child{border-bottom:0}
.health-row b{min-width:30px;padding:4px 8px;border-radius:12px;text-align:center}
.health-row .warn{color:#bf4c0a;background:#fff0e7}
.health-row .ok{color:#16835a;background:#e9f8f1}
