.draft-alert{gap:.4rem;overflow:hidden;font-size:.8rem;border:1px solid var(--vue-elder-primary);border-radius:30px}.draft-alert b{font-weight:700}.draft-alert>*{padding:.8rem}.draft-alert svg{margin:0 .4rem 0 0}.draft-actions{display:flex}.draft-actions:has(:not(:only-child))>:not(:last-child){border-top-right-radius:0;border-bottom-right-radius:0}.draft-actions:has(:not(:only-child))>:not(:last-child)>*{border-top-right-radius:0;border-bottom-right-radius:0}.draft-actions:has(:not(:only-child))>:last-child.elder-dropdown{border-left:1px solid #fff}.draft-actions:has(:not(:only-child))>:last-child.elder-dropdown .elder-dropdown__trigger button{border-top-left-radius:0;border-bottom-left-radius:0}.post-mutate{background-color:#f5f5f5}.post-mutate__form{max-width:1200px;margin:0 auto}.post-mutate__inputs{display:grid;grid-template-columns:1fr 1fr 1fr 1fr;grid-template-areas:"title title cover cover" "content content cover cover" "content content publishedFrom slug" "content content author author" "customFields customFields customFields customFields";grid-template-rows:auto auto auto 1fr;grid-auto-rows:auto;grid-gap:1rem 2rem;align-items:start}.post-mutate__inputs-cover{width:100%}.post-mutate__inputs-cover .kvass-media-droparea-wrapper{display:flex;flex-direction:column}.post-mutate [data-field=cover]{grid-area:cover}.post-mutate [data-field=title]{grid-area:title}.post-mutate [data-field=slug]{grid-area:slug}.post-mutate [data-field=customFields]{grid-area:customFields}.post-mutate [data-field=publishedFrom]{grid-area:publishedFrom}.post-mutate [data-field=author]{grid-area:author}.post-mutate [data-field=content]{grid-area:content}.post-mutate [data-field=cover]{aspect-ratio:6/4;margin-bottom:.5rem}.post-mutate [data-field=content]{align-self:stretch}.post-mutate--new .post-mutate__inputs{grid-template-areas:"title title cover cover" "content content cover cover" "content content publishedFrom publishedFrom" "customFields customFields customFields customFields";grid-template-rows:auto auto 1fr}.post-mutate .custom-fields{margin-top:0}.post-mutate [type=submit]{margin-right:auto}