/* EDS-COMPONENT: StatCard
   Canonical source: Performance /participants.
   Costume and Performance share the same renderer and text geometry. */

.eds-body .stat-card p {
  min-height: 18px;
  margin: 0 0 8px;
  color: var(--muted);
  font-size: 12px;
  font-weight: var(--fw-medium);
}

.eds-body .stat-card strong {
  display: block;
  color: var(--text);
  font-size: 28px;
  font-weight: var(--fw-semibold);
  line-height: 1;
}

.eds-body .stat-card span {
  display: block;
  margin-top: 8px;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.35;
}

.eds-body .stat-card-link {
  color: inherit;
  text-decoration: none;
}

.eds-body .stat-card-link:hover,
.eds-body .stat-card-link:focus-visible {
  border-color: rgba(0, 122, 255, .24);
  background: rgba(255, 255, 255, .92);
  outline: none;
}
