.content-copy-restricted .page,
.content-copy-restricted .modals {
	-webkit-user-select: none;
	user-select: none;
	-webkit-touch-callout: none;
}

.content-copy-restricted :is(.page, .modals) img {
	-webkit-user-drag: none;
}

/* Keep forms and editable controls usable, including their nested elements. */
.content-copy-restricted :is(form, input, textarea, select, option, [contenteditable]:not([contenteditable="false"])),
.content-copy-restricted :is(form, [contenteditable]:not([contenteditable="false"])) * {
	-webkit-user-select: text;
	user-select: text;
	-webkit-touch-callout: default;
}
