.empty-state {
  margin: 64px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;

  .empty-state-icon {
    font-size: 50px;
    margin-bottom: 16px;
    color: var(--color-bg-brand-solid);
  }

  .empty-state-title {
    text-align: center;
    margin-bottom: 4px;
    font-style: normal;
    font-weight: var(--weight-semi-bold);
    font-size: 17px;
  }

  .empty-state-description {
    text-align: center;
    font-size: 14px;
    font-weight: var(--weight-light);
  }

  .empty-state-action {
    margin-top: 30px;
  }
}
