/* Custom marker icon for BP */
.custom-marker.bp {
    background: none;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.custom-marker.bp img {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    box-shadow: 0 0 4px #3333;
    background: #fff;
}
