.widget-header {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    height: 48px;
    padding: 4px 8px 4px 16px;
    box-sizing: border-box;
    background-color: #f1f4f9;
    border-bottom: 1px solid #dce3eb;
}

.widget-header-actions {
    display: flex;
    align-items: center;
    gap: 8px;
}

.dnd {
    width: 100%;
    height: 100%;
    cursor: grab;
    user-select: none;
}