/*.watermark {
  display: none !important;
}*/

a[href*='https://chainlit.io'] {
  visibility: collapse; /* Hides the original text */
  position: relative;
  pointer-events: none;
  cursor: default;
}

a[href*='https://chainlit.io']::after {
  content: "AI生成内容可能有误，请结合经验使用"; /* New text to display */
  visibility: visible;
  color: Grey; /* Color of the new text */
  position: fixed; /* Position relative to the page */
  bottom: 20px; /* Adjust to where you want the text vertically */
  left: 50%; /* Center horizontally relative to the page */
  transform: translateX(-50%); /* Make sure it's truly centered */
  white-space: nowrap; /* Ensure it stays on one line */
}
