#gl-map{
    width:100%;
    height:700px;
    border-radius:12px;
    overflow:hidden;
}

.gl-map-section{
    position:relative;
    width:100%;
}

.gl-marker-popup{
    min-width:280px;
    max-width:380px;
}

.gl-marker-title{
    font-size:18px;
    font-weight:700;
    margin-bottom:10px;
}

.gl-marker-address,
.gl-marker-phone,
.gl-marker-email,
.gl-marker-schedule{
    margin-bottom:8px;
}

.gl-marker-buttons{
    display:flex;
    gap:10px;
    margin-top:15px;
}

.gl-marker-button{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    padding:10px 16px;
    text-decoration:none;
    border-radius:8px;
}

@media(max-width:767px){

    #gl-map{
        height:500px;
    }

}