/* ============================================
   Ashby Job Board — Custom Theme CSS
   For: jobs.funnelfox.com
   Uses [class*="..."] attribute selectors only —
   bypasses Ashby's class whitelist
   ============================================ */


/* ---- 1. Transparent background ---- */

[class*="ashby-job-board"],
[class*="ashby-job-posting-brief"] {
  background: transparent !important;
  background-color: transparent !important;
}


/* ---- 2. Hide ONLY the page heading "Open positions (0)" ---- */
/* Excludes ashby-job-posting-brief-title (the job names) */

[class*="ashby-job-board-title"],
[class*="ashby-job-board-heading"],
[class*="ashby-job-board-header"] {
  display: none !important;
}
