.nux-map-marker-shell {
    width: 72px !important;
    height: 82px !important;
    border: 0;
    background: transparent;
}

.nux-map-marker-card {
    position: relative;
    display: grid;
    place-items: center;
    width: 58px;
    height: 58px;
    margin: 5px 0 0 7px;
    border: 3px solid #fea727;
    border-radius: 50% 50% 50% 0;
    background: #050505;
    box-shadow: 0 8px 22px rgba(0, 0, 0, .38);
    transform: rotate(-45deg);
}

.nux-map-marker-card::before,
.nux-map-marker-card::after {
    content: none;
}

.nux-map-marker-card img {
    display: block;
    width: 38px;
    height: 38px;
    object-fit: contain;
    transform: rotate(45deg);
}

.nux-map-marker-shell.leaflet-marker-icon {
    background: transparent;
}
