<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* Shrink the lens to half size */
.magnify &gt; .magnify-lens {
    width: 500px;
    height: 500px;
    box-shadow:
        0 0 0 7px rgba(255,255,255,.85),
        0 0 7px 7px rgba(0,0,0,.15),
        inset 0 0 40px 2px rgba(0,0,0,.15);
}</pre></body></html>