
.tpcp-protected,
.tpcp-protected * {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.tpcp-protected img,
img.tpcp-protected-image {
    -webkit-user-drag: none;
    user-drag: none;
    -webkit-touch-callout: none;
}

.tpcp-protection-notice {
    position: fixed;
    left: 50%;
    bottom: 24px;
    transform: translateX(-50%);
    z-index: 9999999;
    max-width: calc(100vw - 30px);
    padding: 10px 14px;
    border-radius: 7px;
    background: rgba(20,20,20,.92);
    color: #fff;
    font-size: 13px;
    line-height: 1.35;
    box-shadow: 0 7px 22px rgba(0,0,0,.2);
    opacity: 0;
    pointer-events: none;
    transition: opacity .18s ease;
}

.tpcp-protection-notice.is-visible {
    opacity: 1;
}

.tpcp-allow-selection,
.tpcp-allow-selection * {
    -webkit-user-select: text !important;
    -moz-user-select: text !important;
    -ms-user-select: text !important;
    user-select: text !important;
    -webkit-touch-callout: default !important;
}
