.responsive-figure{margin:2rem auto;max-width:100%;text-align:left;position:relative}.responsive-figure img{display:block;width:100%;max-width:100%;height:auto;border-radius:8px;border:1px solid rgba(0,0,0,6%);box-shadow:0 1px 3px rgba(0,0,0,4%),0 2px 8px rgba(0,0,0,6%);transition:box-shadow .2s ease,transform .2s ease;background:#fff}@media(hover:hover) and (min-width:768px){.responsive-figure img:hover{box-shadow:0 2px 6px rgba(0,0,0,8%),0 4px 12px rgba(0,0,0,.1);transform:translateY(-1px);cursor:pointer}}.responsive-figure figcaption{margin-top:.75rem;font-size:.875rem;line-height:1.5;color:#6b7280;font-style:normal;text-align:left}[data-dark-mode] .responsive-figure img{border-color:rgba(255,255,255,.1);box-shadow:0 2px 8px rgba(0,0,0,.2),0 4px 16px rgba(0,0,0,.3);background:#1a1a1a}[data-dark-mode] .responsive-figure figcaption{color:#9ca3af}@media(min-width:768px){.responsive-figure{max-width:900px;margin-left:0;margin-right:0}.responsive-figure img{width:auto;max-width:100%}}@media(min-width:481px) and (max-width:767px){.responsive-figure{margin:2rem auto;text-align:center}.responsive-figure img{border-radius:8px;margin-left:auto;margin-right:auto}.responsive-figure figcaption{text-align:center}}@media(max-width:480px){.responsive-figure{margin:1.5rem auto;text-align:center}.responsive-figure img{border-radius:0;border-left:none;border-right:none;box-shadow:0 1px 3px rgba(0,0,0,.1);margin-left:auto;margin-right:auto}.responsive-figure figcaption{font-size:.813rem;padding:0 1rem;margin-top:.75rem;text-align:center}}@media(max-width:360px){.responsive-figure{margin:1rem auto;text-align:center}.responsive-figure figcaption{font-size:.75rem;padding:0 .75rem;text-align:center}}.responsive-figure.inline{max-width:600px}.responsive-figure.small{max-width:400px}@media print{.responsive-figure img{max-width:100%;box-shadow:none;border:1px solid #e5e7eb}.responsive-figure figcaption{color:#4b5563}}.responsive-figure img[loading=lazy]{background:linear-gradient(90deg,#f3f4f6 25%,#e5e7eb 50%,#f3f4f6 75%);background-size:200% 100%;animation:loading 1.5s infinite}@keyframes loading{0%{background-position:200% 0}100%{background-position:-200% 0}}@media(-webkit-min-device-pixel-ratio:2),(min-resolution:192dpi){.responsive-figure img{image-rendering:-webkit-optimize-contrast;image-rendering:crisp-edges}}