/* CEIWEI CommMonitor Website Styles */
/* Tailwind CSS handles most styling via CDN - this is for overrides */

/* Smooth scroll */
html { scroll-behavior: smooth; }

/* Custom prose styles for article content */
.prose img { max-width: 100%; height: auto; border-radius: 0.5rem; }
.prose a { color: #2563eb; }
.prose a:hover { color: #1d4ed8; }
.prose h2 { font-size: 1.5rem; font-weight: 700; margin-top: 2rem; margin-bottom: 1rem; }
.prose h3 { font-size: 1.25rem; font-weight: 600; margin-top: 1.5rem; margin-bottom: 0.75rem; }
.prose p { margin-bottom: 1rem; line-height: 1.8; }
.prose ul, .prose ol { margin-bottom: 1rem; padding-left: 1.5rem; }
.prose li { margin-bottom: 0.25rem; }
.prose code { background: #f3f4f6; padding: 0.125rem 0.375rem; border-radius: 0.25rem; font-size: 0.875em; }
.prose pre { background: #1e293b; color: #e2e8f0; padding: 1rem; border-radius: 0.5rem; overflow-x: auto; margin-bottom: 1rem; }
.prose pre code { background: none; padding: 0; color: inherit; }
.prose blockquote { border-left: 4px solid #2563eb; padding-left: 1rem; color: #6b7280; font-style: italic; margin-bottom: 1rem; }
