/* stylelint-disable */

/* =========================================================
   COLIBRI GROUP x ASHBY
   COOL EDTECH — BRIGHT + ACCESSIBLE EDIT
   Light, clean, inventive, and aligned to Colibri's
   primary palette and crimson tints.
   Built only with Ashby-approved selectors and at-rules.
========================================================= */

@import url("https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;600;700;800&display=swap");

:root {
  --colorPrimary900: #8D1B59;
  --colorPrimary600: #D60436;

  --widthMaxJobBoard: 1160px;

  --borderRadiusContainer: 22px;
  --borderRadiusControl: 12px;
  --borderRadiusButton: 999px;

  --fontFamily: "Open Sans", "Arial", sans-serif;

  --colorAppBackground: #FFF9FB;
}

/* ---------------- APPLICATION AUTOFILL ---------------- */

.ashby-application-form-autofill-input-base-layer {
  background-color: #FFFFFF;
  border-radius: 16px;
}

.ashby-application-form-autofill-input-description {
  color: #61656C;
  font-size: 14px;
  line-height: 1.55;
}

.ashby-application-form-autofill-input-drag-layer {
  background-color: #F9D9E1;
  border: 2px dashed #D60436;
  border-radius: 16px;
}

.ashby-application-form-autofill-input-form-alert {
  padding: 14px 16px;
  border-radius: 12px;
  font-size: 14px;
  line-height: 1.5;
}

.ashby-application-form-autofill-input-icon {
  color: #D60436;
}

.ashby-application-form-autofill-input-pending-layer {
  background-color: #F9D9E1;
  border-radius: 16px;
}

.ashby-application-form-autofill-input-root {
  color: #292929;
  font-family: "Open Sans", "Arial", sans-serif;
}

.ashby-application-form-autofill-input-title {
  color: #8D1B59;
  font-size: 18px;
  font-weight: 800;
  line-height: 1.3;
}

.ashby-application-form-autofill-pane {
  margin-bottom: 30px;
  padding: 22px;
  background-color: #FFF8FA;
  border: 1px solid #F1A7B9;
  border-radius: 20px;
  box-shadow: 0 10px 28px rgba(214, 4, 54, 0.08);
}

.ashby-application-form-autofill-uploader {
  padding: 26px;
  background-color: #FFFFFF;
  border: 2px dashed #D60436;
  border-radius: 16px;
}

.ashby-application-form-blocked-application-container {
  padding: 20px;
  background-color: #FFF6E3;
  border: 1px solid #FFB63F;
  border-radius: 16px;
  color: #292929;
}

/* ---------------- APPLICATION FORM ---------------- */

.ashby-application-form-container {
  max-width: 860px;
  margin: 40px auto;
  padding: 38px;
  background-color: #FFFFFF;
  border: 1px solid #F1A7B9;
  border-radius: 24px;
  box-shadow: 0 20px 50px rgba(141, 27, 89, 0.10);
  color: #292929;
  font-family: "Open Sans", "Arial", sans-serif;
}

.ashby-application-form-failure-container {
  padding: 20px;
  background-color: #F9D9E1;
  border: 1px solid #D60436;
  border-radius: 16px;
  color: #292929;
}

.ashby-application-form-field-entry {
  margin-bottom: 26px;
}

.ashby-application-form-question-description {
  margin-top: 6px;
  color: #61656C;
  font-size: 14px;
  line-height: 1.55;
}

.ashby-application-form-question-title {
  margin-bottom: 8px;
  color: #292929;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.4;
}

.ashby-application-form-section-container {
  margin-bottom: 38px;
  padding-bottom: 30px;
  border-bottom: 1px solid #F1A7B9;
}

.ashby-application-form-section-header {
  margin-bottom: 24px;
}

.ashby-application-form-section-header-description {
  margin-top: 9px;
  color: #61656C;
  font-size: 14px;
  line-height: 1.6;
}

.ashby-application-form-section-header-title {
  color: #8D1B59;
  font-size: 24px;
  font-weight: 800;
  line-height: 1.2;
}

.ashby-application-form-submit-button {
  min-height: 50px;
  padding: 14px 30px;
  background-color: #D60436;
  border: 1px solid #D60436;
  border-radius: 999px;
  box-shadow: 0 10px 24px rgba(214, 4, 54, 0.24);
  color: #FFFFFF;
  font-size: 15px;
  font-weight: 800;
}

.ashby-application-form-success-container {
  padding: 24px;
  background-color: #F9D9E1;
  border: 1px solid #E04368;
  border-radius: 18px;
  color: #8D1B59;
}

.ashby-application-form-texting-consent-description {
  margin-top: 8px;
  color: #61656C;
  font-size: 12px;
  line-height: 1.5;
}

/* ---------------- JOB BOARD STRUCTURE ---------------- */

.ashby-department-heading {
  margin-top: 56px;
  margin-bottom: 22px;
  padding: 0 0 14px 0;
  background: transparent;
  border: 0;
  border-bottom: 4px solid #D60436;
  border-radius: 0;
  color: #292929;
  font-size: 30px;
  font-weight: 800;
  line-height: 1.15;
  letter-spacing: -0.02em;
  box-shadow: none;
}

.ashby-department-heading-level {
  margin-top: 30px;
  margin-bottom: 12px;
  color: #8D1B59;
  font-size: 20px;
  font-weight: 800;
  line-height: 1.3;
}

.ashby-job-board-back-to-all-jobs-button {
  padding: 11px 20px;
  background-color: #FFFFFF;
  border: 1px solid #D60436;
  border-radius: 999px;
  color: #D60436;
  font-size: 14px;
  font-weight: 800;
  box-shadow: 0 6px 16px rgba(214, 4, 54, 0.10);
}

.ashby-job-board-filter {
  min-height: 50px;
  padding: 13px 15px;
  background-color: #FFFFFF;
  border: 1px solid #F1A7B9;
  border-radius: 12px;
  color: #292929;
  font-size: 15px;
  box-shadow: 0 5px 16px rgba(214, 4, 54, 0.05);
}

.ashby-job-board-filters-label {
  margin-bottom: 9px;
  color: #8D1B59;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.ashby-job-board-heading {
  margin-bottom: 12px;
  color: #292929;
  font-size: 48px;
  font-weight: 800;
  line-height: 1.05;
  letter-spacing: -0.03em;
}

.ashby-job-board-heading-count {
  display: inline-block;
  margin-top: 4px;
  padding: 6px 12px;
  background-color: #F9D9E1;
  border-radius: 999px;
  color: #D60436;
  font-size: 14px;
  font-weight: 800;
}

.ashby-job-board-reset-filters-label {
  color: #D60436;
  font-size: 14px;
  font-weight: 800;
}

/* ---------------- JOB CARDS ---------------- */

.ashby-job-posting-brief {
  margin-bottom: 16px;
  padding: 24px 26px;
  background-color: #FFFFFF;
  border: 1px solid #F1A7B9;
  border-left: 6px solid #D60436;
  border-radius: 18px;
  box-shadow: 0 10px 28px rgba(141, 27, 89, 0.07);
}

.ashby-job-posting-brief-department-heading {
  margin-bottom: 10px;
  color: #8D1B59;
  font-size: 21px;
  font-weight: 800;
  line-height: 1.25;
}

.ashby-job-posting-brief-department-heading-level {
  margin-bottom: 8px;
  color: #D60436;
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}

.ashby-job-posting-brief-details {
  margin-top: 10px;
  color: #61656C;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.55;
}

.ashby-job-posting-brief-list {
  margin-top: 28px;
}

.ashby-job-posting-brief-title {
  color: #292929;
  font-size: 21px;
  font-weight: 800;
  line-height: 1.3;
}

/* ---------------- INDIVIDUAL JOB PAGE ---------------- */

.ashby-job-posting-header {
  margin-bottom: 34px;
  padding: 34px;
  background: linear-gradient(135deg, #FFFFFF 0%, #F9D9E1 100%);
  border: 2px solid #E04368;
  border-radius: 22px;
  box-shadow: 0 18px 40px rgba(214, 4, 54, 0.12);
}

.ashby-job-posting-heading {
  color: #292929;
  font-size: 43px;
  font-weight: 800;
  line-height: 1.08;
  letter-spacing: -0.025em;
  text-shadow: none;
}

.ashby-job-posting-left-pane {
  padding-right: 32px;
}

.ashby-job-posting-right-pane {
  padding: 26px;
  background-color: #FFFFFF;
  border: 1px solid #F1A7B9;
  border-radius: 22px;
  box-shadow: 0 16px 36px rgba(141, 27, 89, 0.09);
}

.ashby-job-posting-right-pane-application-tab {
  color: #D60436;
  font-size: 15px;
  font-weight: 800;
}

.ashby-job-posting-right-pane-overview-tab {
  color: #292929;
  font-size: 15px;
  font-weight: 800;
}

.ashby-job-posting-right-pane-tab-slider {
  background-color: #D60436;
  border-radius: 999px;
}

.ashby-survey-form-container {
  margin-top: 30px;
  padding: 26px;
  background-color: #FFF8FA;
  border: 1px solid #F1A7B9;
  border-radius: 20px;
}

/* ---------------- MOBILE ---------------- */

@media (max-width: 720px) {
  .ashby-job-board-heading {
    font-size: 36px;
  }

  .ashby-job-posting-heading {
    font-size: 32px;
  }

  .ashby-job-posting-header {
    padding: 24px;
    border-radius: 18px;
  }

  .ashby-department-heading {
    margin-top: 42px;
    margin-bottom: 18px;
    padding: 0 0 12px 0;
    font-size: 25px;
    border: 0;
    border-bottom: 4px solid #D60436;
    border-radius: 0;
  }

  .ashby-application-form-container {
    margin: 22px 10px;
    padding: 24px 17px;
    border-radius: 18px;
  }

  .ashby-job-posting-right-pane {
    padding: 19px;
    border-radius: 18px;
  }

  .ashby-job-posting-brief {
    padding: 20px;
    border-left-width: 5px;
    border-radius: 16px;
  }

  .ashby-job-posting-left-pane {
    padding-right: 0;
  }
}
