
.diju-wnp-overlay {
  position: absolute;
  right: 10px;
  bottom: 10px;
  z-index: 9999;
  pointer-events: none;
  opacity: 0.5;
  font-size: 14px;
  font-family: Arial, Helvetica, sans-serif;
  color: #666;
  background: transparent;
  user-select: none;
  white-space: nowrap;
}

.dearpdf-container, .dearpdf-wrapper, .dearpdf-embed {
  position: relative !important;
}

@media print {
  .diju-wnp-overlay {
    position: fixed;
    right: 10mm;
    bottom: 10mm;
    font-size: 12pt;
    opacity: 0.5;
  }
}
