/**
 * ERP Sales UI — page shell polish (phase 2)
 */
#page-sales .ph h2 {
  font-size: 20px;
  font-weight: 800;
  letter-spacing: -0.02em;
}
#page-sales .sal-route-hint {
  font-size: 11px;
  color: var(--text-s);
  margin-top: 4px;
  direction: ltr;
  text-align: left;
  font-family: var(--mono, monospace);
  opacity: .75;
}
body.rm-modern #page-sales .rm-card table thead th {
  position: sticky;
  top: 0;
  z-index: 2;
}
