/* Naš SVG wrapper (preimenovan iz rough-annotation u mwe-rough-annotation) */
.mwe-rough-annotation {
  pointer-events: none;
  position: absolute;
  left: 0;
  top: 0;
  overflow: visible;
  z-index: 2;
}

/* Naš SVG wrapper */
svg.mwe-rough-annotation{
  pointer-events: none;
  position: absolute;
  left: 0;
  top: 0;
  overflow: visible;
  z-index: 1; /* highlight obično treba biti ispod teksta */
}

/* Tekst treba biti iznad highlighta (često je već, ali pojačamo) */
.elementor-widget .elementor-heading-title,
.elementor-widget .elementor-button-text,
.elementor-widget .elementor-icon-list-text,
.elementor-widget p{
  position: relative;
  z-index: 2;
}

svg.rough-annotation { pointer-events:none; }