/* ─────────────────────────────────────────
   Banner — Job Listing page only
───────────────────────────────────────── */
.ashby-job-board-heading {
  background-image: url('https://cdn.prod.website-files.com/65ae6673d2c6ecb99ee249d1/6a160a8739d2dcffc7387ee2_722b0ffdb612d0a89139b392b6175c58_GreenHouse%20Banner.png');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  min-height: 380px;
  width: 100vw;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  color: transparent;
}

/* ─────────────────────────────────────────
   Hide count on listing page
───────────────────────────────────────── */
.ashby-job-board-heading-count {
  display: none;
}

/* ─────────────────────────────────────────
   Mobile
───────────────────────────────────────── */
@media (max-width: 768px) {
  .ashby-job-board-heading {
    background-size: 100% auto;
    min-height: unset;
    padding-top: 30%;
    margin-top: 0;
  }
}
