/* Hide the original watermark element and disable its interactivity */
.watermark {
    display: none !important;
    pointer-events: none !important;
}
