
.sortable-list {
  width: 700px;
  border-radius: 7px;
  padding: 30px 25px 20px;
}
.sortable-list .item {
  list-style: none;
  cursor: move;
  align-items: center;
  border-radius: 5px;
  border: 1px solid #ccc;
  border-color: light-dark(#c5cdd3, #4d5966);

  justify-content: left;
  padding: 3px 3px;
  margin-bottom: 3px;
}
.item .details {
  display: flex;
  align-items: center;
}

.details {
}

.item.dragging {
  opacity: 0.6;
}
.item.dragging :where(.details, i) {
  opacity: 0;
}
img.poster-tiny {
  width: 28px;
  height: 42px;
  object-fit: cover;
  border-radius: 0.2rem;
  margin-right: 5px;
}
span.item-title {
  margin-left: 5px;
}
