/* ============================================================
   Timeline Hero – Editor CSS (solo Gutenberg, non frontend)
   ============================================================ */

.th-editor-placeholder {
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 32px 28px;
  background: #1a1a1a;
  border: 2px dashed #444;
  border-radius: 8px;
  color: #ccc;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  min-height: 120px;
}

.th-editor-placeholder__icon {
  flex-shrink: 0;
  width: 52px;
  height: 52px;
  background: #2a2a2a;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #e8c97a;
}

.th-editor-placeholder__icon svg {
  width: 28px;
  height: 28px;
}

.th-editor-placeholder__text {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.th-editor-placeholder__text strong {
  font-size: 1rem;
  font-weight: 600;
  color: #fff;
  letter-spacing: .01em;
}

.th-editor-placeholder__text span {
  font-size: .85rem;
  color: #888;
}
