.masonry-grid{display:grid;grid-gap:1rem;grid-auto-rows:1rem;grid-template-columns:repeat(1,1fr)}@media screen and (min-width: 700px){.masonry-grid{grid-template-columns:repeat(2,1fr)}}@media screen and (min-width: 900px){.masonry-grid{grid-template-columns:repeat(3,1fr)}}.masonry-grid>div{grid-row-end:span var(--span)}.resize-handle{position:absolute;bottom:0;right:0;width:1em;height:1em;cursor:se-resize;background-color:#0000001a;border-radius:0 8px 4px 4px/0px 8px 4px 4px;border-radius:0 8px 4px/0px 8px 4px}
