body.rwaci-no-select,
body.rw-aci-no-select,
body.rwaci-no-select *:not(input):not(textarea):not(select):not(option):not([contenteditable="true"]):not([contenteditable=""]):not(.rwaci-allow):not(.rwaci-allow *):not(.rwaci-allow-select):not(.rwaci-allow-select *):not(.rw-aci-allow):not(.rw-aci-allow *):not(.rw-aci-allow-select):not(.rw-aci-allow-select *),
body.rw-aci-no-select *:not(input):not(textarea):not(select):not(option):not([contenteditable="true"]):not([contenteditable=""]):not(.rwaci-allow):not(.rwaci-allow *):not(.rwaci-allow-select):not(.rwaci-allow-select *):not(.rw-aci-allow):not(.rw-aci-allow *):not(.rw-aci-allow-select):not(.rw-aci-allow-select *) {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    user-select: none;
}

body.rwaci-protect-images img,
body.rwaci-protect-images picture,
body.rwaci-protect-images figure,
body.rw-aci-protect-images img,
body.rw-aci-protect-images picture,
body.rw-aci-protect-images figure {
    -webkit-user-drag: none;
}

.rwaci-toast {
    position: fixed;
    left: 50%;
    bottom: 28px;
    z-index: 2147483647;
    max-width: calc(100vw - 32px);
    padding: 11px 16px;
    border-radius: 999px;
    background: rgba(20, 20, 28, .94);
    color: #fff;
    font: 14px/1.35 inherit;
    text-align: center;
    box-shadow: 0 10px 32px rgba(0, 0, 0, .25);
    opacity: 0;
    pointer-events: none;
    transform: translateX(-50%) translateY(18px);
    transition: opacity .18s ease, transform .18s ease;
}

.rwaci-toast.is-visible {
    opacity: 1;
    transform: translateX(-50%) translateY(0);
}

@media print {
    body.rwaci-no-print *,
    body.rw-aci-no-print * {
        display: none !important;
        visibility: hidden !important;
    }

    body.rwaci-no-print::before,
    body.rw-aci-no-print::before {
        display: block !important;
        visibility: visible !important;
        padding: 40px;
        color: #111;
        content: "Impression désactivée pour ce contenu protégé.";
        font: 18px/1.5 Arial, sans-serif;
    }
}
