.image-placeholder {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background: var(--background-secondary);
  color: var(--text-secondary);
  font-size: 2rem;
}

.image-placeholder i {
  opacity: 0.5;
}