.internal-note { margin-top: 5px; color: #175cd3; font-size: 12px; }
.hold-note { margin-top: 5px; color: #b54708; font-size: 12px; }
.status-tabs { overflow: auto; white-space: nowrap; }
.pagination { display: flex; justify-content: center; align-items: center; gap: 16px; margin: 20px; }
.pagination a { padding: 8px 14px; background: white; border: 1px solid var(--line); border-radius: 8px; text-decoration: none; color: var(--ink); }
.retention-state { padding: 12px 14px; margin-bottom: 12px; border-radius: 8px; font-weight: 750; }
.retention-state.locked { background: #dcfae6; color: #067647; }
.retention-state.unlocked { background: #fff4e5; color: #b54708; }
.date-group th {
  background: #edf3ff;
  color: #243b64;
  font-size: 0.95rem;
  padding: 0.65rem 0.8rem;
  text-align: left;
}
