.store-location-map__heading {
  font-family: 'Playfair Display', serif;
  font-weight: 600;
  margin-bottom: 2rem;
  font-size: 2.2rem;
}

.store-location-map__frame {
  border-radius: 8px;
  overflow: hidden;
}

.store-location-map__frame iframe {
  display: block;
  width: 100%;
}

.store-location-map__placeholder {
  opacity: 0.6;
  font-size: 1.3rem;
}
