.mdxeditor{background-color:hsl(var(--editor-background))!important;border:1px solid hsl(var(--border))!important;width:100%;height:12rem;border-radius:.5rem}.mdxeditor.medium{height:20rem}.mdxeditor.large{height:35rem}.mdxeditor-toolbar{background-color:hsl(var(--editor-toolbar-background))!important;border-bottom:1px solid hsl(var(--border))!important;border-bottom-left-radius:0;border-bottom-right-radius:0;position:relative;height:3rem}.mdxeditor-toolbar button{cursor:pointer;transition:all .2s ease}.mdxeditor-root-contenteditable::-webkit-scrollbar{width:4px}.mdxeditor-root-contenteditable::-webkit-scrollbar-track{background-color:hsl(var(--background-dark-gray))}.mdxeditor-root-contenteditable::-webkit-scrollbar-thumb{background-color:hsl(var(--primary));border-radius:6px}.mdxeditor-root-contenteditable{max-height:calc(100% - 3rem);overflow-y:auto;overflow-x:hidden;margin-right:.4rem}.mdxeditor-root-contenteditable ul{list-style-type:disc;margin-left:1rem}.mdxeditor-root-contenteditable ol{list-style-type:auto;margin-left:1rem}.mdxeditor-root-contenteditable h1{font-size:2em}.mdxeditor-root-contenteditable h2{font-size:1.5em}.mdxeditor-root-contenteditable h3{font-size:1.17em}.mdxeditor-root-contenteditable h4{font-size:1em}.mdxeditor-root-contenteditable h5{font-size:.83em}.mdxeditor-root-contenteditable h6{font-size:.67em}.mdxeditor-root-contenteditable blockquote{border-left:.25rem solid #282c33;padding-left:1rem;margin-left:0}