/* IloveTools — Legal Case Bundle output styles
   Chronology table, Bates/evidence download panels, disclosures. */

.nd-panel {
  background: var(--surface, #1c1c21);
  border: 1px solid var(--border, #2a2a31);
  border-radius: 12px;
  padding: 16px 18px;
  margin: 0 0 14px;
  line-height: 1.55;
}
.nd-panel h3 {
  margin: 0 0 10px;
  font-size: 1.05rem;
}
.nd-chron {
  width: 100%;
  border-collapse: collapse;
  font-size: 0.9rem;
  margin: 8px 0 10px;
}
.nd-chron th,
.nd-chron td {
  text-align: left;
  padding: 7px 10px;
  border-bottom: 1px solid var(--border, #2a2a31);
  vertical-align: top;
}
.nd-chron th {
  background: var(--surface-2, #232329);
  font-size: 0.78rem;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}
.nd-chron td:first-child {
  white-space: nowrap;
  font-weight: 600;
}
.nd-wrap {
  max-width: 420px;
  overflow-wrap: anywhere;
  color: var(--muted, #9ca3af);
}
.nd-note {
  font-size: 0.82rem;
  color: var(--muted, #9ca3af);
  margin: 6px 0 0;
}
.nd-empty {
  color: var(--muted, #9ca3af);
  padding: 8px 0;
}
.nd-disclosure {
  font-size: 0.8rem;
  color: var(--accent, #f59e0b);
  border-top: 1px dashed var(--border, #2a2a31);
  margin-top: 12px;
  padding-top: 8px;
}
.nd-dl {
  display: inline-block;
  background: var(--accent, #6366f1);
  color: #fff;
  font-weight: 600;
  padding: 8px 14px;
  border-radius: 8px;
  text-decoration: none;
  margin: 6px 0;
}
.nd-dl:hover {
  filter: brightness(1.1);
}

.nd-party-vs {
  color: var(--accent, #6366f1);
  font-weight: 700;
  text-align: center;
  width: 2.2em;
}
