.prompt-container {
  position: relative;
  background-color: #f8f9fa;
  border: 1px solid #6c757d;
  border-radius: 0.375rem;
  padding: 1rem;
  padding-top: 2.75rem; /* Leaves space for the copy button */
  margin-bottom: 1.5rem;
}

.prompt-container pre {
  margin: 0;
  white-space: pre-wrap;
  word-break: break-word;
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 0.875rem;
  color: #212529;
}

.prompt-copy-btn {
  position: absolute;
  top: 0.5rem;
  right: 0.5rem;
}