.custom-leaflet-popup {
    margin: 0 !important;
    top: -19px !important;
    bottom: 0 !important;

    .leaflet-popup-content-wrapper {
        background: transparent;
        box-shadow: none;

        .leaflet-popup-content {
            margin: 0;

            .marker-popup {
                &>div {
                    margin-top: 10px;
                    width: 103px;
                    height: 38px;
                    line-height: 38px;
                    text-align: center;
                    color: #191919;
                    font-size: 14px;
                    background: #fff;
                    border-radius: 20px;
                }

                &>div:first-child {
                    margin-top: 0;
                }
            }
        }
    }

    .leaflet-popup-tip-container {
        display: none;
    }
}

.ztzf-drone-custom-icon {
    .content {
        position: relative;
        display: flex;
        align-items: center;
        justify-content: center;

        img {
            width: 24px;
            height: 24px;
        }

        span {
            position: absolute;
            top: -20px;

            font-family: Source Han Sans CN, Source Han Sans CN;
            font-weight: bold;
            font-size: 12px;
            color: #FFFFFF;
            line-height: 20px;
            text-align: center;
            font-style: normal;
            text-transform: none;
            text-shadow: 0px 1px 2px #1B2740;
            white-space: nowrap;
            text-stroke: 0.2px #1B2740;
            -webkit-text-stroke: 0.2px #1B2740;
        }
    }
}

.ztzf-address-custom-icon {
    .content {
        position: relative;
        display: flex;
        align-items: center;
        justify-content: center;

        img {
            width: 20px;
            height: 24px;
        }

        span {
            position: absolute;
            top: -20px;

            font-family: Source Han Sans CN, Source Han Sans CN;
            font-weight: bold;
            font-size: 12px;
            color: #FFFFFF;
            line-height: 20px;
            text-align: center;
            font-style: normal;
            text-transform: none;
            text-shadow: 0px 1px 2px #1B2740;
            white-space: nowrap;
            text-stroke: 0.2px #1B2740;
            -webkit-text-stroke: 0.2px #1B2740;
        }
    }

    .address-marker {
        span {
            text-shadow: 0px 1px 2px #003CBC;
            text-stroke: 0.2px #003CBC;
            -webkit-text-stroke: 0.2px #003CBC;
        }
    }
}