/* Highlights the .location-card whose id matches the current URL hash
   (set by contact-locations.js) so a linked-to location (e.g. from the
   Location Map dots' #st-louis style links) is visually called out. */
.location-card.is-location-active h2 {
  color: var(--dma-map-accent, #e4002b) !important;
}
.location-card.is-location-active .kt-inside-inner-col {
  border-color: var(--dma-map-accent, #e4002b) !important;
}
