/* VitaQM · Lenkungsdaten in der Dokumentenliste (Begleitstil zur Auflage) */
.vq-lenk-kopf {
  font-size: var(--fs-meta, 15px);
  letter-spacing: .04em;
  white-space: nowrap;
}
.vq-lenk-zelle {
  font-size: var(--fs-meta, 15px);
  white-space: nowrap;
  vertical-align: middle;
}
.vq-lenk-fassung {
  font-variant-numeric: tabular-nums;
  font-weight: 600;
  color: #0a2434;
}
.vq-lenk-datum {
  font-variant-numeric: tabular-nums;
  color: #1c6c37;
}
.vq-lenk-person {
  color: #30495b;
  max-width: 150px;
  overflow: hidden;
  text-overflow: ellipsis;
}
/* Gültig geführt, aber ohne Freigabe: das muss auffallen, nicht mitlaufen. */
.vq-lenk-alt {
  color: #985900;
  font-weight: 600;
  background: #fff2d6;
  border-radius: 4px;
  padding: 1px 7px;
  cursor: help;
}
.vq-lenk-leer { color: #8a97a0; }

/* Gueltige Fassung mit laufender Ueberarbeitung: gilt, wird aber geaendert. */
.vq-lenk-ueberarbeitung {
  color: #0f7c78;
  font-weight: 600;
  white-space: normal;
  cursor: help;
}
