/**
 * Scoped selection / touch callout limits. Full text remains in HTML for crawlers.
 */
.tg-content-protection #dev_page_content,
.tg-content-protection .tl_main_body,
.tg-content-protection .footer_wrap {
    -webkit-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
}

.tg-content-protection input,
.tg-content-protection textarea,
.tg-content-protection select,
.tg-content-protection [contenteditable="true"] {
    -webkit-user-select: text;
    user-select: text;
}

.tg-content-protection img {
    -webkit-user-drag: none;
    user-select: none;
}
