/* DNA300 - Minimal custom CSS (Tailwind handles most styling) */

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

/* Post content styling */
.post-content { line-height: 1.8; }
.post-content p { margin-bottom: 1em; }
.post-content img { max-width: 100%; height: auto; border-radius: 4px; margin: 0.5em 0; }
.post-content h2 { font-size: 1.25em; font-weight: bold; margin: 1.5em 0 0.5em; }
.post-content h3 { font-size: 1.1em; font-weight: bold; margin: 1.2em 0 0.4em; }
.post-content ul, .post-content ol { padding-left: 1.5em; margin-bottom: 1em; }
.post-content table { width: 100%; border-collapse: collapse; margin: 1em 0; }
.post-content td, .post-content th { border: 1px solid #e2e8f0; padding: 0.5em 0.75em; }

/* Static page content */
.static-content h2 { font-size: 1.15em; font-weight: 700; color: #1e293b; margin: 1.5em 0 0.5em; }
.static-content p { margin-bottom: 0.8em; }

/* Print styles */
@media print {
  .member-nav, nav, footer, header { display: none !important; }
}
