.vp-map-consent {
  display: grid;
  min-height: 360px;
  width: 100%;
  place-items: center;
  overflow: hidden;
  background: #f4f2ee;
  border: 1px solid rgba(29, 29, 27, 0.14);
}

.vp-map-consent__body {
  max-width: 560px;
  padding: 32px 24px;
  text-align: center;
}

.vp-map-consent__button {
  min-height: 44px;
  padding: 10px 20px;
  cursor: pointer;
}

.vp-map-consent__iframe {
  display: block;
  width: 100%;
  min-height: 360px;
  border: 0;
}

@media (max-width: 689px) {
  .vp-map-consent,
  .vp-map-consent__iframe {
    min-height: 300px;
  }
}
