/* stylelint-disable */

/* ============================================
   EXTEND YOUR TEAM - Brand Theme
   Based on extendyourteam.com design system
   ============================================ */

:root {
  /* ----------------------------------------
     BRAND COLORS (matching EYT website)
     ---------------------------------------- */
  
  /*  Primary Navy Blue - for headings and emphasis */
  --colorPrimary900: #093C94;

  /*  Secondary Blue - for buttons, links, and accents */
  --colorPrimary600: #0047D0;
  
  /*  Accent Gold/Yellow - for CTAs and highlights */
  --colorAccent: #F3B314;
  
  /*  Light Blue - for header bar background */
  --colorLightBlue: #C0D8FD;
  
  /*  Light Gray - for section backgrounds */
  --colorLightGray: #FAFAFA;
  
  /*  Very Light Blue - for cards and containers */
  --colorVeryLightBlue: #F1F4FC;

  /* ----------------------------------------
     LAYOUT SETTINGS
     ---------------------------------------- */
  
  /*  The max width of the job board container */
  --widthMaxJobBoard: 1140px;

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

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

  /*  Button border radius - rounded like EYT buttons */
  --borderRadiusButton: 30px;

  /* ----------------------------------------
     TYPOGRAPHY (matching EYT fonts)
     ---------------------------------------- */
  --fontFamily: "Sora", "Poppins", "-apple-system", "BlinkMacSystemFont", "Segoe UI", "Helvetica", "Arial", sans-serif;
  --fontFamilyHeading: "Poppins", "Sora", sans-serif;

  /*  Page background */
  --colorAppBackground: #FFFFFF;
}

/* Application autofill input's base layer element. This contains standard copy, a CTA button, and potential validation alerts. */
.ashby-application-form-autofill-input-base-layer {}

/* Application autofill input's description. */
.ashby-application-form-autofill-input-description {}

/* Application autofill input's drag state overlay element. Can style [data-state] which can be 'active' or 'hidden'. */
.ashby-application-form-autofill-input-drag-layer {}

/* Application autofill input form's alert element. Can style [data-highlight] which can be 'negative' or 'positive'. */
.ashby-application-form-autofill-input-form-alert {}

/* Application autofill input's magic sparkles icon. */
.ashby-application-form-autofill-input-icon {}

/* Application autofill input's pending state overlay element. Can style [data-state] which can be 'active' or 'hidden'.
.ashby-application-form-autofill-input-pending-layer {}

/* Application autofill input's root element. Can style [data-state] which can be 'pending', 'drag', or 'default'. */
.ashby-application-form-autofill-input-root {}

/* Application autofill input's title. */
.ashby-application-form-autofill-input-title {}

/* Container element for application autofill input form. */
.ashby-application-form-autofill-pane {}

/* The resume uploader to auto-fill the application form */
.ashby-application-form-autofill-uploader {}

/* A container for displaying the custom message to the user */
.ashby-application-form-blocked-application-container {}

/* A container for the application form. */
.ashby-application-form-container {}

/* A container for the failure message */
.ashby-application-form-failure-container {}

/* A container for the label and input on an application form. */
.ashby-application-form-field-entry {}

/* The description of each question on an application form. Will only show if a description is specified. */
.ashby-application-form-question-description {}

/* The title of each question on an application form. */
.ashby-application-form-question-title {}

/* A single section on the Ashby application form. All questions will be wrapped in sections, though the default section may not have a title. */
.ashby-application-form-section-container {}

/* The header for an application form section, possibly containing a title and description. */
.ashby-application-form-section-header {}

/* The description for an application form section. May not exist if no description was specified. */
.ashby-application-form-section-header-description {}

/* The title for an application form section. May not exist for the default section. */
.ashby-application-form-section-header-title {}

/* The application submission button. Will have loading and hover states that should be tested. */
.ashby-application-form-submit-button {}

/* A container for the success message */
.ashby-application-form-success-container {}

/* The text message consent description. Displayed below phone number fields. Will only show if texting is enabled. */
.ashby-application-form-texting-consent-description {}

/* The heading of a department, which can have many teams under it. */
.ashby-department-heading {}

/* The heading of a single team. */
.ashby-department-heading-level {}

/* 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 {}

/* A select box element for filtering the job board. */
.ashby-job-board-filter {}

/* The 'Filters' label element in the job board. */
.ashby-job-board-filters-label {}

/* The heading of the entire job board. */
.ashby-job-board-heading {}

/* The count of job postings on the job board. */
.ashby-job-board-heading-count {}

/* The 'Reset filters' label element in the job board. The reset filters label element in the job board. */
.ashby-job-board-reset-filters-label {}

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

/* The heading of a department name. Departments group teams. */
.ashby-job-posting-brief-department-heading {}

/* The heading of a single team. */
.ashby-job-posting-brief-department-heading-level {}

/* The container for the details of the job posting, in the details pane. */
.ashby-job-posting-brief-details {}

/* The container for the list of job post briefings. */
.ashby-job-posting-brief-list {}

/* The title of the job posting in the details pane. */
.ashby-job-posting-brief-title {}

/* The main header on the job posting page */
.ashby-job-posting-header {}

/* The heading of a job post */
.ashby-job-posting-heading {}

/* The left pane of the job posting, with the job posting details */
.ashby-job-posting-left-pane {}

/* The right pane of the job posting, containing the tabs, overview, and application form */
.ashby-job-posting-right-pane {}

/* The application tab in the right pane of the job posting */
.ashby-job-posting-right-pane-application-tab {}

/* The overview tab in the right pane of the job posting */
.ashby-job-posting-right-pane-overview-tab {}

/* The tabs slider in the right pane of the job posting */
.ashby-job-posting-right-pane-tab-slider {}

/* A container for any surveys specified for this application form. */
.ashby-survey-form-container {}

/* ============================================
   JOB BOARD HEADING & FILTERS
   ============================================ */

/* Main job board heading - EYT style */
.ashby-job-board-heading {
  color: var(--colorPrimary900) !important;
  font-family: var(--fontFamilyHeading) !important;
  font-weight: 600 !important;
  font-size: 32px !important;
  background-color: transparent !important;
  padding: 0 !important;
  margin-bottom: 20px !important;
}

/* The count in parentheses */
.ashby-job-board-heading-count {
  color: var(--colorPrimary600) !important;
  font-weight: 400 !important;
}

/* Filters label */
.ashby-job-board-filters-label {
  color: var(--colorPrimary900) !important;
  font-family: var(--fontFamily) !important;
  font-weight: 600 !important;
  text-transform: uppercase !important;
  font-size: 14px !important;
}

/* Reset filters button */
.ashby-job-board-reset-filters-label {
  color: var(--colorPrimary600) !important;
  font-weight: 600 !important;
}

.ashby-job-board-reset-filters-label:hover {
  color: var(--colorAccent) !important;
}

/* Filter dropdowns - clean modern style */
.ashby-job-board-filter {
  border: 1px solid #E1E5EB !important;
  background-color: #FFFFFF !important;
  border-radius: var(--borderRadiusControl) !important;
  font-family: var(--fontFamily) !important;
}

.ashby-job-board-filter:focus,
.ashby-job-board-filter:hover {
  border-color: var(--colorPrimary600) !important;
}

/* ============================================
   DEPARTMENT SECTIONS
   ============================================ */

/* Department heading - accent divider style like EYT */
.ashby-department-heading {
  background-color: transparent !important;
  padding: 20px 0 10px 15px !important;
  border-left: 6px solid var(--colorAccent) !important;
  margin-top: 30px !important;
  margin-bottom: 15px !important;
}

/* Department name text */
.ashby-department-heading-level {
  color: var(--colorPrimary900) !important;
  font-family: var(--fontFamilyHeading) !important;
  font-weight: 600 !important;
  font-size: 22px !important;
}

/* ============================================
   JOB POSTING CARDS
   ============================================ */

/* Job posting cards - clean card style */
.ashby-job-posting-brief {
  background-color: var(--colorVeryLightBlue) !important;
  border: none !important;
  border-radius: var(--borderRadiusContainer) !important;
  margin-bottom: 15px !important;
  padding: 20px !important;
  transition: box-shadow 0.2s ease, transform 0.2s ease !important;
}

.ashby-job-posting-brief:hover {
  box-shadow: 0 4px 12px rgba(0, 71, 208, 0.15) !important;
  transform: translateY(-2px) !important;
}

/* Job posting title */
.ashby-job-posting-brief-title {
  color: var(--colorPrimary900) !important;
  font-family: var(--fontFamilyHeading) !important;
  font-weight: 600 !important;
  font-size: 18px !important;
}

.ashby-job-posting-brief-title:hover {
  color: var(--colorPrimary600) !important;
}

/* Job posting details (location, etc.) */
.ashby-job-posting-brief-details {
  color: #3A4770 !important;
  background-color: transparent !important;
  padding: 5px 0 0 0 !important;
  font-family: var(--fontFamily) !important;
  font-size: 14px !important;
}

/* ============================================
   BUTTONS & CTAs (Gold accent like EYT)
   ============================================ */

/* Application submission button - EYT gold style */
.ashby-application-form-submit-button {
  background-color: var(--colorAccent) !important;
  color: #FFFFFF !important;
  border-radius: var(--borderRadiusButton) !important;
  font-family: var(--fontFamily) !important;
  font-weight: 600 !important;
  text-transform: uppercase !important;
  font-size: 14px !important;
  padding: 15px 30px !important;
  border: none !important;
  transition: background-color 0.2s ease !important;
}

.ashby-application-form-submit-button:hover {
  background-color: var(--colorPrimary900) !important;
}

/* Back to all jobs button - styled for visibility */
.ashby-job-board-back-to-all-jobs-button {
  background-color: var(--colorPrimary600) !important;
  color: #FFFFFF !important;
  font-family: var(--fontFamily) !important;
  font-weight: 600 !important;
  border-radius: 50% !important;
  width: 40px !important;
  height: 40px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  transition: background-color 0.2s ease !important;
}

.ashby-job-board-back-to-all-jobs-button:hover {
  background-color: var(--colorPrimary900) !important;
  color: #FFFFFF !important;
}

.ashby-job-board-back-to-all-jobs-button svg {
  fill: #FFFFFF !important;
}

/* ============================================
   JOB POSTING PAGE (Job Description View)
   ============================================ */

/* 
   The header bar on job posting pages
   Apply max-width to keep consistent with job board
*/
.ashby-job-posting-header {
  max-width: var(--widthMaxJobBoard) !important;
  margin-left: auto !important;
  margin-right: auto !important;
  padding: 15px 20px !important;
}

/* Job posting heading - the job title */
.ashby-job-posting-heading {
  color: var(--colorPrimary900) !important;
  font-family: var(--fontFamilyHeading) !important;
  font-weight: 700 !important;
  font-size: 32px !important;
  margin-bottom: 10px !important;
}

/* Left pane - job details */
.ashby-job-posting-left-pane {
  background-color: var(--colorVeryLightBlue) !important;
  border-radius: var(--borderRadiusContainer) !important;
  padding: 25px !important;
}

/* Right pane - application form */
.ashby-job-posting-right-pane {
  background-color: #FFFFFF !important;
}

/* Tab slider - accent gold underline */
.ashby-job-posting-right-pane-tab-slider {
  background-color: var(--colorAccent) !important;
}

/* ============================================
   APPLICATION FORM STYLING
   ============================================ */

/* Form container */
.ashby-application-form-container {
  font-family: var(--fontFamily) !important;
}

/* Section headers */
.ashby-application-form-section-header-title {
  color: var(--colorPrimary900) !important;
  font-family: var(--fontFamilyHeading) !important;
  font-weight: 600 !important;
  font-size: 20px !important;
  padding-bottom: 10px !important;
  border-bottom: 3px solid var(--colorAccent) !important;
  margin-bottom: 20px !important;
}

/* Question titles */
.ashby-application-form-question-title {
  color: var(--colorPrimary900) !important;
  font-family: var(--fontFamily) !important;
  font-weight: 600 !important;
}

/* Question descriptions */
.ashby-application-form-question-description {
  color: #3A4770 !important;
  font-family: var(--fontFamily) !important;
}

/* Success message */
.ashby-application-form-success-container {
  background-color: var(--colorVeryLightBlue) !important;
  border-radius: var(--borderRadiusContainer) !important;
  border-left: 6px solid var(--colorAccent) !important;
  padding: 30px !important;
}

/* ============================================
   RESUME AUTOFILL SECTION
   ============================================ */

.ashby-application-form-autofill-input-root {
  background-color: var(--colorVeryLightBlue) !important;
  border-radius: var(--borderRadiusContainer) !important;
  border: 2px dashed var(--colorPrimary600) !important;
}

.ashby-application-form-autofill-input-title {
  color: var(--colorPrimary900) !important;
  font-family: var(--fontFamilyHeading) !important;
  font-weight: 600 !important;
}

/* ============================================
   GENERAL TYPOGRAPHY ENHANCEMENTS
   ============================================ */

/* Import Google Fonts (Poppins & Sora) */
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700&family=Sora:wght@400;500;600&display=swap');