﻿/* Globale Overrides (nicht druckspezifisch) */
#ui-overlay { z-index: 2147483647 !important; }
#ui-overlay * { pointer-events: auto; }

/* Snapshot-Bild standardmäßig im Screen unsichtbar, Größe responsiv */
#print-snapshot {
  display: none;
  max-width: 100%;
  height: auto;
}
