.prompt-output {
  min-height: 220px;
  background: #0f172a;
  color: #e2e8f0;
  padding: 18px;
  border-radius: 16px;
  font-family: "SFMono-Regular", ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  white-space: pre-wrap;
  line-height: 1.6;
  margin-top: 16px;
}

.results-note {
  margin-top: 16px;
  color: #4b5563;
  font-size: 0.95rem;
}

@media (max-width: 720px) {
  .prompt-output {
    font-size: 0.9rem;
  }
  .results-note {
    font-size: 0.9rem;
  }
}
