.upload-card.multi { display: block; }
.preview-list { display: grid; grid-template-columns: repeat(5, 1fr); gap: 8px; margin: 12px 0; }
.preview-item { position: relative; aspect-ratio: 1; border-radius: 9px; overflow: hidden; background: #edf3f0; }
.preview-item img { width: 100%; height: 100%; object-fit: cover; }
.preview-item span { position: absolute; left: 5px; bottom: 5px; padding: 2px 5px; border-radius: 5px; background: rgba(0,0,0,.65); color: #fff; font-size: 10px; }
.preview-remove { position: absolute; right: 4px; top: 4px; width: 24px; height: 24px; border: 0; border-radius: 50%; background: rgba(20,30,25,.8); color: #fff; cursor: pointer; font-size: 17px; line-height: 1; }
.upload-card.multi .upload-copy p { min-height: auto; }
.capture-help { margin: 12px 0; border: 1px solid #cfe5d9; border-radius: 11px; background: #f4fbf7; }
.capture-help summary { padding: 12px 14px; color: #087b49; font-size: 13px; font-weight: 800; cursor: pointer; }
.capture-help-body { padding: 0 14px 14px; }
.capture-help-body p, .capture-help-body li { color: #526159; font-size: 12px; line-height: 1.55; }
.capture-help-body ol { margin: 8px 0 12px; padding-left: 20px; }
.capture-help-body .btn-capture { width: 100%; margin-bottom: 11px; padding: 10px 12px; background: #17221d; color: #fff; font-size: 12px; }
.capture-help-body small { display: block; color: #7b8981; font-size: 10px; line-height: 1.5; }
@media (max-width: 760px) { .preview-list { grid-template-columns: repeat(3, 1fr); } }
