.blog-content h2{font-size:1.875rem;font-weight:700;margin-top:3.5rem;margin-bottom:1.25rem;padding-bottom:.75rem;border-bottom:2px solid hsl(var(--border));line-height:1.3}.blog-content h3{font-size:1.375rem;font-weight:600;margin-top:2rem;margin-bottom:.875rem;line-height:1.4}.blog-content h4{font-size:1.25rem;font-weight:600;margin-top:2rem;margin-bottom:.75rem}.blog-content p{margin-bottom:1rem;line-height:1.6;font-size:1.0625rem}.blog-content ol,.blog-content ul{margin-top:1.5rem;margin-bottom:1.5rem;padding-left:1.5rem}.blog-content li{margin-bottom:.5rem;line-height:1.5}.blog-content ul li{list-style-type:disc}.blog-content ol li{list-style-type:decimal}.blog-content strong{font-weight:600;color:hsl(var(--foreground))}.blog-content a{color:hsl(var(--primary));text-decoration:none;font-weight:500;transition:all .2s}.blog-content a:hover{text-decoration:underline}.blog-content blockquote{border-left:4px solid hsl(var(--primary));padding-left:1.5rem;margin:2rem 0;font-style:italic;color:hsl(var(--muted-foreground))}.blog-content code{background-color:hsl(var(--muted));padding:.2rem .4rem;border-radius:.25rem;font-size:.9em;font-family:Courier New,monospace}.blog-content pre{background-color:hsl(var(--muted));padding:1.5rem;border-radius:.5rem;overflow-x:auto;margin:2rem 0}.blog-content pre code{background-color:transparent;padding:0}.blog-content h2:first-of-type{margin-top:2rem}.blog-content ol+h2,.blog-content p+h2,.blog-content ul+h2{margin-top:4rem}.blog-content img{border-radius:.5rem;margin:2rem 0;max-width:100%;height:auto}.blog-content table{width:100%;border-collapse:collapse;margin:2rem 0}.blog-content td,.blog-content th{border:1px solid hsl(var(--border));padding:.75rem;text-align:left}.blog-content th{background-color:hsl(var(--muted));font-weight:600}