/* index.css for Suggested Prompts App Block */

.mc-suggested-prompts-placeholder {
  display: block;
  padding: .75rem 1rem;
  text-align: center;
  border: 1px dashed #8c9196;
  background: #f4f6f8;
  font-size: .875rem;
  line-height: 1.2;
  color: #6d7175;
  font-style: italic;
} 