._fyp, ._fyp * {
  -webkit-user-select: none !important;
  -moz-user-select: none !important;
  -ms-user-select: none !important;
  user-select: none !important;
  -webkit-touch-callout: none !important;
}

/* panchang.php's "📋 Copy" button (copyPanchang()) writes to the
   clipboard directly via JS, bypassing the native copy event above --
   copyPanchang() itself refuses on a "_fyp" card, but visually disable
   the button too so it doesn't look clickable. */
._fyp .copy-btn {
  opacity: 0.35 !important;
  pointer-events: none !important;
  cursor: not-allowed !important;
}
