.location-map-section {
  padding: 72px 0;
  background: #eef3f2;
}

.location-map-intro {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 28px 48px;
  align-items: end;
  margin-bottom: 30px;
}

.location-map-copy { max-width: 760px; }
.location-map-copy h2 { margin-top: 0; margin-bottom: 16px; }
.location-map-copy p:last-child { margin-bottom: 0; }

.location-map-kicker {
  margin: 0 0 10px;
  color: #176878;
  font-family: Montserrat, sans-serif;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.location-map-button { white-space: nowrap; }

.location-map-frame {
  position: relative;
  width: 100%;
  min-height: 560px;
  overflow: hidden;
  border: 1px solid rgba(23, 34, 38, .16);
  background: #d8e1e0;
  box-shadow: 0 18px 42px rgba(23, 34, 38, .14);
}

.location-map-frame iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.location-map-caption {
  margin: 18px 0 0;
  color: #48585d;
  font-size: 14px;
  line-height: 1.55;
}

@media screen and (max-width: 767px) {
  .location-map-section { padding: 58px 0; }
  .location-map-intro { grid-template-columns: 1fr; gap: 22px; }
  .location-map-button { width: 100%; white-space: normal; text-align: center; }
  .location-map-frame { min-height: 460px; }
}
