body.single-post .entry-content .post-images{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:20px;margin:20px 0}body.single-post .entry-content .post-images img{width:100%;border-radius:16px;box-shadow:0 6px 18px rgb(0 0 0 / .15);transition:transform 0.3s ease,box-shadow 0.3s ease;cursor:pointer}body.single-post .entry-content .post-images img:hover{transform:scale(1.05);box-shadow:0 12px 28px rgb(0 0 0 / .25)}