.markdown-editor-text-input {
  background-color: rgba( 255, 255, 255 ,  1 );
  background-color: rgba( var(--palette-neutral-0,255, 255, 255) ,  1 ); }
  .markdown-editor-text-input .markdown-editor-toolbar {
    background: rgba( 255, 255, 255 ,  1 );
    background: rgba( var(--palette-neutral-0,255, 255, 255) ,  1 ); }
    .markdown-editor-text-input .markdown-editor-toolbar .markdown-toolbar-menuitem-disabled button {
      border: none; }
    .markdown-editor-text-input .markdown-editor-toolbar .markdown-toolbar-button {
      color: rgba(0, 0, 0, .9);
      color: var(--text-primary-color,rgba(0, 0, 0, .9)); }

.bolt-button-group {
  gap: 0px; }
