a.watermark {
    display: none !important;
  }

  #theme-toggle {
    display: none !important;
  }

  #readme-button {
    display: none !important;
  }

  #chat-input:empty::before {
    content: 'Ask a question about your performance...';
    color: #9ca3af;
    /* Tailwind slate-400 */

}

/* Force light grey background when selected, on all states */
.reaction-selected {
    background-color: #E0E0E0 !important;
    color: #000000 !important;
  }
  
  /* Ensure even on hover, focus, and active */
  .reaction-selected:hover,
  .reaction-selected:focus,
  .reaction-selected:active {
    background-color: #E0E0E0 !important;
    color: #000000 !important;
  }

.relative.flex.flex-col.items-center.gap-2.w-full::after {
    content: "Lana can make mistakes. Check important info.";
    display: block;
    font-size: 0.7rem;
    color: #888;
    text-align: center;
    margin-top: 6px;
    padding: 2px;
}

img.bg-transparent {
    width: 64px !important;
    height: 64px !important;
    aspect-ratio: 1/1 !important;
    object-fit: cover !important;
    border-radius: 50% !important;
    border: 1px solid #e2e8f0 !important;
}

span.relative.flex.shrink-0 {
    width: 64px !important;
    height: 64px !important;
}