.w-sticky-footer {
    display: none !important;
}

.nj-editorial-toolbar-v8 {
    position: sticky;
    top: 0;
    z-index: 90;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    padding: 0.85rem 1.5rem;
    margin: 0 0 1.5rem;
    background: #ffffff;
    border-bottom: 1px solid #d9d9d9;
    box-shadow: 0 2px 8px
        rgba(0, 0, 0, 0.08);
}

.nj-editorial-toolbar-actions {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    flex-wrap: wrap;
    gap: 0.75rem;
}

.nj-editorial-composer
    .DraftEditor-root {
    min-height: 420px;
}

.nj-cover-image-upload {
    margin-top: 1.5rem;
}
