body {
  background: #f7f7f7;
}

textarea {
  font-family: monospace;
}

.prompt-content {
  max-width: 420px;
  white-space: pre-wrap;
}

.preview-content {
  background: #f8f9fa;
  border: 1px solid #dee2e6;
  padding: 16px;
  border-radius: 8px;
  white-space: pre-wrap;
  font-family: monospace;
}

.status-active {
  background: #198754;
}

.status-deactive {
  background: #6c757d;
}
