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

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

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

.post--location-highlighted {
  --card-bg: var(--color-primary);
  --card-bg-hover: var(--color-primary-shade);
  --card-text-color: var(--white);
  --card-text-color-hover: var(--white);
  --text-primary-color: var(--surface-contrast-text-color);
  --text-secondary-color: var(--surface-contrast-text-color);
}

.post--location-highlighted .post__divider {
  opacity: 0.7;
}

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

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

.post--location span {
  display: block;
}

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

.location__links p {
  font-weight: 400;
}

.location__address {
  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;
  }
}
@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-15e189aa.css.map */
