/* =========================================================
   ECB V0.5.0 — Carte Google Maps
   ========================================================= */

.google-map-card-v050{
  min-height:430px;
  border-radius:22px;
  overflow:hidden;
  border:1px solid rgba(215,170,74,.24);
  background:linear-gradient(135deg,#1c1d20,#0b0c0e);
  box-shadow:0 24px 60px rgba(0,0,0,.22);
}
.google-map-consent-v050{
  min-height:430px;
  display:flex;
  flex-direction:column;
  justify-content:center;
  align-items:center;
  text-align:center;
  gap:10px;
  padding:34px;
}
.google-map-consent-v050 .pin{
  font-size:3.7rem;
  line-height:1;
  color:var(--gold2);
}
.google-map-consent-v050 strong{
  font-family:"Barlow Condensed","Arial Narrow",Impact,sans-serif;
  font-size:2rem;
  text-transform:uppercase;
  line-height:1;
}
.google-map-consent-v050 p{
  margin:.3rem 0 1rem;
  color:#c8c4bc;
}
.google-map-consent-v050 small{
  max-width:560px;
  margin-top:6px;
  color:#8f8b84;
  font-size:.78rem;
  line-height:1.5;
}
.google-map-actions-v050{
  display:flex;
  flex-wrap:wrap;
  justify-content:center;
  gap:10px;
}
.google-map-live-v050{
  min-height:430px;
  display:grid;
  grid-template-rows:1fr auto;
  background:#111214;
}
.google-map-frame-v050{
  min-height:360px;
  background:#17181b;
}
.google-map-frame-v050 iframe{
  display:block;
  width:100%;
  height:100%;
  min-height:360px;
  border:0;
}
.google-map-footer-v050{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:16px;
  padding:14px 16px;
  background:#0d0e10;
  border-top:1px solid rgba(255,255,255,.08);
}
.google-map-footer-v050 strong{
  display:block;
  font-size:.92rem;
}
.google-map-footer-v050 span{
  display:block;
  color:#8f8b84;
  font-size:.78rem;
}
.google-map-footer-v050 .map-hide-v050{
  border:0;
  background:transparent;
  color:#c8c4bc;
  cursor:pointer;
  font-weight:700;
  padding:.45rem .6rem;
}
.google-map-footer-v050 .map-hide-v050:hover{
  color:#fff;
}

@media(max-width:760px){
  .google-map-card-v050,
  .google-map-consent-v050,
  .google-map-live-v050{
    min-height:360px;
  }
  .google-map-consent-v050{
    padding:26px 18px;
  }
  .google-map-actions-v050{
    width:100%;
  }
  .google-map-actions-v050 .btn{
    width:100%;
  }
  .google-map-frame-v050,
  .google-map-frame-v050 iframe{
    min-height:320px;
  }
  .google-map-footer-v050{
    align-items:flex-start;
  }
}