/* A light browser-level deterrent for public editorial surfaces. Form controls remain usable. */
.public-content-protected{-webkit-user-select:none;user-select:none;-webkit-touch-callout:none}
.public-content-protected :is(input,textarea,select,option,[contenteditable="true"],[data-allow-copy]){-webkit-user-select:text;user-select:text;-webkit-touch-callout:default}
