.depl-body {
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin-top: 16px;
    flex: 1;
}

/* Stubs */
.depl-stub {
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px dashed var(--border);
    border-radius: var(--radius);
    color: var(--text-muted);
    font-size: 13px;
    padding: 24px;
}

.depl-treenav-stub {
    min-height: 80px;
}

.depl-editor-stub {
    flex: 1;
    min-height: 320px;
}
