/* Placeholder click-to-load para iframe de Google Maps. */

.maps-placeholder {
  position: relative;
  width: 100%;
  min-height: 300px;
  background:
    linear-gradient(rgba(0, 0, 0, 0.45), rgba(0, 0, 0, 0.45)),
    repeating-linear-gradient(45deg, #d8d8d8 0 12px, #c8c8c8 12px 24px);
  background-size: cover;
  background-position: center;
  border: 1px solid #bbb;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
}

.maps-placeholder__overlay {
  text-align: center;
  color: #fff;
  padding: 24px;
  max-width: 480px;
  font-family: inherit;
}

.maps-placeholder__overlay p {
  margin: 0 0 16px 0;
  font-size: 16px;
  line-height: 1.4;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}

.maps-placeholder__btn {
  background: #1a73e8;
  color: #fff;
  border: 0;
  padding: 12px 24px;
  font-size: 15px;
  font-weight: 600;
  cursor: pointer;
  border-radius: 4px;
  transition: background 0.15s ease;
}

.maps-placeholder__btn:hover,
.maps-placeholder__btn:focus {
  background: #1664c0;
  outline: none;
}

.maps-placeholder iframe {
  width: 100%;
  height: 100%;
  border: 0;
}
