.response-promise {
  margin: 18px 0 0;
  color: #555751;
  font: 500 .72rem var(--mono);
  letter-spacing: .035em;
}

.response-promise::before {
  content: '';
  display: inline-block;
  width: 8px;
  height: 8px;
  margin-right: 9px;
  border-radius: 50%;
  background: var(--orange);
}
