.cf7pp-dropzone {
	border: 2px dashed #cbd5e1; border-radius: 12px; padding: 32px; text-align: center;
	transition: all 0.3s; cursor: pointer; position: relative; background: #f8fafc;
}
.cf7pp-dropzone.dragover { border-color: #6366f1; background: #f5f3ff; }
.cf7pp-dropzone-content p { margin: 8px 0 0; color: #64748b; font-size: 0.9em; }
.cf7pp-file-input { position: absolute; inset: 0; opacity: 0; cursor: pointer; }
.cf7pp-file-preview { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 12px; }
.cf7pp-file-preview-item {
	display: flex; align-items: center; gap: 8px; padding: 8px 12px; background: #fff;
	border: 1px solid #e2e8f0; border-radius: 8px; font-size: 0.85em;
}
.cf7pp-file-preview-item img { width: 40px; height: 40px; object-fit: cover; border-radius: 4px; }
.cf7pp-file-remove { cursor: pointer; color: #ef4444; font-weight: bold; margin-left: 4px; }
