.photo-dropzone { border: 2px dashed currentColor; border-radius: 6px; padding: 1.25rem; background: #f5f3ee; }
.photo-dropzone p { margin: 0 0 .75rem; }
.photo-dropzone.is-over, .photo-dropzone:focus-within { outline: 3px solid #657660; outline-offset: 3px; background: #e7ede3; }
.photo-dropzone input { display: block; max-width: 100%; }
.photo-selection { list-style: none; padding: 0; margin: 0; }
.photo-selection li { display: flex; align-items: center; justify-content: space-between; gap: 1rem; padding: .5rem 0; border-bottom: 1px solid #d4d4ca; }
.photo-selection span { overflow-wrap: anywhere; }
.photo-selection button { flex-shrink: 0; cursor: pointer; padding: .35rem .6rem; }
.contact-trap { position: absolute; left: -10000px; width: 1px; height: 1px; overflow: hidden; }
