/*
 * Leaflet.IconEx v1.1.1 - 2024-06-15
 *
 * Copyright 2024 mfhsieh
 * mfhsieh@gmail.com
 *
 * Licensed under the MIT license.
 *
 * Demos:
 * https://mfhsieh.github.io/leaflet-iconex/
 *
 * Source:
 * git@github.com:mfhsieh/leaflet-iconex.git
 *
 */
@-moz-document url-prefix() {

    /* .leaflet-div-icon div:last-child,
    .leaflet-iconex div:last-child, */
    .leaflet-div-icon div:last-child .fa,
    .leaflet-div-icon div:last-child .fab,
    .leaflet-div-icon div:last-child .far,
    .leaflet-div-icon div:last-child .fas,
    .leaflet-iconex div:last-child .fa,
    .leaflet-iconex div:last-child .fab,
    .leaflet-iconex div:last-child .far,
    .leaflet-iconex div:last-child .fas {
        margin-top: .05rem;
        margin-bottom: -.05rem;
    }
}

.leaflet-div-icon {
    background: transparent;
    border: none;
}

.leaflet-div-icon,
.leaflet-iconex {
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -khtml-user-select: none;
    text-size-adjust: none;
    -webkit-text-size-adjust: none;
    -moz-text-size-adjust: none;
    -ms-text-size-adjust: none;
    -khtml-text-size-adjust: none;
}
