.document-editor{display:flex;flex-direction:column;min-width:0;font-family:var(--font-family, "Arial, sans-serif");font-size:var(--font-size, 16px);line-height:1.5}.document-editor p,.document-editor h1,.document-editor h2,.document-editor h3,.document-editor h4,.document-editor h5,.document-editor h6,.document-editor ol,.document-editor ul{margin-top:var(--space-before-paragraph);margin-bottom:var(--space-after-paragraph)}.document-editor ol{list-style:decimal}.document-editor ul{list-style:disc}.document-editor h1{font-size:calc(var(--font-size) * 2.25);line-height:1.2}.document-editor h2{font-size:calc(var(--font-size) * 1.75);line-height:1.25}.document-editor h3{font-size:calc(var(--font-size) * 1.5);line-height:1.3}.document-editor h4{font-size:calc(var(--font-size) * 1.25);line-height:1.35}.document-editor h5{font-size:calc(var(--font-size) * 1.125);line-height:1.4}.document-editor .tiptap{height:100%;padding:0}.document-editor .details{display:flex;gap:.25rem;margin:0;padding:.5rem;height:auto;border:1px solid transparent;border-radius:4px}.document-editor .details:hover,.document-editor .details:focus-within{border-color:var(--gray-2)}.document-editor .details summary{font-weight:700;font-size:var(--text-2xl);line-height:var(--tw-leading, var(--text-2xl--line-height));list-style:none}.document-editor .details summary::-webkit-details-marker{display:none}.document-editor .details>button{align-items:center;background:transparent;border-radius:4px;display:flex;font-size:.625rem;height:1.75rem;justify-content:center;line-height:1;margin-top:.1rem;padding:0;width:1.25rem}.document-editor .details>button:hover{background-color:var(--gray-3)}.document-editor .details>button:before{content:"▶"}.document-editor .details.is-open>button:before{transform:rotate(90deg)}.document-editor .details>div{display:flex;flex-direction:column;gap:1rem;width:100%}.document-editor .details>div>[data-type=detailsContent]>:last-child{margin-bottom:.5rem}.document-editor .details .details{margin:.5rem 0}
