/**
 * AppTweak Elementor widgets — editor-mode placeholder.
 * Shown in the Elementor editor preview in place of live-data widgets so the
 * editor stays fast and makes no background HTTP requests while editing.
 */
.aptwk-editor-placeholder {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 220px;
  padding: 32px;
  text-align: center;
  border: 1px dashed #d1d5db;
  border-radius: 16px;
  background: #f9fafb;
  color: #374151;
}

.aptwk-editor-placeholder__icon {
  font-size: 32px;
  line-height: 1;
}

.aptwk-editor-placeholder__title {
  margin: 0;
  font-size: 16px;
  font-weight: 600;
}

.aptwk-editor-placeholder__hint {
  margin: 0;
  font-size: 13px;
  color: #6b7280;
}
