.elfsight-widget-google-maps, 
.elfsight-widget 
.eapps-google-maps{    
    border-radius: var(--border-radius);
    box-shadow: var(--shadow-500, 16px);
}

.gm-style-iw.gm-style-iw-c{
    box-shadow:none;
    background: transparent;
    border: 0px solid transparent!important;
}

.gm-style-iw-chr{
    opacity:0;
}
.eapps-google-maps *{
    box-shadow: none;
}

.eapps-google-maps-marker-header img {
    height: 100%;
    object-fit: cover;
}

.eapps-google-maps .gm-style img{
    box-shadow: none!important;
}

.eapps-google-maps-marker-directions-label{
    display:none;
}