.watermark {
  display: none !important;
}

/* Add custom watermark */
#custom-elango-watermark {
  position: fixed;
  bottom: 20px;           /* Adds bottom margin */
  left: 50%;              /* Start at center */
  transform: translateX(-50%);  /* Shift left by half its width to truly center */
  color: #d49e9e;
  font-size: 13px;
  font-family: sans-serif;
  opacity: 0.8;
  z-index: 1000;
  font-weight: 600;
  pointer-events: none;   /* Prevent clicks from affecting it */
}


button:has(svg.lucide-copy) {
    display: none !important;
}
