/* Project custom styles on top of Tailwind CDN */

.prose img {
  max-width: 100%;
  border-radius: 0.375rem;
  margin: 0.5rem 0;
}

.prose pre {
  background: #0f172a;
  color: #e2e8f0;
  padding: 0.75rem;
  border-radius: 0.375rem;
  overflow-x: auto;
  font-size: 0.85em;
}

.prose code {
  background: #f1f5f9;
  padding: 0.1em 0.3em;
  border-radius: 0.25rem;
  font-size: 0.9em;
}

.prose pre code {
  background: transparent;
  padding: 0;
}

#upload-zone:focus {
  outline: 2px solid #3b82f6;
  outline-offset: 2px;
}
