/* A convenience barrier, not access control or anti-scraping protection. */
.xr-copy-protected,
.xr-copy-protected * {
    -webkit-user-select: none;
    user-select: none;
}

.xr-copy-protected input,
.xr-copy-protected textarea,
.xr-copy-protected select,
.xr-copy-protected [contenteditable]:not([contenteditable="false"]),
.xr-copy-protected [contenteditable]:not([contenteditable="false"]) *,
.xr-copy-protected [data-xr-allow-copy],
.xr-copy-protected [data-xr-allow-copy] *,
.xr-copy-protected #wpadminbar,
.xr-copy-protected #wpadminbar * {
    -webkit-user-select: text;
    user-select: text;
}
