/*********************************************
 * Venue Maps
**********************************************/
.bb-venue-maps.gg-maps [data-gg-maps] {height:clamp(70vh, 52.5vw, 760px); width:100%;}
.bb-venue-maps:before {
    z-index:1; pointer-events:none;
    background:linear-gradient(#081634 0%, rgba(8, 22, 52, 0) 40.39%, rgba(8, 22, 52, 0) 57.14%, #081634 100%);
}

/* Window info */
.bb-venue-maps .gm-style .gm-style-iw-c {
    --window-infor-height:56px;
    top:128px; overflow:visible;
    background:var(--bb-color-white); border-radius:var(--window-infor-height); padding:0;
}
.bb-venue-maps .gm-style .gm-style-iw-d {overflow:visible !important;}
.bb-venue-maps .gm-style .gm-style-iw-c button {
    background:#fff !important; opacity:1; border-radius:0 0 50% 50%;
    left:50%; transform:translate(-50%, 62px);
}
.bb-venue-maps .gm-style .gm-style-iw-c button span {margin-top:3px !important;}
.bb-venue-maps .gm-style .gm-style-iw-c button:hover {background:var(--bb-color-yellow) !important;}
.bb-venue-maps .gm-style .gm-style-iw-c [data-gg-maps-infowindow] {
    display:inline-flex; align-items:center; justify-content:center; position:relative;
    font-family:var(--bb-font-secondary); font-weight:500; font-size:var(--bb-size-15);
    text-transform:uppercase; color:#1e364f;
    width:max-content; max-width:100%; text-align:center;
    padding:5px calc(var(--window-infor-height) + 20px) 5px 25px; min-height:var(--window-infor-height);
}
.bb-venue-maps .gm-style .gm-style-iw-c [data-gg-maps-infowindow]:before {
    font-family:var(--bb-font-icomoon); content:"\e927";
    font-size:10px; color:var(--bb-color-yellow); line-height:1;
    display:flex; align-items:center; justify-content:center;
    height:calc(100% - 2px); aspect-ratio:1; border-radius:50%; border:1px solid #e3e3e3;
    position:absolute; top:0; right:0; transition:var(--bb-transition);
}
.bb-venue-maps .gm-style .gm-style-iw-tc {display:none;}
.bb-venue-maps .gm-style .gm-style-iw-c a[data-gg-maps-infowindow]:hover:before {
    background:var(--bb-color-yellow); color:var(--bb-color-on-primary); border-color:var(--bb-color-yellow);
}


/*********************************************
 * Venue Maps Responsive
**********************************************/
@media only screen and (max-width:480px) {
    /* Window info */
    .bb-venue-maps .gm-style .gm-style-iw-c {
        --window-infor-height:40px;
        top:105px; max-width:var(--bb-container) !important;
    }
    .bb-venue-maps .gm-style .gm-style-iw-c [data-gg-maps-infowindow] {
        font-size:13px;
        padding-left:20px; padding-right:calc(var(--window-infor-height) + 15px);
    }
    .bb-venue-maps .gm-style .gm-style-iw-c button {
        width:24px !important; height:24px !important;
        transform:translate(-50%, 46px);
    }
    .bb-venue-maps .gm-style .gm-style-iw-c button span {margin:2px 5px 5px !important;}
}