.workflow-cell{
  display:flex;
  flex-wrap:wrap;
  gap:8px;
  align-items:center;
}
.search-bar{
  display:flex;
  flex-wrap:wrap;
  gap:12px;
  margin:0 0 20px;
}

.search-bar input[type="text"]{
  flex:1 1 420px;
  min-width:260px;
}

.search-bar button{
  flex:0 0 auto;
}

@media (max-width:980px){
  .search-bar{
    flex-direction:column;
  }

  .search-bar input[type="text"],
  .search-bar button{
    width:100%;
  }
}
