body[data-protected-portal="1"],
body[data-protected-portal="1"] * {
    user-select: none;
    -webkit-user-select: none;
    -webkit-touch-callout: none;
}

body[data-protected-portal="1"] input,
body[data-protected-portal="1"] textarea,
body[data-protected-portal="1"] select,
body[data-protected-portal="1"] option,
body[data-protected-portal="1"] [contenteditable="true"] {
    user-select: text;
    -webkit-user-select: text;
    -webkit-touch-callout: default;
}

body[data-protected-portal="1"] img,
body[data-protected-portal="1"] picture,
body[data-protected-portal="1"] svg {
    -webkit-user-drag: none;
}
