.watermark {
    display: none !important;
}

/* Hide MCP button */
button:has(> button > svg.lucide-plug) {
    display: none !important;
}

/* Increase sidebar */
.md\:flex.flex-col.flex-grow.sm\:hidden.transform.transition-transform.duration-300.ease-in-out.translate-x-0 {
  flex: 60 1 0px !important;
}
#side-view-content {
  padding: 0;
}

/* #command-button, #theme-toggle {
    display: none !important;
} */

/* Hide all scrollbars on Firefox and IE and Edge */
/* * {
    scrollbar-width: none;
    -ms-overflow-style: none;
} */
/* Hide all scrollbars on WebKit browsers (Chrome, Safari) */
/* *::-webkit-scrollbar {
    display: none;
} */

/* Hide specified elements inside ai-message */
/* .ai-message .-ml-1\.5.flex.items-center.flex-wrap {
    display: none !important;
} */
