/* Global style fixes applied to every page on slmainstreet.com
   (injected via nginx sub_filter — see /etc/nginx/snippets/mainstreet-routes.conf) */

/* Sticky table headers everywhere — ensures the header row stays visible
   when scrolling any data table in any report or drill-through view */
table thead th {
  position: sticky;
  top: 0;
  z-index: 50;
}

/* If thead already has its own sticky positioning applied via inline styles
   (e.g., the drill modals in financial-analysis), respect that; we only
   guarantee the default fallback works. */
