.hls-contact-maps {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.hls-contact-map {
  display: flex;
  flex-direction: column;
  min-width: 0;
  background: #111b1e;
}

.hls-contact-map__heading {
  margin: 0;
  padding: 0.9rem 1rem 0.35rem;
  font-family: "Saira", sans-serif;
  font-size: 1.05rem;
  font-weight: 600;
  color: #ffbf00;
}

.hls-contact-map__address {
  margin: 0;
  padding: 0 1rem 0.85rem;
  font-size: 0.92rem;
  line-height: 1.45;
  color: rgba(255, 255, 255, 0.88);
}

.hls-contact-map .elementor-custom-embed {
  flex: 1 1 auto;
}

.hls-contact-map .elementor-custom-embed iframe {
  width: 100%;
  height: 360px;
  border: 0;
  display: block;
}

@media (max-width: 767px) {
  .hls-contact-maps {
    grid-template-columns: 1fr;
  }

  .hls-contact-map .elementor-custom-embed iframe {
    height: 300px;
  }
}
