body.fotium-protection-enabled .fotium-gallery,
body.fotium-protection-enabled .fotium-lightbox {
    user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
}

body.fotium-protection-enabled .fotium-gallery img,
body.fotium-protection-enabled .fotium-lightbox img {
    -webkit-user-drag: none;
    -webkit-touch-callout: none;
    user-select: none;
}

body.fotium-protection-enabled .fotium-interaction-save,
body.fotium-protection-enabled .fotium-interaction-share {
    display: none !important;
}

body.fotium-protection-enabled .fotium-protection-toast {
    position: fixed;
    left: 50%;
    bottom: 22px;
    transform: translateX(-50%);
    background: rgba(0, 0, 0, 0.78);
    color: #fff;
    padding: 8px 14px;
    border-radius: 999px;
    font-size: 12px;
    letter-spacing: 0.02em;
    opacity: 0;
    transition: opacity 150ms ease;
    z-index: 100000;
    pointer-events: none;
}

body.fotium-protection-enabled .fotium-protection-toast.is-visible {
    opacity: 1;
}
