.charge-evidence {
  margin: 28px 0;
  padding-top: 24px;
  border-top: 1px solid rgba(211, 170, 88, 0.55);
}
.charge-evidence h2 { margin: 8px 0; font-family: Georgia, serif; font-size: 1.8rem; }
.charge-evidence > p { color: var(--muted, #aebdca); line-height: 1.5; }
.charge-evidence div { display: grid; grid-template-columns: repeat(auto-fit, minmax(180px, 1fr)); gap: 14px; }
.charge-evidence a { display: grid; gap: 8px; padding: 8px; border: 1px solid rgba(211, 170, 88, 0.6); border-radius: 15px; color: #f3cd7e; text-decoration: none; font-weight: 700; }
.charge-evidence img { display: block; width: 100%; max-height: 360px; object-fit: contain; border-radius: 10px; background: #020a11; }
.charge-evidence span { padding: 2px 5px 5px; }
.charge-evidence-admin { display: grid; gap: 0.55rem; margin: 0.85rem 0; }
.charge-evidence-admin > small { color: #947526; font-weight: 800; text-transform: uppercase; letter-spacing: 0.05em; }
.charge-evidence-admin button { display: grid; grid-template-columns: 88px 1fr; align-items: center; gap: 0.75rem; width: 100%; padding: 0.55rem; border: 1px solid #d9c58f; border-radius: 12px; background: #fffaf0; color: #0b2f50; font-weight: 800; text-align: left; }
.charge-evidence-admin img { width: 88px; height: 66px; object-fit: cover; border-radius: 8px; background: #e9edf0; }
.charge-evidence-field > small { display: block; margin-top: 0.5rem; color: #667482; line-height: 1.4; }
