.current-location-marker {
    background-color: #2A81EC;
    border: 2px solid white;
    border-radius: 50%;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
}

.current-location-marker .inner-circle {
    width: 10px;
    height: 10px;
    background-color: white;
    border-radius: 50%;
    transform: translate(3px, 3px);
}
