.empty-state {
  max-width: 36rem;
  padding: 1.5rem 0 2rem;
}
.empty-state .empty-title {
  font-family: var(--font-display);
  font-size: 1.45rem;
  margin: 0 0 0.5rem;
}
.empty-state .empty-text {
  margin: 0 0 1.25rem;
  line-height: 1.45;
}
