/* ============================================================
   PUBLIC / PRE-LOGIN PAGES — LOGO-BLUE OVERRIDE
   ------------------------------------------------------------
   Loaded (via a single <link>) only on pages that don't require a
   login — home, Find Jobs, job details, candidate public profile,
   categories, contact, the CMS "page.php" pages, 404, the employer/
   candidate marketing landing pages, and the 4 login/register pages.
   Login-required dashboards do NOT include this file, so they keep
   the original --blue / --blue-dark values from style.css untouched.

   To change the shade later, just edit the two variables below —
   every page that links this file picks it up automatically.
   ============================================================ */

:root {
  --blue: #087db9;
  --blue-dark: #066a94;
}

/* The app-download promo card's purple gradient (defined with hardcoded
   hex values in style.css / each page's own inline copy, not CSS
   variables) is also switched to the same logo blue here for pages that
   include it. Harmless no-op on pages that don't have this element. */
.app-promo-card {
  background: linear-gradient(135deg, #0d94d1 0%, #087db9 55%, #045f8f 100%) !important;
}
.app-promo-phone-avatar {
  background: linear-gradient(135deg, #0d94d1, #087db9) !important;
}
