.blog-image-gallery{display:grid;grid-template-columns:repeat(auto-fill,minmax(250px,1fr));gap:1rem;margin:2rem 0}.blog-image-gallery img{width:100%;height:250px;-o-object-fit:cover;object-fit:cover;border-radius:.5rem;transition:transform .3s ease}.blog-image-gallery img:hover{transform:scale(1.02)}.blog-image-full{width:100%!important;max-width:100%!important;margin:2rem 0;border-radius:.5rem;box-shadow:0 4px 6px -1px rgba(0,0,0,.1),0 2px 4px -1px rgba(0,0,0,.06)}.blog-image-with-caption{margin:2rem 0}.blog-image-with-caption img{width:100%;border-radius:.5rem .5rem 0 0}.blog-image-with-caption figcaption{background-color:#f3f4f6;padding:.75rem;border-radius:0 0 .5rem .5rem;font-size:.875rem;color:#4b5563;text-align:center;font-style:italic}.blog-video-container{position:relative;padding-bottom:56.25%;height:0;overflow:hidden;margin:2rem 0;border-radius:.5rem;box-shadow:0 4px 6px -1px rgba(0,0,0,.1),0 2px 4px -1px rgba(0,0,0,.06)}.blog-video-container iframe{position:absolute;top:0;left:0;width:100%;height:100%;border-radius:.5rem;border:none}pre.blog-code{background-color:#1e293b;color:#e2e8f0;padding:1.5rem;border-radius:.5rem;overflow-x:auto;font-family:Consolas,Monaco,Andale Mono,monospace;font-size:.9rem;line-height:1.5;margin:2rem 0}pre.blog-code code{background:transparent;padding:0;border-radius:0}.blog-table{width:100%;border-collapse:collapse;margin:2rem 0;overflow:hidden;border-radius:.5rem;box-shadow:0 4px 6px -1px rgba(0,0,0,.1),0 2px 4px -1px rgba(0,0,0,.06)}.blog-table th{background-color:#f3f4f6;font-weight:600;text-align:left;padding:.75rem 1rem;border-bottom:2px solid #e5e7eb}.blog-table td{padding:.75rem 1rem;border-bottom:1px solid #e5e7eb}.blog-table tr:last-child td{border-bottom:none}.blog-table tr:nth-child(2n){background-color:#f9fafb}.blog-callout{border-left:4px solid #0c91eb;background-color:#f0f7ff;padding:1.5rem;margin:2rem 0;border-radius:0 .5rem .5rem 0}.blog-callout-warning{border-left-color:#f59e0b;background-color:#fffbeb}.blog-callout-danger{border-left-color:#ef4444;background-color:#fee2e2}.blog-callout-success{border-left-color:#10b981;background-color:#ecfdf5}@media (max-width:768px){.blog-image-gallery{grid-template-columns:repeat(auto-fill,minmax(150px,1fr))}.blog-image-gallery img{height:150px}}