/* leadforensics.css – optionale Styles für Debug oder spätere UI-Erweiterungen */
.lf-highlight {
  outline: 2px dashed #0077ff;
  outline-offset: 2px;
}
.lf-hidden {
  display: none !important;
}