.public-metrics {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  margin: 18px 0 0;
  font-family: "Noto Sans KR", "Apple SD Gothic Neo", "Malgun Gothic", system-ui, sans-serif;
  color: #171b1f;
}
.public-metrics-pill,
.card-metrics span,
.latest-metrics span {
  display: inline-flex;
  align-items: baseline;
  gap: 5px;
  border: 1px solid rgba(13, 124, 102, 0.18);
  background: rgba(255, 255, 255, 0.78);
  color: #5c6670;
  font-size: 12px;
  font-weight: 750;
  line-height: 1.35;
}
.public-metrics-pill {
  min-height: 36px;
  padding: 8px 11px;
  border-radius: 999px;
}
.public-metrics strong,
.card-metrics strong,
.latest-metrics strong {
  color: #0d7c66;
  font-weight: 900;
}
.public-metrics[data-state="loading"] strong,
.card-metrics[data-state="loading"] strong,
.latest-metrics[data-state="loading"] strong {
  color: #8a949c;
}
.public-metrics[data-state="error"] .public-metrics-pill {
  border-color: rgba(92, 102, 112, 0.16);
  color: #7a858e;
}
.card-metrics,
.latest-metrics {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  margin: 10px 0 12px;
}
.card-metrics span,
.latest-metrics span {
  padding: 5px 8px;
  border-radius: 999px;
}
.public-review .public-metrics {
  width: min(980px, calc(100% - 36px));
  margin: 14px auto 18px;
  padding: 0;
}
.public-review .public-metrics-pill {
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 8px 24px rgba(15, 23, 31, 0.08);
}
@media (max-width: 680px) {
  .public-metrics {
    align-items: stretch;
  }
  .public-metrics-pill {
    flex: 1 1 140px;
    justify-content: center;
  }
}
