/* Blink only when assistant is generating a response */
.cl-message.assistant.loading .cl-avatar img {
  animation: cl-blink 1s infinite ease-in-out;
}


.cl-message.assistant:not(.loading) .cl-avatar img {
  animation: none;
}

/* Hide the top-right README button */
#readme-button {
  display: none !important;
}
