.cst-participant-registry table {
  min-width: 1580px;
}

.cst-participant-registry th,
.cst-participant-registry td {
  white-space: nowrap;
}

.cst-metric-value {
  display: flex;
  flex-direction: column;
  gap: 3px;
}

.cst-metric-value small {
  color: #6f8392;
  font-size: 11px;
  font-weight: 500;
}

.cst-participant-registry .cst-glp1-dose {
  min-width: 155px;
  white-space: normal;
}

.cst-participant-registry .cst-participant-identity {
  min-width: 225px;
}

.cst-participant-identity > span {
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.cst-participant-identity > span > span {
  color: #405c67;
  font-weight: 600;
}

.cst-participant-identity small {
  color: #758991;
  font-size: 10px;
  font-weight: 400;
}
