/* stylelint-disable */

:root {
    /* Dark theme neutral palette overrides */
    --colorNeutral000: #1a1a1a;
    --colorNeutral100: #1a1a1a;
    --colorNeutral200: #222222;
    --colorNeutral300: rgba(255, 255, 255, 0.15);
    --colorNeutral400: rgba(255, 255, 255, 0.2);
    --colorNeutral500: rgba(255, 255, 255, 0.35);
    --colorNeutral600: rgba(255, 255, 255, 0.5);
    --colorNeutral700: rgba(255, 255, 255, 0.7);
    --colorNeutral800: #ffffff;
    --colorNeutral100A: rgba(255, 255, 255, 0.03);
    --colorNeutral200A: rgba(255, 255, 255, 0.06);
    --colorNeutral300A: rgba(255, 255, 255, 0.1);
    --colorNeutral400A: rgba(255, 255, 255, 0.15);
    --colorNeutral500A: rgba(255, 255, 255, 0.22);
    --colorNeutral600A: rgba(255, 255, 255, 0.35);
    --colorNeutral700A: rgba(255, 255, 255, 0.5);
    --colorNeutral800A: rgba(255, 255, 255, 0.7);

    --colorPrimary900: #00c9a7;
    --colorPrimary600: #00e4bc;
    --colorLinkHover: #f2eee9;
    --widthMaxJobBoard: 900px;
    --borderRadiusContainer: 0px;
    --borderRadiusControl: 8px;
    --borderRadiusButton: 8px;
    --fontFamily: "Power Grotesk", "Inter", "-apple-system", "BlinkMacSystemFont", "Segoe UI", "Helvetica", "Arial", sans-serif;
    --colorAppBackground: #171717;
}

/* ============================================================
   Global dark overrides
   ============================================================ */

[class^="ashby-"] {
    background-color: transparent !important;
    background: transparent !important;
}

/* ============================================================
   Filter dropdowns (dark theme)
   ============================================================ */

.ashby-job-board-filter {
    background-color: #333 !important;
    background-image: none !important;
    color: #ffffff !important;
    border-color: rgba(255, 255, 255, 0.15) !important;
}

/* ============================================================
   Job posting brief list
   ============================================================ */

.ashby-job-posting-brief-list {
    display: flex !important;
    flex-direction: column !important;
    gap: 0 !important;
    background: transparent !important;
}

/* ============================================================
   Individual job posting row
   ============================================================ */

.ashby-job-posting-brief {
    margin-bottom: 0 !important;
    padding: 18px 0 !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1) !important;
    border-top: none !important;
    border-left: none !important;
    border-right: none !important;
    background: transparent !important;
    background-color: transparent !important;
    box-shadow: none !important;
    border-radius: 0 !important;
}

.ashby-job-posting-brief:last-child {
    border-bottom: none !important;
}

/* ============================================================
   Job title
   ============================================================ */

.ashby-job-posting-brief-title,
.ashby-job-posting-brief-title * {
    color: #ffffff !important;
    font-size: 16px !important;
    font-weight: 400 !important;
    text-decoration: none !important;
    letter-spacing: -0.01em !important;
    background: none !important;
    background-color: transparent !important;
}

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

/* ============================================================
   Job details (location, type, etc.)
   ============================================================ */

.ashby-job-posting-brief-details,
.ashby-job-posting-brief-details * {
    color: rgba(255, 255, 255, 0.4) !important;
    font-size: 14px !important;
    font-weight: 400 !important;
    background: none !important;
    background-color: transparent !important;
}

/* ============================================================
   Department headings
   ============================================================ */

.ashby-department-heading,
.ashby-department-heading *,
.ashby-job-posting-brief-department-heading,
.ashby-job-posting-brief-department-heading * {
    color: rgba(255, 255, 255, 0.45) !important;
    font-size: 13px !important;
    font-weight: 400 !important;
    text-transform: uppercase !important;
    letter-spacing: 0.06em !important;
    background: none !important;
    background-color: transparent !important;
    border: none !important;
    box-shadow: none !important;
    margin-top: 36px !important;
    margin-bottom: 4px !important;
    padding: 0 !important;
}

.ashby-department-heading-level,
.ashby-department-heading-level *,
.ashby-job-posting-brief-department-heading-level,
.ashby-job-posting-brief-department-heading-level * {
    color: rgba(255, 255, 255, 0.45) !important;
    font-size: 13px !important;
    font-weight: 400 !important;
    text-transform: uppercase !important;
    letter-spacing: 0.06em !important;
    background: none !important;
    background-color: transparent !important;
}

/* ============================================================
   Back to all jobs button
   ============================================================ */

.ashby-job-board-back-to-all-jobs-button {
    color: var(--colorPrimary600) !important;
    font-size: 14px !important;
    background: transparent !important;
    border: none !important;
    padding: 0 !important;
}

/* ============================================================
   Job posting page (individual role view)
   ============================================================ */

.ashby-job-posting-header,
.ashby-job-posting-header * {
    color: #ffffff !important;
    background: transparent !important;
}

.ashby-job-posting-heading {
    color: #ffffff !important;
    font-weight: 500 !important;
}

.ashby-job-posting-left-pane,
.ashby-job-posting-left-pane * {
    color: rgba(255, 255, 255, 0.7) !important;
    background: transparent !important;
}

.ashby-job-posting-right-pane,
.ashby-job-posting-right-pane * {
    color: rgba(255, 255, 255, 0.85) !important;
    background: transparent !important;
}

/* ============================================================
   Application form
   ============================================================ */

.ashby-application-form-container {
    color: rgba(255, 255, 255, 0.85) !important;
}

.ashby-application-form-question-title {
    color: #ffffff !important;
    font-weight: 500 !important;
}

.ashby-application-form-question-description {
    color: rgba(255, 255, 255, 0.5) !important;
}

.ashby-application-form-section-header-title {
    color: #ffffff !important;
    font-weight: 600 !important;
}

.ashby-application-form-section-header-description {
    color: rgba(255, 255, 255, 0.5) !important;
}

.ashby-application-form-submit-button {
    background-color: var(--colorPrimary900) !important;
    color: #ffffff !important;
    border: none !important;
    border-radius: var(--borderRadiusButton) !important;
    font-weight: 500 !important;
    padding: 12px 28px !important;
    cursor: pointer !important;
    transition: background-color 0.2s ease !important;
}

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

/* ============================================================
   Autofill / resume upload
   ============================================================ */

.ashby-application-form-autofill-input-root {
    border: 1px solid rgba(255, 255, 255, 0.12) !important;
    border-radius: var(--borderRadiusControl) !important;
    background: rgba(255, 255, 255, 0.04) !important;
}

.ashby-application-form-autofill-input-title {
    color: #ffffff !important;
}

.ashby-application-form-autofill-input-description {
    color: rgba(255, 255, 255, 0.5) !important;
}

/* ============================================================
   Success / failure states
   ============================================================ */

.ashby-application-form-success-container {
    color: #ffffff !important;
}

.ashby-application-form-failure-container {
    color: #ffffff !important;
}

/* ============================================================
   Tab slider on job posting
   ============================================================ */

.ashby-job-posting-right-pane-tab-slider {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1) !important;
}

.ashby-survey-form-container {
    color: rgba(255, 255, 255, 0.85) !important;
}
