.custom-div-icon .marker-pin {
    width: 30px;
    height: 30px;
    border-radius: 8px;
    background: #3e4167;
    position: relative;
    box-shadow: 0 3px 10px rgba(0,0,0,0.2);
    display: flex;
    align-items: center;
    justify-content: center;
}

.custom-div-icon .marker-pin::after {
    content: '';
    position: absolute;
    bottom: -8px;
    left: 50%;
    transform: translateX(-50%);
    width: 16px;
    height: 8px;
    background-color: #191932;
    clip-path: polygon(0 0, 100% 0, 50% 100%);
    box-shadow: 0 1px 2px rgba(0,0,0,0.1);
}

.custom-div-icon .marker-pin img {
    width: 30px;
    height: 30px;
    object-fit: contain;
}
