.map__module {
  height: 400px;
  min-height: 400px;
  width: 100%;
}

.map__module + .map__cards {
  margin-top: var(--module-spacing);
}

.post--location {
  --text-secondary-color: var(--color-primary);
  --card-title-text-color-hover: var(--text-secondary-color);
}

.post--location :where(p) {
  margin-top: 0;
}

.post--location :where(a:not(.btn)),
.location__contact-name {
  font-weight: 500;
}

.location__address span {
  display: block;
}

.post--location .post__details > *:nth-child(2) {
  margin-top: 1rem;
}

.location__address,
.location__links {
  margin-top: 0.5rem;
}

.location__button {
  margin-top: auto;
  padding-top: 2rem;
}

.location__button .btn {
  width: 100%;
}

.map__infowindow p {
  margin-top: 1px;
  --text-font-size: 16;
}

.map__module .gm-style-iw-chr {
  height: 30px;
}

@media (min-width: 30rem) {
  .map__module {
    min-height: 500px;
  }
  .map__infowindow p {
    margin-top: 0.25rem;
  }
}
@media (min-width: 37.5rem) {
  .map__infowindow {
    padding-inline: 0.5rem;
    padding-block-end: 0.5rem;
  }
  .map__infowindow p {
    --text-font-size: 18;
  }
}
@media (min-width: 48rem) {
  .map__module {
    min-height: 600px;
  }
  .post--location .post__details > *:nth-child(2) {
    margin-top: 1.25rem;
  }
}
@media (min-width: 60rem) {
  .map__module {
    min-height: 700px;
  }
}

/*# sourceMappingURL=/assets/application/content-modules/maps-c34f60d4.css.map */
