/* V166 — lightweight main-site content protection.
   Ebook wrappers intentionally do not load this file. */
body{
  -webkit-user-select:none;
  user-select:none;
}

input,
textarea,
[contenteditable="true"],
[contenteditable=""],
[role="textbox"]{
  -webkit-user-select:text;
  user-select:text;
}

img{
  -webkit-touch-callout:none;
  -webkit-user-drag:none;
}
