.prose img{max-width:100%;height:auto;border-radius:8px;box-shadow:0 4px 12px rgba(0,0,0,.15);margin:1.5rem 0;display:block}.blog-image{margin:1.5rem 0;text-align:center}.blog-image img{max-width:100%;height:auto;border-radius:8px;box-shadow:0 4px 12px rgba(0,0,0,.15);margin-bottom:.5rem}.blog-image-caption{font-size:.85rem;color:#666;font-style:italic;margin-top:.5rem}.blog-video{margin:1.5rem 0;text-align:center}.blog-video video{max-width:100%;height:auto;border-radius:8px;box-shadow:0 4px 12px rgba(0,0,0,.15)}.blog-video-caption{font-size:.85rem;color:#666;font-style:italic;margin-top:.5rem}.blog-embed{margin:1.5rem 0;position:relative;width:100%;height:0;padding-bottom:56.25%;border-radius:8px;overflow:hidden;box-shadow:0 4px 12px rgba(0,0,0,.15)}.blog-embed iframe{position:absolute;top:0;left:0;width:100%;height:100%;border:none;border-radius:8px}.blog-gallery{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:1rem;margin:1.5rem 0}.blog-gallery img{width:100%;height:200px;object-fit:cover;border-radius:8px;box-shadow:0 4px 12px rgba(0,0,0,.15);transition:transform .2s ease,box-shadow .2s ease;cursor:pointer}.blog-gallery img:hover{transform:translateY(-2px);box-shadow:0 6px 16px rgba(0,0,0,.2)}.blog-featured-image{width:100%;max-height:400px;object-fit:cover;border-radius:8px;box-shadow:0 4px 12px rgba(0,0,0,.15);margin:0 0 2rem}.blog-meta{color:#666;font-size:.9rem;margin:1rem 0;padding:.5rem 0;border-bottom:1px solid #eee}.blog-meta strong{color:#333}.blog-nav{display:flex;justify-content:space-between;margin:2rem 0;padding:1rem 0;border-top:1px solid #eee}.blog-nav a{color:#007bff;text-decoration:none;font-weight:500;transition:color .2s ease}.blog-nav a:hover{color:#0056b3}.prose blockquote{border-left:4px solid #007bff;margin:1.5rem 0;padding:1rem 1.5rem;background-color:#f8f9fa;font-style:italic;color:#495057;border-radius:0 4px 4px 0}.prose pre{background-color:#f8f9fa;border:1px solid #e9ecef;border-radius:4px;padding:1rem;overflow-x:auto;font-size:.9rem;margin:1.5rem 0}.prose code{background-color:#f8f9fa;padding:.2rem .4rem;border-radius:3px;font-size:.9em;color:#e83e8c}.prose table{width:100%;border-collapse:collapse;margin:1.5rem 0;box-shadow:0 2px 8px rgba(0,0,0,.1);border-radius:8px;overflow:hidden}.prose th,.prose td{border:1px solid #dee2e6;padding:.75rem;text-align:left}.prose th{background-color:#f8f9fa;font-weight:600;color:#495057}.prose tr:nth-child(even){background-color:#f8f9fa}.prose h2{margin-top:2.5rem;margin-bottom:1.5rem;padding-bottom:.5rem;border-bottom:2px solid #e5e7eb;color:#1f2937}.prose hr{margin:2rem 0;border:none;height:1px;background:linear-gradient(to right,transparent,#d1d5db,transparent)}.prose strong:first-child{color:#059669}.prose ul{margin:1rem 0;padding-left:1.5rem}.prose li{margin:.5rem 0;line-height:1.6}.prose h3{margin-top:2rem;margin-bottom:1rem;color:#374151;border-left:4px solid #059669;padding-left:1rem}@media(max-width:768px){.blog-gallery{grid-template-columns:1fr}.blog-gallery img{height:250px}.blog-nav{flex-direction:column;gap:1rem}.blog-embed{padding-bottom:66.25%}}@media(prefers-contrast:high){.prose img,.blog-video video,.blog-embed{box-shadow:0 0 0 2px #000}.prose blockquote{border-left-color:#000;background-color:#f0f0f0}}