.logo {
  display: none !important;
}

/* Hide the copy-to-clipboard button entirely */
/* button:has(svg.lucide.lucide-copy.h-4.w-4) {
    display: none !important;
} */

/* Disable text selection everywhere */
/* * {
  -webkit-user-select: none !important;
  -moz-user-select: none !important;
  -ms-user-select: none !important;
  user-select: none !important;
} */

/* Disable long-press copy on mobile */
/* html, body {
  -webkit-touch-callout: none !important;
} */
