.health-score > div { padding: 20px; }
.health-score strong {
  max-width: 100%;
  font-size: clamp(32px, 4vw, 52px);
  line-height: 1;
  letter-spacing: -.055em;
  overflow-wrap: anywhere;
}
.health-score small {
  display: block;
  max-width: 160px;
  margin: 10px auto 0;
  color: #68686d;
  font-size: 10px;
  line-height: 1.45;
}
.route-score strong { font-size: 21px; letter-spacing: -.04em; }
.reach-result { max-width: 260px; }
.reach-result small { text-align: right; line-height: 1.45; white-space: normal; }
.network-grid-compact { grid-template-columns: minmax(0, 1.45fr) minmax(300px, .55fr); }
.network-summary-card { min-height: 390px; }
.network-summary-card .network-protocols {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin: 28px 22px 88px;
}
.network-summary-card .protocol {
  margin: 0;
  padding: 17px 16px;
  border: 1px solid #1118270d;
  border-radius: 16px;
  background: #f8f9fb;
}
.network-summary-card .location { bottom: 24px; }

@media (max-width: 760px) {
  .health-score strong { font-size: 36px; }
  .health-score small { max-width: 130px; font-size: 9px; }
  .reach-result { max-width: 180px; }
  .network-grid-compact { grid-template-columns: 1fr; }
  .network-summary-card .network-protocols { grid-template-columns: 1fr; margin-bottom: 106px; }
}

@media (max-width: 560px) {
  .health-score strong { font-size: 31px; }
  .route-score strong { font-size: 18px; }
  .reach-result { max-width: 145px; }
  .reach-result small { font-size: 8px; }
  .network-summary-card .network-protocols { margin: 24px 18px 116px; }
}
