/* Divi Image Guard base styles */
img, .et_pb_image img {
  -webkit-user-drag: none;
  user-drag: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

/* Optional overlay: add class "dig-guard" on a Divi module/row/section to make it unclickable */
.dig-guard { position: relative; }
.dig-guard .dig-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,0);
  pointer-events: auto;
}

/* Hide images when printing (reduces "Gem som PDF" misbrug) */
@media print {
  img, .et_pb_image, .dig-guard { display: none !important; }
}
