.zw-developer-mode [data-zw-indicator] {
  position: relative;
  outline: 1px dashed rgba(207,126,0,.3);
  outline-offset: -1px;
}
.zw-developer-mode [data-zw-indicator]::after {
  content: attr(data-zw-indicator);
  position: absolute;
  z-index: 99990;
  right: 3px;
  top: 3px;
  max-width: 150px;
  padding: 1px 3px;
  border: 1px solid rgba(184,107,0,.28);
  border-radius: 2px;
  background: rgba(255,247,226,.92);
  color: #744600;
  font: 600 7px/1.2 ui-monospace,SFMono-Regular,Consolas,monospace;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  pointer-events: none;
}
