/* These variables can be used to control values throughout the job board. */
:root {
  /*  Darker primary color
  WARNING - This can be set in the Ashby admin under theme settings!
  If you modify, you should make sure your colors work with the settings there. */
  /* --colorPrimary900: darkorange; */

  /*  Lighter primary color
  WARNING - This can be set in the Ashby admin under theme settings!
  If you modify, you should make sure your colors work with the settings there. */
  /* --colorPrimary600: orange; */

  /*  The max width of the job board container */
  /* --widthMaxJobBoard: 800px; */

  /*  The max width of the application form section */
  /* --widthMaxJobBoard: 800px; */

  /*  Container border radius */
  /* --borderRadiusContainer: 10px; */

  /*  Border radius of control elements (e.g. input boxes) */
  /* --borderRadiusControl: 10px; */

  /*  Button border radius */
  /* --borderRadiusButton: 10px; */

  /*  Font families */
  --fontFamily: Inter, Arial, sans-serif ;

  /* --colorAppBackground: #f7f8fa; */
}

.ashby-job-board-heading {
  display: none;
  text-align: center;
}


/* The button which allows users to navigate from an individual posting back to the list of all job postings. */
.ashby-job-board-back-to-all-jobs-button:hover {
  background-color: transparent;
  color: var(--colorPrimary600);
  border-color: transparent;
  box-shadow: none;
}

.ashby-job-board-back-to-all-jobs-button:hover svg,
.ashby-job-board-back-to-all-jobs-button:active svg,
._button_8wvgw_29:hover svg,
._button_8wvgw_29:active svg {
  fill: var(--colorPrimary600);
}