.drag-drop-unused-option {
  display: flex;
  align-items: center;
  margin: 0.5rem auto;
  background-color: #ffffff;
  border: 1px solid #ced3d9;
  text-align: center;
  max-height: 200px;
}
.drag-drop-unused-option.text-option {
  padding: 1rem;
}
.drag-drop-unused-option .image {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.drag-drop-unused-option .text {
  width: 100%;
  text-align: center;
  word-break: break-word;
}