.be-gmaps-placeholder{
  width:100%;
  min-height:240px;
  display:flex;
  align-items:center;
  justify-content:center;
  padding:1.25rem;
  border:1px solid rgba(0,0,0,.12);
  border-radius:12px;
  background:rgba(0,0,0,.04);
  text-align:center;
  box-sizing:border-box;
}

.be-gmaps-placeholder__inner{max-width:46rem}
.be-gmaps-placeholder__text{margin:0}

.be-gmaps-placeholder__actions{
  margin-top:.85rem;
  display:flex;
  gap:.6rem;
  flex-wrap:wrap;
  justify-content:center;
  align-items:center;
}

.be-gmaps-privacy-link,
.be-gmaps-open-link{
  font-size:.95em;
  text-decoration:underline;
}

.be-gmaps-iframe{
  width:100%;
  min-height:240px;
  border:0;
  display:block;
}

/* Withdraw shortcode base styles (theme may override) */
.be-gmaps-withdraw{
  cursor:pointer;
}