.map-consent {
  max-width: 600px;
  margin: 1.5rem 0;
  padding: 1.4rem 1.5rem;
  border: 1px solid #d9e4e9;
  border-radius: 3px;
  background: #f4f8fa;
}

.map-consent p {
  margin: 0 0 1rem;
}

.map-consent__button {
  border: 0;
  border-radius: 3px;
  padding: .65rem 1rem;
  background: #27aae1;
  color: #fff;
  font: inherit;
  cursor: pointer;
}

.map-consent__button:hover,
.map-consent__button:focus {
  background: #168fc2;
}

.content-shell iframe {
  display: block;
  max-width: 100%;
  border: 0;
}
