/* clique — global chrome (header/footer) mobile responsive fixes.
   Loaded on EVERY page after the snapshot/global bundle, so it overrides the
   captured Kadence header CSS. Keep additions here (single source) rather than in
   each per-page snapshot CSS. */

@media (max-width: 600px){
  /* Header "Login" nav item (the /dashboard/ link) is hidden on phones so the
     "FIND MY GOOGLE ADS LEAKS" CTA fits inside the header pill instead of clipping
     off the right edge. Class is the captured Kadence nav-link, stable across pages. */
  .kb-nav-link-124_87ae1b-06{ display:none !important; }
}
