.watermark {
    pointer-events: none;
}

.watermark>*,
.cl-watermark>* {
    display: none !important;
    pointer-events: none;
}

.watermark::after,
.cl-watermark::after {
    content: "The chat assistant can make mistakes. Check important information.";
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    font-size: 10px;
    color: inherit;
    background: inherit;
    font-family: inherit;
    border-radius: inherit;
    letter-spacing: 0.02em;
    white-space: nowrap;
    opacity: 0.97;
    pointer-events: none;
    box-shadow: inherit;
    text-align: center;
    z-index: 1;
}
