.report-item {
  background-color: #eee;
  padding: .5em 1.5em 1.5em;
  margin-bottom: 1em;
}

.pin {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 0 1em 1em 0;
  padding: .5em .7em .4em;
  border-radius: 100em;
  color: #fff;
  font-weight: 500;
  line-height: 1;
}

.pin.success {
  background-color: #48bb78;
}

.pin.warning {
  background-color: #dd6b20;
}

.pin.error {
  background-color: #e53e3e;
}
