#editor #controls{position:relative;background-color:var(--ss-l-s);border-radius:15px}#editor #controls .controls-buttons{display:flex;flex-wrap:wrap;align-items:center;padding:2px 5px;gap:10px}#editor #controls button{transition:background-color .3s ease,color .1s ease}#editor #controls button:not(.color-picker button):not(.exclude-button){width:25px;border-radius:50%}#editor #controls button i{font-size:.9rem}#editor #controls button.active{color:var(--black-400);background-color:var(--blue-200)}#editor #controls button:hover:not(.active){color:var(--ss-neutral)}#editor{height:100%;background-color:var(--ss-floating)}.tiptap{padding:20px;outline:none;height:100%;overflow-y:auto}.tiptap h1{font-size:2rem;font-weight:700}.tiptap h2{font-size:1.5rem;font-weight:700}.tiptap h3{font-size:1.17rem;font-weight:700}.tiptap h4{font-size:1rem;font-weight:400}.tiptap h5{font-size:.83rem;font-weight:400}.tiptap h6{font-size:.67rem;font-weight:400}.tiptap a{cursor:pointer;color:var(--ss-neutral)}.tiptap ul,.tiptap ol{padding:0 1rem;margin:1.25rem 1rem 1.25rem .4rem}.tiptap ul li p,.tiptap ol li p{margin-top:.25em;margin-bottom:.25em}.tiptap ul{list-style-type:disc}.tiptap ol{list-style-type:decimal}
