/* glacial/location-info — additions to the shared .gl-location rules in blocks/assets/blocks-frontend.css */
.gl-location--no-map {
  grid-template-columns: 1fr; /* no map column (showMap off or no Map iFrame on the location) */
}
.gl-location__address {
  font-style: normal; /* browsers italicise <address> by default; the design does not */
}
.gl-location__label {
  font-weight: 600;
  color: var(--ink);
}
.gl-location__note {
  color: #7a7a7a;
}
