.empty-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  max-width: 450px;
  text-align: center;
}

.empty-card > img {
  margin-bottom: 8px;
  font-size: 52px;
  color: var(--accent-color);
}

.empty-card > h3 {
  font-size: 20px;
  font-weight: 500;
  margin-top: 8px;
}

.empty-card > p {
  margin-top: 8px;
  font-size: 14px;
  line-height: 18px;
}

.empty-card > a {
  margin-top: 16px;
}
