/* Hide the "Read Me" button */
#readme-button {
    display: none !important;
}
.feedback-button {
    display: none !important;
}
/* Hide Chat button */
.positive-feedback-off {
    display: none !important;
}

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

/* chainlit footer */
.footer {
    visibility: hidden !important;
}

/* Hide the upvoting and downvoting elements */
.negative-feedback-off {
    display: none !important;
}

.ai-message > :first-child {
  display: none;
}