/* Match Ashby embed background to the page */
:root {
  --colorAppBackground: transparent;
}

/* Space between job cards (mobile + desktop) */
.ashby-job-posting-brief {
  margin-bottom: 16px !important;
}
.ashby-job-posting-brief-list > a:last-child .ashby-job-posting-brief {
  margin-bottom: 0 !important;
}

/* Desktop Card Layout */
@media only screen and (min-width: 768px) {
  .ashby-job-posting-brief {
    box-shadow: 0 2px 8px rgba(0,0,0,0.08) !important;
    border-radius: 10px !important;
    padding: 24px !important;
    margin-bottom: 20px !important;
  }
  .ashby-job-posting-brief-list > a:last-child .ashby-job-posting-brief {
    margin-bottom: 0 !important;
  }
}