/* Documents panel — the "Pièces du dossier" card on the documents tab. */
.documents-panel {
  display: grid;
  gap: var(--sp-3);
}

.documents-panel .lc-card__head {
  margin-bottom: 0;
}

.documents-panel__upload {
  white-space: nowrap;
}

.documents-panel__list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.documents-panel__list li {
  list-style: none;
}

.documents-panel__empty {
  color: var(--color-ink-muted);
  margin: 0;
}
