/* Document-form-specific styles, layered over app.css (the shared dark form
   design system). Only document-specific layout lives here; colours and
   components come from app.css variables so the classic form stays on the
   shared dark theme. */

/* Per-document card: a sunken dark panel, matching KAG's folder-card repeater
   treatment (comparable padding/margin, surface token) so the two products'
   repeaters feel coordinated. Source-card fields use the shared 1.25rem
   field rhythm from app.css (no per-card override). */
.source-row {
  border: 1px solid var(--border);
  border-radius: 10px;
  padding: 0.85rem 0.95rem 0.65rem;
  margin-bottom: 0.85rem;
  background: rgba(255, 255, 255, 0.02);
}
