/* ==========================================================================
   Chariot Brand — Ashby Job Board Custom CSS (logo size only)
   Sets the nav header logo to the same size used in
   chariot-ashby-job-board-system-fonts.css.
   ========================================================================== */

/* Ashby generates this class name per-build (CSS module hash), so match on
   the stable substring rather than the exact class. */
[class*="navLogoWordmarkImage"] {
  height: 52px;
  width: auto;
}
