.blog-content{overflow-x:hidden;word-break:break-word;overflow-wrap:break-word}.blog-content *{max-width:100%}.blog-content h1{font-size:2rem;font-weight:700}.blog-content h1,.blog-content h2{margin-top:2rem;margin-bottom:1rem;color:hsl(var(--foreground))}.blog-content h2{font-size:1.5rem;font-weight:600}.blog-content h3{font-size:1.25rem;font-weight:600;margin-top:1.5rem;margin-bottom:.75rem;color:hsl(var(--foreground))}.blog-content p{margin-bottom:1.5rem;line-height:1.75;color:hsl(var(--foreground))}.blog-content ol,.blog-content ul{margin-bottom:1.5rem;padding-left:1.5rem}.blog-content li{margin-bottom:.5rem;line-height:1.6;color:hsl(var(--foreground))}.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 em{font-style:italic}.blog-content blockquote{border-left:4px solid hsl(var(--primary));padding-left:1.5rem;font-style:italic;margin:1.5rem 0;color:hsl(var(--muted-foreground))}.blog-content pre{background-color:hsl(var(--muted));padding:1rem;border-radius:.5rem;overflow-x:auto;margin:1.5rem 0}.blog-content code{background-color:hsl(var(--muted));padding:.125rem .25rem;border-radius:.25rem;font-size:.875rem;font-family:ui-monospace,SFMono-Regular,SF Mono,Consolas,Liberation Mono,Menlo,monospace}.blog-content a{color:hsl(var(--primary));text-decoration:underline}.blog-content a:hover{text-decoration:none}.blog-content .table-wrapper{overflow-x:auto;margin:2.5rem 0;border-radius:.75rem;border:1px solid hsl(var(--border));box-shadow:0 4px 6px -1px rgb(0 0 0/.05)}.blog-content table{width:100%;border-collapse:collapse;font-size:.95rem}.blog-content td,.blog-content th{border:1px solid hsl(var(--foreground)/.2)!important;padding:1rem 1.25rem;text-align:left}.blog-content th{background-color:hsl(var(--muted));font-weight:700;color:hsl(var(--foreground));text-transform:uppercase;font-size:.8rem;letter-spacing:.05em;border-bottom:2px solid hsl(var(--foreground)/.3)!important}.blog-content tr:nth-child(2n){background-color:hsl(var(--muted)/.5)}.blog-content td{color:hsl(var(--foreground))}@media (max-width:640px){.blog-content td,.blog-content th{padding:.5rem .625rem}}