.receipt-capture-btn { display: inline-flex; align-items: center; justify-content: center; gap: 6px; cursor: pointer; margin: 0 8px 8px 0; }
.receipt-capture-camera-box video { width: 100%; max-height: 60vh; border-radius: 8px; background: #000; }
.receipt-capture-camera-box { margin-top: 10px; }
.capture-preview-img { max-width: 100%; border-radius: 8px; }
.receipt-capture-actions { display: flex; gap: 10px; margin-top: 10px; flex-wrap: wrap; }
