.canvas-generation-placeholder-retry {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 32px;
  padding: 4px 12px;
  border: 1px solid var(--border, #e8edf5);
  border-radius: var(--rect-radius);
  color: #344054;
  background: #fff;
  font: inherit;
  cursor: pointer;
  pointer-events: auto;
}
.canvas-generation-placeholder-retry[hidden] { display: none; }
.canvas-generation-placeholder-retry:hover { background: #f7fbff; }
.canvas-generation-placeholder-retry:focus-visible { outline: 2px solid #00afe9; outline-offset: 2px; }
.canvas-restored-image-placeholder {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 8px;
  color: #667085;
  background: #f6f8fb;
  border-radius: var(--rect-radius, 8px);
  font-size: 14px;
}
