/* No Copy Guard — LIGHT mode CSS */
[ncg-guard],
[ncg-guard] *{
  -webkit-user-select: none !important;
  -moz-user-select: none !important;
  -ms-user-select: none !important;
  user-select: none !important;
  -webkit-touch-callout: none !important;
}
@media print{ body{ display:none !important; } }
/* Hide chapter content when JS is disabled (WordPress adds 'no-js' on <html>) */
.no-js .reading-content,
.no-js .entry-content,
.no-js .madara-reading,
.no-js .content-reading { display: none !important; }
