.preview img {
    height: 120px;
    margin: 5px;
    border-radius: 4px;
    box-shadow: 0 0 5px rgba(0,0,0,0.2);
    object-fit: contain;
  }
  .star {
    font-size: 24px;
    color: #ccc;
    cursor: pointer;
    transition: color 0.3s;
  }
  .star.selected,
  .star:hover,
  .star:hover ~ .star {
    color: gold;
  }
  .sortable-ghost {
    opacity: 0.4;
    border: 2px dashed #007bff;
  }


  