.place-gallery-drop{display:flex;align-items:center;justify-content:center;flex-direction:column;gap:12px;padding:24px;border:2px dashed #98bce0;border-radius:12px;background:#f4f9ff;cursor:pointer;text-align:center}
.place-gallery-drop input{max-width:100%}.place-gallery-items{display:grid;grid-template-columns:repeat(auto-fit,minmax(min(100%,240px),1fr));gap:16px;margin:16px 0}.place-gallery-item{border:1px solid #dce6f0;border-radius:12px;padding:12px;min-width:0}.place-gallery-item img{width:100%;height:180px;object-fit:cover;border-radius:8px}.place-gallery-item label{display:block;margin:12px 0}.place-gallery-item textarea{display:block;width:100%;min-height:70px;padding:10px;border:1px solid #c9d9e9;border-radius:8px}.place-gallery-item button{padding:8px 12px;border:1px solid #e5bec0;border-radius:8px;background:white;color:#a12730}.place-gallery-items figure{margin:0}.place-gallery-items figcaption{padding:10px 0;white-space:pre-wrap;overflow-wrap:anywhere}
