.marker-pin {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  border-radius: 9999px;
  background: linear-gradient(135deg, #0d9488, #115e59);
  color: #fff;
  font-size: 16px;
  box-shadow: 0 6px 16px -4px rgba(15, 118, 110, 0.55);
  border: 2px solid #fff;
}

.marker-pin-user {
  background: linear-gradient(135deg, #f59e0b, #b45309);
}

::-webkit-scrollbar { height: 8px; width: 8px; }
::-webkit-scrollbar-thumb { background: #cbd5e1; border-radius: 9999px; }
