#findingRoute {
  position: absolute;
  top: 10px;
  left: 50%;
  transform: translateX(-50%);
  background: rgba(0,0,0,0.75);
  color: white;
  padding: 8px 16px;
  border-radius: 6px;
  font-size: 14px;
  z-index: 2000;
  display: none;
  box-shadow: 0 2px 6px rgba(0,0,0,0.3);
}
