:root {
  --colorAppBackground: #f9f8f5;
  --borderRadiusButton: 12px;
  --borderWidthBold: 2px;
}
.ashby-job-posting-left-pane {
  background-color: var(--colorAppBackground);
}

.ashby-job-posting-right-pane {
background-color: var(--colorAppBackground);
}

[aria-labelledby="job-overview"] {
background-color: var(--colorAppBackground);
}

.ashby-application-form-autofill-pane {
  background-color: var(--colorAppBackground);
}

.ashby-application-form-container {
  background-color: var(--colorAppBackground);
}

.ashby-job-posting-brief {
  background-color: var(--colorAppBackground);
}

.ashby-application-form-container input, .ashby-application-form-container textarea {
  background-color: var(--colorNeutral000);
}

.ashby-job-posting-brief:hover, .ashby-job-posting-brief:active {
  background-color: var(--colorNeutral000);
}

.ashby-application-form-field-entry [role="presentation"]:has(input) {
  background-color: var(--colorNeutral000);
}

.ashby-job-posting-brief-title {
  font-weight: 400;
}