.root {
  border: 1px dashed #7a92a5;
  width: 498px;
  height: 402px;
  position: absolute;
  z-index: 999;
  background: #ffffff;
}

.title {
  font-size: 14px;
  color: #32536a;
  height: 18px;
  margin: 6px;
}

.sortableGrid {
  padding: 18px 24px 0 24px;
}


.item {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 8px;
  width: 90px;
  height: 60px;
  border: 1px solid #7a92a5;
  padding: 21px;
  margin: 8px;
  user-select: none;
  box-sizing: border-box;
}

.handle {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 94px;
  height: 36px;
  background-color: #eaf7ff;
  border: solid 1px #b6c1cd;
  border-radius: 4px;
  color: #32536a;
  font-size: 14px;
  cursor: grab;
}

/* st-namespace-reference="../../../../../../../src/DragAndDrop/docs/SortableGrid/SingleAreaGrid/SingleAreaGrid.st.css" */