/* ============================================================
   CUSTOM — Per-Store Overrides
   Keep this file under 30 lines. Only store-specific tweaks go here.
   Do NOT add layout, grid, or structural CSS — that belongs in style.css.
   Do NOT add theme design tokens — that belongs in theme.css.

   Examples of what belongs here:
   - A promotional banner color unique to this store
   - A section hidden for this location (display: none)
   - A logo size tweak specific to this store
   ============================================================ */

/* Semantic h4 labels inside the location contact box render identically
   to the default <strong> label style used elsewhere on the site. */
.gs-location-info-item h4 {
  color: var(--gs-dark);
  display: block;
  margin: 0 0 0.25rem;
  font-size: inherit;
  font-weight: 700;
  font-family: inherit;
}
