.listing-map {
    position: relative;
    overflow: hidden;
}

.listing-map .leaflet-container {
    width: 100%;
    height: 100%;
}

.map-center-pin {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -100%);
    z-index: 1000;
    pointer-events: none;
}

.map-center-pin svg {
    width: 48px;
    height: 48px;
    filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.35));
}

.map-load-error {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    background: #f4f6f8;
    color: #667085;
    font-size: 14px;
}
