.amelia-gutenberg-placeholder {
  border: 1px solid #e0e0e0;
  border-left: 4px solid #4A3BD6;
  border-radius: 4px;
  padding: 16px;
  background: #f8f9fa;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
}

.amelia-gutenberg-placeholder__header {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 12px;
}

.amelia-gutenberg-placeholder__icon svg {
  width: 24px;
  height: 24px;
}

.amelia-gutenberg-placeholder__title {
  font-size: 14px;
  font-weight: 600;
  color: #1e1e1e;
}

.amelia-gutenberg-placeholder__params {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-bottom: 10px;
}

.amelia-gutenberg-placeholder__param {
  display: inline-block;
  padding: 2px 8px;
  background: #e8e5f7;
  color: #4A3BD6;
  border-radius: 3px;
  font-size: 12px;
}

.amelia-gutenberg-placeholder__shortcode {
  font-family: monospace;
  font-size: 12px;
  color: #757575;
  word-break: break-all;
}
