/* stylelint-disable */

/* These variables can be used to control values throughout the job board. */
:root {
    /*  The max width of the job board container */
    --widthMaxJobBoard: 1200px;

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

footer[class*="_embedded"] {
  display: none !important;
}

body,
div[class*="_embedded"] {
  background: transparent !important;
}
