/* Krankenhausalarm.de · Content Protection
   Komfortschutz gegen Markieren/Kopieren im Browser.
   Kein technischer Schutz gegen Quelltextzugriff, DevTools oder Screenshots. */

body.kha-content-protected,
body.kha-content-protected * {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

/* Formulare und explizit freigegebene Bereiche bleiben bedienbar. */
body.kha-content-protected input,
body.kha-content-protected textarea,
body.kha-content-protected select,
body.kha-content-protected option,
body.kha-content-protected [contenteditable="true"],
body.kha-content-protected .allow-copy,
body.kha-content-protected .allow-copy * {
  -webkit-user-select: text;
  -moz-user-select: text;
  user-select: text;
}

/* Verhindert das direkte Herausziehen von Bildern in andere Anwendungen. */
body.kha-content-protected img {
  -webkit-user-drag: none;
}
