.evidence-upload { padding: 16px; border: 1px solid #d8e4e1; border-radius: 10px; background: #f6faf9; }
.evidence-upload h4, .evidence-gallery h4 { margin: 0 0 8px; }
.evidence-upload p, .evidence-upload small { line-height: 1.6; color: #52666a; }
.evidence-controls { display: flex; flex-wrap: wrap; gap: 10px; margin: 12px 0; }
.evidence-file-button { position: relative; overflow: hidden; display: inline-flex; align-items: center; cursor: pointer; }
.evidence-file-button input { position: absolute; inset: 0; width: 100%; height: 100%; opacity: 0; cursor: pointer; }
.evidence-pending { display: grid; gap: 12px; }
.evidence-card { display: grid; grid-template-columns: 96px minmax(0, 1fr); gap: 12px; padding: 12px; background: white; border: 1px solid #d8e4e1; border-radius: 8px; }
.evidence-card > img { width: 96px; height: 96px; object-fit: cover; border-radius: 6px; }
.evidence-card > div { display: grid; gap: 8px; min-width: 0; }
.evidence-card strong { overflow-wrap: anywhere; font-size: 12px; }
.evidence-card label { display: grid; gap: 4px; font-size: 12px; }
.evidence-card input, .evidence-card select { width: 100%; min-width: 0; }
.evidence-gallery ul { list-style: none; padding: 0; display: grid; gap: 10px; }
.evidence-gallery li { display: grid; gap: 5px; padding: 10px; border: 1px solid #dde6e4; border-radius: 8px; overflow-wrap: anywhere; }
.evidence-gallery li > span { color: #52666a; font-size: 12px; }
.evidence-gallery .evidence-photo { max-width: 100%; max-height: 600px; object-fit: contain; }
.evidence-gallery .evidence-error { color: #b42318; }
@media (max-width: 480px) { .evidence-card { grid-template-columns: 64px minmax(0, 1fr); padding: 8px; gap: 8px; } .evidence-card > img { width: 64px; height: 64px; } }
