/* v46 narrow display fix for /locations/ mobile view.
   The locations page contains very tall location-grid sections. The v35 scroll-reveal
   script observes whole sections with a 12% threshold; on small mobile screens, a very
   tall section may never satisfy that threshold, leaving the section opacity at 0.
   This file only disables that reveal opacity/transform for the location-list sections.
   It does not change the page text, links, layout structure, colors, or service content. */
body.v35-site.v35-js .v46-location-list-section.v35-reveal,
body.v35-site.v35-js .v44-admin-location-links.v35-reveal {
  opacity: 1 !important;
  transform: none !important;
  transition: none !important;
}
