article img{display:block;max-width:500px;width:100%;height:auto;margin:2rem auto;border-radius:8px;transition:transform .3s ease}article p:has(img+img),article p:has(.lightbox-item+.lightbox-item){display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1rem;align-items:start;max-width:100%}article p:has(img+img) img,article p:has(.lightbox-item+.lightbox-item) img{max-width:100%;margin:0}