/* stylelint-disable */

/* 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: #F6871F;

    /*  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: #FF9933;

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

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

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

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

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

    --colorAppBackground: #F9F8F7;
  }



/* The container of the job posting details pane. */
.ashby-job-posting-brief {
    /* This adds some space between posting briefings. */
    margin-bottom: 10px;
}