.active {
    background-color: white !important;
}

.sortable-chosen.layer-item {
  background-color: rgba(34, 197, 94, 0.18) !important;
  border-radius: 8px;
  transition: background-color 0.1s ease;
}

.sortable-ghost {
  background-color: rgba(34, 197, 94, 0.35) !important;
  border-radius: 6px;
  opacity: 1 !important;
  transform: scale(1.02);
  box-shadow: 0 4px 12px rgba(0,0,0,0.2);
}

.sortable-drag {
  opacity: 0 !important;
}
