
.route-stop {
  background: #e9f7ef;
  padding: 10px;
  margin-bottom: 10px;
  border-radius: 5px;
  cursor: grab;
  position: relative;
}
.remove-btn {
  float: right;
  background: crimson;
  color: white;
  border: none;
  padding: 2px 6px;
  border-radius: 3px;
  cursor: pointer;
}
.popup-content img {
  width: 100px;
  height: auto;
  border-radius: 5px;
  margin-top: 5px;
}
.sortable-placeholder {
  height: 40px;
  background: #cce5ff;
  border: 2px dashed #66afe9;
  margin-bottom: 10px;
  border-radius: 5px;
}
