.project-status {
  color: #9fc9ef;
  font-size: .75rem;
  font-weight: 750;
}
.status-fresh { color: #9fd6ff; }
.status-active { color: #b8cee8; }
.status-stable { color: #aebac8; }
.status-unknown { color: #d8bd8b; }
.project-live-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 12px;
  color: #94a9c2;
  font-size: .76rem;
  font-weight: 650;
}
.project-live-meta span + span::before {
  content: "·";
  margin-right: 12px;
  color: #637b96;
}
