.photo-gallery{grid-gap:10px;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));grid-auto-rows:300px;grid-auto-flow:dense;display:grid}.photo-gallery.slim-gallery{grid-template-columns:repeat(auto-fit,minmax(100px,1fr));grid-auto-rows:auto}.photo-gallery.my-gallery{grid-template-columns:repeat(auto-fit,minmax(150px,1fr));grid-auto-rows:150px}.photo-gallery .wide{grid-column:span 2}.photo-gallery .tall{grid-row:span 2}.photo-gallery .big{grid-area:span 2/span 2}
.node-helper{color:#fff;pointer-events:auto;background:#2563eb;align-items:center;gap:8px;width:-moz-fit-content;width:fit-content;height:1.375rem;padding:8px;font-size:12px;line-height:16px;display:flex}.node-helper .name{flex:1}.node-helper div.btn{opacity:.9;align-items:center;margin-left:4px;padding:0;display:flex}.node-helper div.btn:hover{cursor:pointer}.node-helper div.btn.cursor-move:hover{cursor:move}.node-helper svg{fill:#fff}
.dotted-bg{background-color:#fff;background-image:radial-gradient(#eee 1px,transparent 0);background-position:-5px -5px;background-size:.5rem .5rem}.dotted-bg-inherit{background-color:inherit;background-image:radial-gradient(#d1d5db 1px,transparent 0);background-position:-5px -5px;background-size:.5rem .5rem}
