/* Blue dot */
.lhc-blue-dot .lhc-dot{
  width: 14px;
  height: 14px;
  background: #2a7bff;
  border: 1px solid #fff;
  border-radius: 50%;
  box-shadow: 0 0 10px rgba(42,123,255,.5);
}

/* Heading arrow */
.lhc-heading .lhc-arrow{
  width: 0; height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 18px solid rgba(42,123,255,0.95);
  position: relative;
  top: -12px;
  left: 10px;
  transform-origin: 50% 80%;
  filter: drop-shadow(0 2px 2px rgba(0,0,0,.25));
}

/* Optional: make your locate button look "latched" when active */
#locateMeBtn.active{
  outline: 2px solid rgba(255,255,255,.8);
}
