/* ── Network page – specific styles ───────────────────────────── */
.donut-wrap {
  display:         flex;
  justify-content: center;
  align-items:     center;
}
.donut-wrap canvas { max-width: 260px; max-height: 260px; }
