.product-photo { display: flex; align-items: center; gap: 18px; padding: 16px; margin-bottom: 24px; background: #f4f8f1; border: 1px solid #dce6dd; border-radius: 12px; }
.product-photo[hidden] { display: none; }
.product-photo img { width: 160px; height: 160px; object-fit: contain; background: #fff; border-radius: 8px; }
.product-photo p { margin: 0; color: #60746a; font-size: 13px; }
.product-thumbnail { display: block; width: 56px; height: 56px; object-fit: contain; background: #fff; border: 1px solid #dce6dd; border-radius: 8px; }
.product-no-photo { font-size: 12px; color: #60746a; white-space: nowrap; }
.record-form input[type=file] { max-width: 100%; padding: 12px; border: 1px dashed #aebfb4; border-radius: 8px; background: #fafff7; }
.record-form input[type=file]::file-selector-button { border: 0; background: #edf5e8; color: #123d31; padding: 10px 12px; border-radius: 6px; margin-right: 12px; cursor: pointer; }
.product-photo-note { font-size: 13px; color: #60746a; }
@media(max-width:600px) { .product-photo { align-items: flex-start; flex-direction: column; } .product-photo img { width: 140px; height: 140px; } }
