.category-drag-icon {
    width: 32px;
    height: 24px;
    display: inline-block;
    background: url("data:image/svg+xml,%3Csvg width='32' height='24' viewBox='0 0 20 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='1' cy='5' r='2' fill='currentColor'/%3E%3Ccircle cx='1' cy='12' r='2' fill='currentColor'/%3E%3Ccircle cx='1' cy='19' r='2' fill='currentColor'/%3E%3Ccircle cx='8' cy='5' r='2' fill='currentColor'/%3E%3Ccircle cx='8' cy='12' r='2' fill='currentColor'/%3E%3Ccircle cx='8' cy='19' r='2' fill='currentColor'/%3E%3Ccircle cx='16' cy='5' r='2' fill='currentColor'/%3E%3Ccircle cx='16' cy='12' r='2' fill='currentColor'/%3E%3Ccircle cx='16' cy='19' r='2' fill='currentColor'/%3E%3C/svg%3E") no-repeat center;
    background-size: contain;
    color: currentColor;
    
    cursor: grab;
    touch-action: pan-y;
}