.TitleForm{width:100%;height:100%;display:flex;flex-direction:column;box-sizing:border-box;background-color:var(--bg-primary)}.TitleForm .header{box-sizing:border-box;padding:1rem;display:flex;flex-direction:row;justify-content:space-between;background-color:var(--bg-ui-fill)}.TitleForm .content{height:calc(100% - 15rem);box-sizing:border-box;display:flex}.TitleForm .content textarea{background-color:transparent;color:var(--text-primary);font-size:1rem;line-height:1.5rem;width:100%;box-sizing:border-box;padding:1rem 2rem}.TitleForm .footer{display:flex;flex-direction:column;gap:1rem;justify-content:flex-end;align-items:flex-end;width:100%;background-color:var(--bg-primary);padding:1.5rem 2rem;box-sizing:border-box;position:absolute;bottom:0;right:0}
