.status {
  align-items: center;
  border-radius: 2px;
  display: inline-flex;
  font-size: 10px;
  height: 20px;
  outline: none;
  padding-left: 7px;
  padding-right: 7px;
  white-space: nowrap;
}

.status-purple {
  border: 1px solid var(--purple);
  color: var(--purple);
}

.status-green-100 {
  border: 1px solid var(--green-100);
  color: var(--green-100);
}

.status-orange-100 {
  border: 1px solid var(--orange-100);
  color: var(--orange-100);
}
