/* File: public/css/styles.css */
/* Custom styles if needed beyond Tailwind */
body {
  font-family: 'Arial', sans-serif;
}

.prose {
  max-width: 100%;
  line-height: 1.6;
}

.prose img, .prose video {
  max-width: 100%;
  height: auto;
}

@media (min-width: 768px) {
  /* Additional tablet/desktop styles if needed */
}