/**
 * Section - Map Location
 * Full-width Google Maps iframe
 *
 * @package SeedDigital
 * @since 1.0.0
 */

.section-map-location {
  width: 100%;
  max-width: 1600px;
  margin: 0 auto 80px;
}

.map-location__wrapper {
  position: relative;
  width: 100%;
  overflow: hidden;
  border-radius: 16px;
}


.map-location__placeholder {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  min-height: 320px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 2rem;
  text-align: center;
  color: var(--color-neutral-600, #4b5563);
  font-size: 0.9375rem;
}

.map-location__placeholder p {
  margin: 0;
  max-width: 28rem;
}