.project-frame {
  aspect-ratio: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  user-select: none;
}

.project-frame svg {
  width: 48px;
  height: 48px;
  margin-bottom: 1rem;
  pointer-events: none;
}

.project-frame .title {
  color: #E5E7EB;
  font-size: 0.875rem;
  text-align: center;
  pointer-events: none;
}

.reset-button {
  background-color: black;
  color: white;
  border: none;
  padding: 8px 16px;
  border-radius: 4px;
  cursor: pointer;
  font-size: 14px;
  margin-left: 8px;
}