.map-consent-box {
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 2rem;
  background: #f9f9f9;
}

.map-container.map-locked iframe {
  display: none;
}

.map-container.map-unlocked .map-consent-box {
  display: none;
}