/* Empty state */

.empty-state {
  margin-top: 2rem;
  color: var(--color-text-muted);
  text-align: center;
  padding: 2rem;
}
