:root {
  --colorAppBackground: #fcfbf8;
  --colorNeutral000: #fcfbf8;
  --colorNeutral100: #f4f3f0;
  --colorNeutral100Transparent: rgb(244 243 240 / 0%);
  --widthMaxJobBoard: 58rem;
  --fontFamily: "Inter", "-apple-system", "BlinkMacSystemFont", "Segoe UI", "Helvetica", "Arial", sans-serif;
}

.ashby-job-board-heading,
.ashby-job-board-filters-label,
.ashby-department-heading,
.ashby-job-posting-brief-title,
.ashby-job-posting-heading {
  color: #1f2937;
}

.ashby-job-board-reset-filters-label,
.ashby-job-posting-brief-details,
.ashby-job-board-back-to-all-jobs-button,
.ashby-job-posting-right-pane-overview-tab,
.ashby-job-posting-right-pane-application-tab {
  color: #6b7280;
}

.ashby-job-posting-brief {
  background: #fcfbf8;
}

.ashby-job-posting-brief:hover {
  background: rgba(0, 0, 0, 0.03);
}

.ashby-job-posting-brief-list {
  display: flex;
  flex-direction: column;
}

.ashby-job-posting-brief-list > a[href*="0bfdf6fc"] {
  order: 1;
}

.ashby-job-posting-brief-list > a[href*="bbfa2f36"] {
  order: 2;
}

.ashby-job-posting-brief-list > a[href*="42fa1dd1"] {
  order: 3;
}

.ashby-job-posting-brief-list > a[href*="fb11464e"] {
  order: 4;
}

.ashby-job-posting-left-pane,
.ashby-job-posting-right-pane,
.ashby-application-form-container,
.ashby-survey-form-container {
  background: #fcfbf8 !important;
}

.ashby-job-posting-right-pane-tab-slider {
  background: rgba(0, 0, 0, 0.25);
}
