.status-preconstruction {
  color: #876b23;
  border-color: #d8c27c;
  background: #fff9e8;
}

.project-card.preconstruction {
  cursor: default;
}

.project-card.preconstruction:hover {
  transform: none;
  box-shadow: none;
}

.open-pending {
  color: #777;
}

.completion-label {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  margin-top: 24px;
  color: #777;
  font-size: .72rem;
  font-weight: 700;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.completion-label strong {
  color: #121216;
  font-size: 1.45rem;
  letter-spacing: -.04em;
}

.completion-label + .bar {
  margin-top: 10px;
}
