/* stylelint-disable */
/*
 * Eneba theme for the Ashby hosted job board.
 *
 * Upload-safe format: every style rule targets either :root or one exact
 * class published in Ashby's full-job-board.css example. Keep selectors in
 * this form; Ashby's uploader rejects element, descendant, compound, pseudo,
 * and unknown class selectors.
 */

:root {
  /* Eneba brand palette sampled from the rendered eneba.com storefront. */
  --eneba-violet: #4618AC;
  --eneba-violet-light: #7A4EDF;
  --eneba-violet-deep: #1F0A4D;
  --eneba-surface: #5322B8;
  --eneba-surface-hover: #6231CF;
  --eneba-yellow: #FAD318;
  --eneba-yellow-hover: #FFE45C;
  --eneba-mint: #63E3C2;
  --eneba-ink: #14082E;
  --eneba-text: #FFFFFF;
  --eneba-text-muted: rgba(255, 255, 255, 0.72);
  --eneba-text-faint: rgba(255, 255, 255, 0.64);
  --eneba-input: rgba(0, 0, 0, 0.20);
  --eneba-placeholder: #B3AAC9;
  --eneba-border: rgba(255, 255, 255, 0.14);
  --eneba-control-border: rgba(255, 255, 255, 0.50);

  /* Ashby's documented job-board variables. */
  --colorPrimary900: var(--eneba-yellow-hover) !important;
  --colorPrimary600: var(--eneba-yellow) !important;
  --colorPrimary500A: rgba(250, 211, 24, 0.10) !important;
  --colorAppBackground: var(--eneba-violet) !important;
  --widthMaxJobBoard: 900px;
  --borderRadiusContainer: 2px;
  --borderRadiusControl: 2px;
  --borderRadiusButton: 2px;
  --fontFamily: "Whitney SSm", Arial, Helvetica, sans-serif;
  --navMobileHeight: 64px;
  --navDesktopHeight: 72px;

  /*
   * Ashby does not expose hooks for rich-text descendants, native fields, or
   * its footer. Remapping its neutral tokens gives those elements an
   * accessible dark theme without selectors the uploader rejects.
   */
  /* These neutral tokens theme Ashby's unhooked containers and controls. */
  --colorNeutral000: var(--eneba-surface) !important;
  --colorNeutral100: var(--eneba-surface-hover) !important;
  --colorNeutral200: var(--eneba-border) !important;
  --colorNeutral300: rgba(255, 255, 255, 0.30) !important;
  --colorNeutral400: var(--eneba-control-border) !important;
  --colorNeutral500: var(--eneba-text-faint) !important;
  --colorNeutral600: var(--eneba-text-muted) !important;
  --colorNeutral700: rgba(255, 255, 255, 0.82) !important;
  --colorNeutral800: var(--eneba-text) !important;
  --colorNeutral600Transparent: rgba(255, 255, 255, 0.18) !important;
  --colorNeutralShadow: rgba(20, 8, 46, 0.22) !important;
  --colorPositive600: var(--eneba-mint) !important;
  --colorPositive800: var(--eneba-mint) !important;
  --colorNegative600: #FF8FBF !important;
  --colorNegative800: #FF8FBF !important;
}

.ashby-application-form-autofill-input-base-layer {
  background: transparent !important;
  border: 0 !important;
  color: var(--eneba-text-muted) !important;
}

.ashby-application-form-autofill-input-description {
  color: var(--eneba-text-faint) !important;
  padding-left: 36px;
}

.ashby-application-form-autofill-input-drag-layer {
  background: var(--eneba-violet-deep) !important;
  color: var(--eneba-text) !important;
}

.ashby-application-form-autofill-input-form-alert {
  color: var(--eneba-text) !important;
}

.ashby-application-form-autofill-input-icon {
  color: var(--eneba-yellow) !important;
}

.ashby-application-form-autofill-input-root {
  background: rgba(20, 8, 46, 0.36) !important;
  border: 1px solid var(--eneba-control-border) !important;
  border-radius: var(--borderRadiusControl) !important;
  color: var(--eneba-text-muted) !important;
}

.ashby-application-form-autofill-input-pending-layer {
  background: var(--eneba-violet-deep) !important;
  color: var(--eneba-text) !important;
}

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

.ashby-application-form-autofill-pane {
  background: transparent !important;
  box-shadow: none !important;
  color: var(--eneba-text) !important;
  padding: 24px 16px !important;
}

.ashby-application-form-autofill-uploader {
  background: transparent !important;
  border: 1px solid var(--eneba-control-border) !important;
  border-radius: var(--borderRadiusControl) !important;
  color: var(--eneba-text-muted) !important;
}

.ashby-application-form-blocked-application-container {
  background: var(--eneba-surface) !important;
  border: 1px solid var(--eneba-border) !important;
  border-radius: var(--borderRadiusContainer) !important;
  color: var(--eneba-text) !important;
  padding: 22px !important;
}

.ashby-application-form-container {
  color: var(--eneba-text) !important;
}

.ashby-application-form-failure-container {
  background: var(--eneba-surface) !important;
  border: 1px solid rgba(255, 143, 191, 0.60) !important;
  border-radius: var(--borderRadiusContainer) !important;
  color: var(--eneba-text) !important;
  padding: 22px !important;
}

.ashby-application-form-field-entry {
  --borderRadiusControl: 0;
  --colorNeutral600: rgba(255, 255, 255, 0.50);
  --colorNeutral800: var(--eneba-text);
  --spacingNormal: 9px;
  color: var(--eneba-text) !important;
  color-scheme: dark;
}

.ashby-application-form-question-description {
  color: var(--eneba-text-faint) !important;
}

.ashby-application-form-question-title {
  color: var(--eneba-text) !important;
  font-weight: 400;
}

.ashby-application-form-section-container {
  border-top: 0 !important;
  color: var(--eneba-text) !important;
  padding-top: 0;
}

.ashby-application-form-section-header {
  color: var(--eneba-text) !important;
}

.ashby-application-form-section-header-description {
  color: var(--eneba-text-faint) !important;
}

.ashby-application-form-section-header-title {
  color: var(--eneba-text) !important;
  font-weight: 700;
}

.ashby-application-form-submit-button {
  --colorNeutral000: var(--eneba-ink);
  --colorPrimary600: var(--eneba-yellow);
  --colorPrimary900: var(--eneba-yellow-hover);
  background: var(--eneba-yellow);
  border: 0 !important;
  border-radius: var(--borderRadiusButton) !important;
  box-shadow: none;
  color: var(--eneba-ink) !important;
  font-weight: 600 !important;
  letter-spacing: 0.01em;
  margin: 24px 16px 16px !important;
  padding: 14px 30px !important;
  width: calc(100% - 32px) !important;
}

.ashby-application-form-success-container {
  background: var(--eneba-surface) !important;
  border: 1px solid rgba(99, 227, 194, 0.60) !important;
  border-radius: var(--borderRadiusContainer) !important;
  color: var(--eneba-text) !important;
  padding: 22px !important;
}

.ashby-application-form-texting-consent-description {
  color: var(--eneba-text-faint) !important;
}

.ashby-department-heading {
  --colorNeutral600: rgba(255, 255, 255, 0.60);
  border-bottom: 0;
  color: var(--eneba-text) !important;
  font-size: 1.125rem;
  font-weight: 700;
  letter-spacing: -0.01em;
  margin-left: 12px !important;
  margin-right: 12px !important;
  padding-bottom: 10px;
}

.ashby-department-heading-level {
  font-family: var(--fontFamily);
}

.ashby-job-board-back-to-all-jobs-button {
  align-items: center;
  background: rgba(255, 255, 255, 0.07) !important;
  border: 1.5px solid var(--eneba-control-border) !important;
  border-radius: var(--borderRadiusButton) !important;
  box-shadow: none !important;
  color: var(--eneba-text) !important;
  display: inline-flex !important;
  height: 46px;
  justify-content: center;
  width: 46px;
}

.ashby-job-board-filter {
  background: var(--eneba-input) !important;
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: inset 0 1px 3px var(--eneba-violet-deep);
  color: var(--eneba-text) !important;
  min-height: 40px;
}

.ashby-job-board-filters-label {
  color: var(--eneba-text-muted) !important;
  font-weight: 600;
}

.ashby-job-board-heading {
  color: var(--eneba-text) !important;
  font-size: 2.15rem;
  font-weight: 800;
  letter-spacing: -0.01em;
}

.ashby-job-board-heading-count {
  background: transparent;
  border-radius: 0;
  color: var(--eneba-text-faint) !important;
  display: inline-block;
  font-size: 0.75rem;
  font-weight: 600;
  line-height: 1.4;
  padding: 0 0 0 8px;
  vertical-align: middle;
  white-space: nowrap;
}

.ashby-job-board-reset-filters-label {
  align-items: center;
  background: rgba(250, 211, 24, 0.08) !important;
  border: 1px solid rgba(250, 211, 24, 0.45) !important;
  border-radius: var(--borderRadiusButton) !important;
  color: var(--eneba-yellow) !important;
  display: inline-flex !important;
  font-weight: 600;
  gap: 6px;
  height: 32px !important;
  line-height: 1;
  padding: 4px 10px !important;
  white-space: nowrap;
  width: auto !important;
}

.ashby-job-posting-brief {
  --colorNeutral000: transparent;
  --colorNeutral100: rgba(255, 255, 255, 0.08);
  background: transparent;
  border: 1px solid var(--eneba-border) !important;
  border-left: 1px solid var(--eneba-border) !important;
  border-radius: var(--borderRadiusContainer) !important;
  box-shadow: none;
  color: var(--eneba-text) !important;
  margin: 0 0 10px !important;
  padding: 18px 20px !important;
  transition: background-color 0.15s ease, box-shadow 0.15s ease;
}

.ashby-job-posting-brief-department-heading {
  --colorNeutral600: rgba(255, 255, 255, 0.60);
  border-bottom: 0;
  color: var(--eneba-text) !important;
  font-weight: 500;
  letter-spacing: -0.01em;
  padding-bottom: 10px;
}

.ashby-job-posting-brief-department-heading-level {
  font-family: var(--fontFamily);
}

.ashby-job-posting-brief-details {
  color: var(--eneba-text-muted) !important;
}

.ashby-job-posting-brief-list {
  gap: 10px;
  margin: 0 12px;
}

.ashby-job-posting-brief-title {
  color: var(--eneba-text) !important;
  font-size: 1.05rem;
  font-weight: 700;
}

.ashby-job-posting-header {
  background: var(--eneba-violet) !important;
  border-bottom: 1px solid var(--eneba-border);
  box-shadow: 0 6px 20px rgba(20, 8, 46, 0.45);
}

.ashby-job-posting-heading {
  color: var(--eneba-text) !important;
  font-weight: 800;
  letter-spacing: -0.01em;
  margin-top: 32px !important;
  padding-top: 0 !important;
}

.ashby-job-posting-left-pane {
  --colorNeutral600: rgba(255, 255, 255, 0.60);
  --fontSizeSmall: 12px;
  background: transparent !important;
  box-shadow: none !important;
  color: var(--eneba-text) !important;
  font-weight: 500;
}

.ashby-job-posting-right-pane {
  background: transparent !important;
  border: 0 !important;
  color: var(--eneba-text) !important;
  padding: 0;
}

.ashby-job-posting-right-pane-application-tab {
  color: var(--eneba-text-muted) !important;
  font-weight: 600;
}

.ashby-job-posting-right-pane-overview-tab {
  color: var(--eneba-text-muted) !important;
  font-weight: 600;
}

.ashby-job-posting-right-pane-tab-slider {
  background: var(--eneba-yellow) !important;
  border: 0 !important;
  border-radius: var(--borderRadiusControl);
}

.ashby-survey-form-container {
  color: var(--eneba-text) !important;
}

@media only screen and (min-width: 768px) {
  .ashby-department-heading {
    font-size: 1.25rem;
  }
}

@media only screen and (max-width: 767px) {
  .ashby-application-form-autofill-pane {
    background: transparent !important;
    padding: 0 !important;
  }
}
