/* stylelint-disable */

/*
 * Ultimate Jet Vacations — Ashby Job Board
 * UI direction: UJV 2026 landing-page system
 * Upload in Ashby: Admin > Job Boards > Theme (Job Board) > Custom CSS
 */

@import url("https://fonts.googleapis.com/css2?family=Cardo:ital,wght@0,700;1,400&family=Hind:wght@300;400;500;600;700;800&display=swap");

/* =========================================================
   DESIGN TOKENS + ASHBY VARIABLES
   ========================================================= */

:root {
  --ujv-ink: #131313;
  --ujv-ink-soft: #5c5c5c;
  --ujv-paper: #ffffff;
  --ujv-soft: #f7f7f4;
  --ujv-beige: #eee8dc;
  --ujv-accent: #e2ee33;
  --ujv-rule: #e8e8e4;
  --ujv-black: #090909;
  --ujv-white: #ffffff;
  --ujv-error: #9f2d20;
  --ujv-shadow: 0 18px 44px rgba(0, 0, 0, 0.07);
  --ujv-shadow-hover: 0 24px 54px rgba(0, 0, 0, 0.13);

  /* Variables supported by Ashby */
  --colorAppBackground: var(--ujv-beige);
  --colorPrimary900: var(--ujv-black);
  --colorPrimary600: var(--ujv-accent);
  --widthMaxContent: 1160px;
  --widthMaxJobBoard: 1160px;
  --widthMaxSubscriptionPreferences: 760px;
  --borderRadiusContainer: 24px;
  --borderRadiusControl: 14px;
  --borderRadiusButton: 999px;
  --fontFamily: "Hind", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

/* =========================================================
   GLOBAL
   ========================================================= */

*,
*::before,
*::after {
  box-sizing: border-box;
}

html,
body {
  margin: 0;
  padding: 0;
  background: var(--ujv-beige) !important;
  color: var(--ujv-ink) !important;
}

body {
  overflow-x: hidden;
  font-family: "Hind", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif !important;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.72;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

button,
input,
select,
textarea {
  font-family: "Hind", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif !important;
}

a {
  color: inherit !important;
  text-decoration: none;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
}

::selection {
  background: var(--ujv-accent);
  color: var(--ujv-black);
}

/* Ashby's custom top message is supplied as an h2. */
body h2 {
  max-width: 780px;
  margin-bottom: 46px;
  color: #707070 !important;
  font-family: "Hind", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif !important;
  font-size: 12px !important;
  font-style: normal !important;
  font-weight: 800 !important;
  letter-spacing: 0.14em;
  line-height: 1.2 !important;
  text-transform: uppercase;
}

/* =========================================================
   JOB BOARD TITLE + COUNT
   ========================================================= */

.ashby-job-board-heading,
.ashby-job-posting-heading {
  color: var(--ujv-ink) !important;
  font-family: "Cardo", Georgia, serif !important;
  font-size: 56px !important;
  font-style: italic !important;
  font-weight: 400 !important;
  letter-spacing: -0.025em;
  line-height: 1.04 !important;
}

.ashby-job-board-heading {
  margin-bottom: 40px !important;
}

.ashby-job-board-heading-count {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  min-width: 32px;
  height: 28px;
  margin-left: 10px;
  padding: 0 10px;
  border-radius: 999px;
  background: var(--ujv-accent) !important;
  color: var(--ujv-black) !important;
  font-family: "Hind", system-ui, sans-serif !important;
  font-size: 13px !important;
  font-style: normal !important;
  font-weight: 800 !important;
  letter-spacing: 0;
  line-height: 1 !important;
  vertical-align: middle;
  transform: translateY(-5px);
}

/* =========================================================
   FILTERS
   ========================================================= */

.ashby-job-board-filters-label {
  display: block;
  margin-bottom: 12px;
  color: #707070 !important;
  font-family: "Hind", system-ui, sans-serif !important;
  font-size: 12px !important;
  font-weight: 800 !important;
  letter-spacing: 0.14em;
  line-height: 1.2 !important;
  text-transform: uppercase;
}

.ashby-job-board-filter,
.ashby-job-board-filter select {
  min-height: 52px;
  background: var(--ujv-paper) !important;
  border: 1px solid var(--ujv-rule) !important;
  border-radius: 14px !important;
  box-shadow: 0 7px 20px rgba(0, 0, 0, 0.035) !important;
  color: var(--ujv-ink) !important;
  font-family: "Hind", system-ui, sans-serif !important;
  font-size: 16px !important;
  font-weight: 400 !important;
  transition: border-color 180ms ease, box-shadow 180ms ease, background-color 180ms ease;
}

.ashby-job-board-filter:hover,
.ashby-job-board-filter select:hover {
  background: #fdfdfb !important;
  border-color: #d2d2cc !important;
}

.ashby-job-board-filter:focus,
.ashby-job-board-filter:focus-visible,
.ashby-job-board-filter select:focus,
.ashby-job-board-filter select:focus-visible {
  border-color: var(--ujv-ink) !important;
  box-shadow: 0 0 0 4px rgba(226, 238, 51, 0.55) !important;
  outline: none !important;
}

.ashby-job-board-reset-filters-label {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 6px 13px;
  border: 1px solid rgba(19, 19, 19, 0.12);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.5);
  color: var(--ujv-ink) !important;
  font-family: "Hind", system-ui, sans-serif !important;
  font-size: 11px !important;
  font-weight: 800 !important;
  letter-spacing: 0.1em;
  line-height: 1 !important;
  text-transform: uppercase;
  transition: background-color 180ms ease, border-color 180ms ease;
}

.ashby-job-board-reset-filters-label:hover {
  background: var(--ujv-accent);
  border-color: var(--ujv-accent);
}

/* =========================================================
   DEPARTMENT + TEAM LABELS
   ========================================================= */

.ashby-department-heading {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 54px !important;
  padding-bottom: 14px !important;
  border-bottom: 1px solid rgba(19, 19, 19, 0.09);
}

.ashby-department-heading::before {
  content: "";
  width: 8px;
  height: 8px;
  flex: 0 0 8px;
  border-radius: 50%;
  background: var(--ujv-accent);
  box-shadow: 0 0 0 4px rgba(226, 238, 51, 0.18);
}

.ashby-department-heading,
.ashby-department-heading-level,
.ashby-job-posting-brief-department-heading,
.ashby-job-posting-brief-department-heading-level {
  color: var(--ujv-ink) !important;
  font-family: "Hind", system-ui, sans-serif !important;
  font-size: 12px !important;
  font-style: normal !important;
  font-weight: 800 !important;
  letter-spacing: 0.14em;
  line-height: 1.25 !important;
  text-transform: uppercase;
}

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

.ashby-job-posting-brief-list {
  display: grid;
  gap: 16px;
}

.ashby-job-posting-brief {
  position: relative;
  margin: 0 !important;
  padding: 26px 30px 26px 34px !important;
  overflow: hidden;
  background: var(--ujv-paper) !important;
  border: 1px solid var(--ujv-rule) !important;
  border-radius: 22px !important;
  box-shadow: var(--ujv-shadow) !important;
  color: var(--ujv-ink) !important;
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.ashby-job-posting-brief::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 5px;
  background: var(--ujv-accent);
}

.ashby-job-posting-brief:hover,
.ashby-job-posting-brief:focus-within {
  border-color: rgba(19, 19, 19, 0.13) !important;
  box-shadow: var(--ujv-shadow-hover) !important;
  transform: translateY(-3px);
}

.ashby-job-posting-brief:focus-within {
  outline: 2px solid var(--ujv-ink);
  outline-offset: 3px;
}

.ashby-job-posting-brief-title {
  margin-bottom: 7px !important;
  color: var(--ujv-ink) !important;
  font-family: "Cardo", Georgia, serif !important;
  font-size: 29px !important;
  font-style: italic !important;
  font-weight: 400 !important;
  letter-spacing: -0.015em;
  line-height: 1.12 !important;
}

.ashby-job-posting-brief-details {
  color: var(--ujv-ink-soft) !important;
  font-family: "Hind", system-ui, sans-serif !important;
  font-size: 15px !important;
  font-weight: 300 !important;
  line-height: 1.58 !important;
}

/* =========================================================
   INDIVIDUAL JOB PAGE
   ========================================================= */

.ashby-job-posting-right-pane {
  background: transparent !important;
  color: var(--ujv-ink) !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  min-width: 0;
  margin-left: 20px !important;
}

/* Opaque surface for Ashby's sticky logo and back button. */
.ashby-job-posting-header {
  position: sticky !important;
  top: 0 !important;
  z-index: 100 !important;
  width: 100%;
  min-height: 82px;
  margin-bottom: 18px !important;
  padding: 12px 18px !important;
  background: var(--ujv-beige) !important;
  border-bottom: 1px solid rgba(19, 19, 19, 0.08) !important;
  border-radius: 0 !important;
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.07) !important;
  color: var(--ujv-ink) !important;
  isolation: isolate;
}

.ashby-job-posting-left-pane,
.ashby-job-posting-description-container {
  background: var(--ujv-paper) !important;
  border: 1px solid var(--ujv-rule) !important;
  border-radius: 24px !important;
  box-shadow: var(--ujv-shadow) !important;
  color: var(--ujv-ink) !important;
}

.ashby-job-posting-left-pane {
  padding: 28px !important;
  align-self: flex-start;
}

.ashby-job-posting-description-container {
  padding: 34px !important;
}

/* The overview CTA is generated without a dedicated public class. */
.ashby-job-posting-description-container button {
  min-height: 48px;
  padding: 14px 22px !important;
  border: 1px solid var(--ujv-accent) !important;
  border-radius: 999px !important;
  background: var(--ujv-accent) !important;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.12) !important;
  color: var(--ujv-black) !important;
  -webkit-text-fill-color: var(--ujv-black) !important;
  font-family: "Hind", system-ui, sans-serif !important;
  font-weight: 800 !important;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  transition: transform 180ms ease, box-shadow 180ms ease, background-color 180ms ease, color 180ms ease;
}

.ashby-job-posting-description-container button:hover {
  background: var(--ujv-black) !important;
  border-color: var(--ujv-black) !important;
  box-shadow: 0 15px 32px rgba(0, 0, 0, 0.17) !important;
  color: var(--ujv-white) !important;
  -webkit-text-fill-color: var(--ujv-white) !important;
  transform: translateY(-1px);
}

.ashby-job-posting-description {
  color: #303030 !important;
  font-family: "Hind", system-ui, sans-serif !important;
  font-size: 16px !important;
  font-weight: 300 !important;
  line-height: 1.8 !important;
}

.ashby-job-posting-description h1,
.ashby-job-posting-description h2,
.ashby-job-posting-description h3,
.ashby-job-posting-description h4,
.ashby-job-posting-description h5,
.ashby-job-posting-description h6 {
  max-width: none;
  color: var(--ujv-ink) !important;
  font-family: "Cardo", Georgia, serif !important;
  font-style: italic !important;
  font-weight: 400 !important;
  letter-spacing: -0.01em;
  line-height: 1.15 !important;
}

.ashby-job-posting-description h1,
.ashby-job-posting-description h2 {
  margin: 36px 0 16px !important;
  font-size: 32px !important;
}

.ashby-job-posting-description h3 {
  margin: 30px 0 14px !important;
  font-size: 26px !important;
}

.ashby-job-posting-description h4,
.ashby-job-posting-description h5,
.ashby-job-posting-description h6 {
  margin: 25px 0 12px !important;
  font-size: 21px !important;
}

.ashby-job-posting-description p {
  margin: 0 0 17px !important;
}

.ashby-job-posting-description a {
  font-weight: 700;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 4px;
}

.ashby-job-posting-description li {
  margin-bottom: 7px;
}

.ashby-job-posting-description li::marker {
  color: var(--ujv-accent);
}

.ashby-job-board-back-to-all-jobs-button {
  display: inline-flex !important;
  align-items: center;
  min-height: 38px;
  padding: 7px 15px !important;
  border: 1px solid rgba(19, 19, 19, 0.12) !important;
  border-radius: 999px !important;
  background: rgba(255, 255, 255, 0.58) !important;
  color: var(--ujv-ink) !important;
  font-family: "Hind", system-ui, sans-serif !important;
  font-size: 11px !important;
  font-weight: 800 !important;
  letter-spacing: 0.1em;
  line-height: 1 !important;
  text-transform: uppercase;
  transition: background-color 180ms ease, border-color 180ms ease;
}

.ashby-job-board-back-to-all-jobs-button:hover {
  background: var(--ujv-accent) !important;
  border-color: var(--ujv-accent) !important;
}

.ashby-job-board-back-to-all-jobs-button:hover,
.ashby-job-board-back-to-all-jobs-button:hover *,
.ashby-job-board-reset-filters-label:hover,
.ashby-job-board-reset-filters-label:hover *,
.ashby-job-posting-right-pane-overview-tab[aria-selected="true"],
.ashby-job-posting-right-pane-overview-tab[aria-selected="true"] *,
.ashby-job-posting-right-pane-application-tab[aria-selected="true"],
.ashby-job-posting-right-pane-application-tab[aria-selected="true"] * {
  color: var(--ujv-black) !important;
  -webkit-text-fill-color: var(--ujv-black) !important;
}

.ashby-job-board-back-to-all-jobs-button:hover svg,
.ashby-job-board-back-to-all-jobs-button:hover svg *,
.ashby-job-board-reset-filters-label:hover svg,
.ashby-job-board-reset-filters-label:hover svg *,
.ashby-job-posting-right-pane-overview-tab[aria-selected="true"] svg,
.ashby-job-posting-right-pane-overview-tab[aria-selected="true"] svg *,
.ashby-job-posting-right-pane-application-tab[aria-selected="true"] svg,
.ashby-job-posting-right-pane-application-tab[aria-selected="true"] svg * {
  color: var(--ujv-black) !important;
  fill: var(--ujv-black) !important;
  stroke: var(--ujv-black) !important;
}

.ashby-job-posting-right-pane-overview-tab,
.ashby-job-posting-right-pane-application-tab {
  padding: 10px 16px !important;
  border-radius: 999px !important;
  color: var(--ujv-ink) !important;
  font-family: "Hind", system-ui, sans-serif !important;
  font-size: 12px !important;
  font-weight: 800 !important;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.ashby-job-posting-right-pane-overview-tab[aria-selected="true"],
.ashby-job-posting-right-pane-application-tab[aria-selected="true"] {
  background: var(--ujv-accent) !important;
}

.ashby-job-posting-right-pane-tab-slider {
  height: 4px !important;
  border-radius: 999px !important;
  background: var(--ujv-accent) !important;
}

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

.ashby-application-form-container,
.ashby-survey-form-container {
  margin-top: 18px !important;
  margin-bottom: 0 !important;
  padding: 34px !important;
  background: var(--ujv-paper) !important;
  border: 1px solid var(--ujv-rule) !important;
  border-radius: 24px !important;
  box-shadow: var(--ujv-shadow) !important;
  color: var(--ujv-ink) !important;
  font-family: "Hind", system-ui, sans-serif !important;
}

.ashby-application-form-section-container {
  padding-top: 28px !important;
  border-top: 1px solid var(--ujv-rule) !important;
}

.ashby-application-form-section-container +
  .ashby-application-form-section-container {
  margin-top: 28px !important;
}

.ashby-application-form-field-entry {
  margin-bottom: 24px !important;
}

.ashby-application-form-section-header-title {
  color: var(--ujv-ink) !important;
  font-family: "Cardo", Georgia, serif !important;
  font-size: 34px !important;
  font-style: italic !important;
  font-weight: 400 !important;
  letter-spacing: -0.01em;
  line-height: 1.12 !important;
}

.ashby-application-form-section-header-description,
.ashby-application-form-question-description,
.ashby-application-form-texting-consent-description {
  color: var(--ujv-ink-soft) !important;
  font-family: "Hind", system-ui, sans-serif !important;
  font-size: 14px !important;
  font-weight: 300 !important;
  line-height: 1.65 !important;
}

.ashby-application-form-question-title {
  color: var(--ujv-ink) !important;
  font-family: "Hind", system-ui, sans-serif !important;
  font-size: 15px !important;
  font-weight: 700 !important;
  line-height: 1.42 !important;
}

.ashby-application-form-input-text,
.ashby-application-form-input-textarea,
.ashby-application-form-input-dropdown,
.ashby-application-form-input-dropdown-select,
.ashby-application-form-input-autocomplete,
.ashby-application-form-input-date {
  min-height: 52px;
  background: var(--ujv-soft) !important;
  border: 1px solid #deded9 !important;
  border-radius: 14px !important;
  box-shadow: none !important;
  color: var(--ujv-ink) !important;
  font-family: "Hind", system-ui, sans-serif !important;
  font-size: 16px !important;
  font-weight: 400 !important;
  transition: border-color 180ms ease, box-shadow 180ms ease, background-color 180ms ease;
}

.ashby-application-form-input-textarea {
  min-height: 145px;
  resize: vertical;
}

.ashby-application-form-input-text:hover,
.ashby-application-form-input-textarea:hover,
.ashby-application-form-input-dropdown:hover,
.ashby-application-form-input-dropdown-select:hover,
.ashby-application-form-input-autocomplete:hover,
.ashby-application-form-input-date:hover {
  background: var(--ujv-paper) !important;
  border-color: #cfcfc9 !important;
}

.ashby-application-form-input-text:focus,
.ashby-application-form-input-text:focus-visible,
.ashby-application-form-input-textarea:focus,
.ashby-application-form-input-textarea:focus-visible,
.ashby-application-form-input-dropdown:focus-within,
.ashby-application-form-input-dropdown-select:focus,
.ashby-application-form-input-dropdown-select:focus-visible,
.ashby-application-form-input-autocomplete:focus-within,
.ashby-application-form-input-date:focus,
.ashby-application-form-input-date:focus-visible {
  background: var(--ujv-paper) !important;
  border-color: var(--ujv-ink) !important;
  box-shadow: 0 0 0 4px rgba(226, 238, 51, 0.55) !important;
  outline: none !important;
}

.ashby-application-form-autofill-pane {
  margin: 18px 0 0 !important;
  padding: 0 !important;
  overflow: visible;
  background: transparent !important;
  border: 0 !important;
  border-radius: 18px !important;
  box-shadow: none !important;
}

.ashby-application-form-autofill-input-root {
  overflow: hidden;
}

.ashby-application-form-autofill-input-base-layer {
  padding: 18px 20px !important;
  overflow: hidden;
  background: var(--ujv-soft) !important;
  border: 0 !important;
  border-radius: 18px !important;
  box-shadow: none !important;
}

.ashby-application-form-autofill-input-drag-layer,
.ashby-application-form-autofill-input-pending-layer {
  overflow: hidden;
  border-radius: 18px !important;
}

.ashby-application-form-input-file {
  padding: 8px !important;
  border-radius: 18px !important;
}

.ashby-application-form-input-file-dropzone,
.ashby-application-form-autofill-input-root {
  background: var(--ujv-soft) !important;
  border: 1px dashed #cecec8 !important;
  border-radius: 18px !important;
  box-shadow: none !important;
  transition: background-color 180ms ease, border-color 180ms ease;
}

.ashby-application-form-input-file-dropzone {
  min-height: 116px;
  padding: 26px !important;
}

.ashby-application-form-input-file-dropzone:hover,
.ashby-application-form-autofill-input-root:hover,
.ashby-application-form-autofill-input-root[data-state="drag"] {
  background: rgba(226, 238, 51, 0.14) !important;
  border-color: var(--ujv-accent) !important;
}

.ashby-application-form-autofill-input-title,
.ashby-application-form-input-file-item-name {
  color: var(--ujv-ink) !important;
  font-family: "Hind", system-ui, sans-serif !important;
  font-weight: 700 !important;
}

/* Keep the autofill wand crisp against the light card. */
.ashby-application-form-autofill-input-icon,
.ashby-application-form-autofill-input-icon * {
  color: var(--ujv-black) !important;
  opacity: 1 !important;
}

.ashby-application-form-autofill-input-icon svg {
  filter: brightness(0) saturate(100%);
}

.ashby-application-form-autofill-input-description,
.ashby-application-form-input-file-dropzone-instructions {
  color: var(--ujv-ink-soft) !important;
  font-family: "Hind", system-ui, sans-serif !important;
  font-weight: 300 !important;
}

.ashby-application-form-input-file-dropzone-instructions {
  padding: 8px 12px !important;
}

.ashby-application-form-autofill-uploader {
  min-height: 42px;
  margin: 7px 10px !important;
  padding: 11px 18px !important;
  border: 1px solid var(--ujv-accent) !important;
  border-radius: 999px !important;
  background: var(--ujv-accent) !important;
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.1) !important;
  color: var(--ujv-black) !important;
  -webkit-text-fill-color: var(--ujv-black) !important;
  font-family: "Hind", system-ui, sans-serif !important;
  font-weight: 800 !important;
}

/*
 * Ashby renders the visible autofill CTA as a nested control in some
 * versions of the board. These more specific selectors keep its default
 * state yellow with black copy, even when Ashby's component styles load
 * after the public uploader class.
 */
.ashby-application-form-autofill-input-base-layer .ashby-application-form-autofill-uploader,
.ashby-application-form-autofill-input-base-layer button,
.ashby-application-form-autofill-input-base-layer [role="button"] {
  border-color: var(--ujv-accent) !important;
  background: var(--ujv-accent) !important;
  color: var(--ujv-black) !important;
  -webkit-text-fill-color: var(--ujv-black) !important;
}

.ashby-application-form-autofill-input-base-layer .ashby-application-form-autofill-uploader *,
.ashby-application-form-autofill-input-base-layer button *,
.ashby-application-form-autofill-input-base-layer [role="button"] * {
  color: var(--ujv-black) !important;
  -webkit-text-fill-color: var(--ujv-black) !important;
}

.ashby-application-form-autofill-input-base-layer .ashby-application-form-autofill-uploader svg,
.ashby-application-form-autofill-input-base-layer .ashby-application-form-autofill-uploader svg *,
.ashby-application-form-autofill-input-base-layer button svg,
.ashby-application-form-autofill-input-base-layer button svg *,
.ashby-application-form-autofill-input-base-layer [role="button"] svg,
.ashby-application-form-autofill-input-base-layer [role="button"] svg * {
  color: var(--ujv-black) !important;
  fill: var(--ujv-black) !important;
  stroke: var(--ujv-black) !important;
}

.ashby-application-form-autofill-input-base-layer .ashby-application-form-autofill-uploader:hover,
.ashby-application-form-autofill-input-base-layer button:hover,
.ashby-application-form-autofill-input-base-layer [role="button"]:hover {
  border-color: var(--ujv-black) !important;
  background: var(--ujv-black) !important;
  color: var(--ujv-white) !important;
  -webkit-text-fill-color: var(--ujv-white) !important;
}

.ashby-application-form-autofill-input-base-layer .ashby-application-form-autofill-uploader:hover *,
.ashby-application-form-autofill-input-base-layer button:hover *,
.ashby-application-form-autofill-input-base-layer [role="button"]:hover * {
  color: var(--ujv-white) !important;
  -webkit-text-fill-color: var(--ujv-white) !important;
}

.ashby-application-form-autofill-input-base-layer .ashby-application-form-autofill-uploader:hover svg,
.ashby-application-form-autofill-input-base-layer .ashby-application-form-autofill-uploader:hover svg *,
.ashby-application-form-autofill-input-base-layer button:hover svg,
.ashby-application-form-autofill-input-base-layer button:hover svg *,
.ashby-application-form-autofill-input-base-layer [role="button"]:hover svg,
.ashby-application-form-autofill-input-base-layer [role="button"]:hover svg * {
  color: var(--ujv-white) !important;
  fill: var(--ujv-white) !important;
  stroke: var(--ujv-white) !important;
}

.ashby-application-form-input-file-dropzone-upload,
.ashby-application-form-input-education-add {
  display: inline-flex !important;
  align-items: center;
  min-height: 38px;
  padding: 8px 14px !important;
  border: 1px solid var(--ujv-accent) !important;
  border-radius: 999px !important;
  background: var(--ujv-accent) !important;
  color: var(--ujv-black) !important;
  font-family: "Hind", system-ui, sans-serif !important;
  font-size: 11px !important;
  font-weight: 800 !important;
  letter-spacing: 0.08em;
  line-height: 1 !important;
  text-transform: uppercase;
}

.ashby-application-form-input-file-dropzone-upload {
  min-height: 42px;
  margin: 10px 14px !important;
  padding: 11px 19px !important;
}

.ashby-application-form-input-checkbox-group-option,
.ashby-application-form-input-radio-group-option,
.ashby-application-form-input-yesno-option {
  color: var(--ujv-ink) !important;
  font-family: "Hind", system-ui, sans-serif !important;
  font-weight: 400 !important;
}

.ashby-application-form-input-yesno-option {
  border: 1px solid #deded9 !important;
  border-radius: 999px !important;
  background: var(--ujv-soft) !important;
}

.ashby-application-form-input-checkbox-group-option-checkbox,
.ashby-application-form-input-radio-group-option-radio {
  border-color: #bdbdb6 !important;
  box-shadow: none !important;
}

.ashby-application-form-input-checkbox-group-option[data-checked]
  .ashby-application-form-input-checkbox-group-option-checkbox,
.ashby-application-form-input-radio-group-option[data-checked]
  .ashby-application-form-input-radio-group-option-radio,
.ashby-application-form-input-yesno-option[aria-pressed="true"] {
  background: var(--ujv-accent) !important;
  border-color: var(--ujv-accent) !important;
  color: var(--ujv-black) !important;
}

.ashby-application-form-input-autocomplete-popup,
.ashby-application-form-input-date-popup {
  background: var(--ujv-paper) !important;
  border: 1px solid var(--ujv-rule) !important;
  border-radius: 16px !important;
  box-shadow: var(--ujv-shadow-hover) !important;
  color: var(--ujv-ink) !important;
}

.ashby-application-form-input-autocomplete-popup-result[aria-selected="true"] {
  background: var(--ujv-accent) !important;
  color: var(--ujv-black) !important;
}

.ashby-application-form-input-education-entry,
.ashby-application-form-input-file-item {
  background: var(--ujv-soft) !important;
  border: 1px solid var(--ujv-rule) !important;
  border-radius: 16px !important;
  box-shadow: none !important;
}

/* =========================================================
   PRIMARY CTA
   ========================================================= */

.ashby-application-form-submit-button {
  margin-top: 18px !important;
  margin-bottom: 8px !important;
  min-height: 48px;
  padding: 14px 22px !important;
  border: 1px solid var(--ujv-accent) !important;
  border-radius: 999px !important;
  background: var(--ujv-accent) !important;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.12) !important;
  color: #111111 !important;
  -webkit-text-fill-color: #111111 !important;
  font-family: "Hind", system-ui, sans-serif !important;
  font-size: 13px !important;
  font-weight: 800 !important;
  letter-spacing: 0.07em;
  line-height: 1 !important;
  text-transform: uppercase;
  transition: transform 180ms ease, box-shadow 180ms ease, background-color 180ms ease, color 180ms ease, border-color 180ms ease;
}

/*
 * Ashby gives some nested labels and SVG paths their own color.
 * Every child must remain black while its parent button is yellow.
 */
.ashby-application-form-submit-button *,
.ashby-job-posting-description-container button *,
.ashby-application-form-input-file-dropzone-upload *,
.ashby-application-form-input-education-add *,
.ashby-application-form-autofill-uploader * {
  color: var(--ujv-black) !important;
  -webkit-text-fill-color: var(--ujv-black) !important;
}

.ashby-application-form-submit-button svg,
.ashby-application-form-submit-button svg *,
.ashby-job-posting-description-container button svg,
.ashby-job-posting-description-container button svg *,
.ashby-application-form-input-file-dropzone-upload svg,
.ashby-application-form-input-file-dropzone-upload svg *,
.ashby-application-form-input-education-add svg,
.ashby-application-form-input-education-add svg *,
.ashby-application-form-autofill-uploader svg,
.ashby-application-form-autofill-uploader svg * {
  color: var(--ujv-black) !important;
  fill: var(--ujv-black) !important;
  stroke: var(--ujv-black) !important;
}

.ashby-application-form-submit-button::before,
.ashby-application-form-submit-button::after,
.ashby-job-posting-description-container button::before,
.ashby-job-posting-description-container button::after,
.ashby-application-form-input-file-dropzone-upload::before,
.ashby-application-form-input-file-dropzone-upload::after,
.ashby-application-form-autofill-uploader::before,
.ashby-application-form-autofill-uploader::after {
  color: var(--ujv-black) !important;
  -webkit-text-fill-color: var(--ujv-black) !important;
}

.ashby-application-form-submit-button:hover {
  background: #111111 !important;
  border-color: #111111 !important;
  box-shadow: 0 15px 32px rgba(0, 0, 0, 0.17) !important;
  color: var(--ujv-white) !important;
  -webkit-text-fill-color: var(--ujv-white) !important;
  transform: translateY(-1px);
}

.ashby-application-form-input-file-dropzone-upload:hover,
.ashby-application-form-input-education-add:hover,
.ashby-application-form-autofill-uploader:hover {
  background: var(--ujv-black) !important;
  border-color: var(--ujv-black) !important;
  color: var(--ujv-white) !important;
  -webkit-text-fill-color: var(--ujv-white) !important;
}

.ashby-application-form-submit-button:hover *,
.ashby-job-posting-description-container button:hover *,
.ashby-application-form-input-file-dropzone-upload:hover *,
.ashby-application-form-input-education-add:hover *,
.ashby-application-form-autofill-uploader:hover * {
  color: var(--ujv-white) !important;
  -webkit-text-fill-color: var(--ujv-white) !important;
}

.ashby-application-form-submit-button:hover svg,
.ashby-application-form-submit-button:hover svg *,
.ashby-job-posting-description-container button:hover svg,
.ashby-job-posting-description-container button:hover svg *,
.ashby-application-form-input-file-dropzone-upload:hover svg,
.ashby-application-form-input-file-dropzone-upload:hover svg *,
.ashby-application-form-input-education-add:hover svg,
.ashby-application-form-input-education-add:hover svg *,
.ashby-application-form-autofill-uploader:hover svg,
.ashby-application-form-autofill-uploader:hover svg * {
  color: var(--ujv-white) !important;
  fill: var(--ujv-white) !important;
  stroke: var(--ujv-white) !important;
}

.ashby-application-form-submit-button:hover::before,
.ashby-application-form-submit-button:hover::after,
.ashby-job-posting-description-container button:hover::before,
.ashby-job-posting-description-container button:hover::after,
.ashby-application-form-input-file-dropzone-upload:hover::before,
.ashby-application-form-input-file-dropzone-upload:hover::after,
.ashby-application-form-autofill-uploader:hover::before,
.ashby-application-form-autofill-uploader:hover::after {
  color: var(--ujv-white) !important;
  -webkit-text-fill-color: var(--ujv-white) !important;
}

.ashby-application-form-submit-button:focus-visible {
  box-shadow: 0 0 0 4px var(--ujv-paper), 0 0 0 7px var(--ujv-ink) !important;
  outline: none !important;
}

.ashby-application-form-submit-button:disabled,
.ashby-application-form-submit-button[aria-disabled="true"] {
  cursor: not-allowed;
  opacity: 0.55;
  transform: none;
}

/* =========================================================
   STATUS MESSAGES
   ========================================================= */

.ashby-application-form-success-container,
.ashby-application-form-blocked-application-container,
.ashby-application-blocking-disclosure {
  padding: 20px !important;
  background: rgba(226, 238, 51, 0.24) !important;
  border: 1px solid rgba(19, 19, 19, 0.1) !important;
  border-left: 5px solid var(--ujv-accent) !important;
  border-radius: 16px !important;
  box-shadow: none !important;
  color: var(--ujv-ink) !important;
}

.ashby-application-form-failure-container,
.ashby-application-form-autofill-input-form-alert[data-highlight="negative"] {
  padding: 20px !important;
  background: #f8e9e5 !important;
  border: 1px solid rgba(159, 45, 32, 0.24) !important;
  border-left: 5px solid var(--ujv-error) !important;
  border-radius: 16px !important;
  color: var(--ujv-error) !important;
}

.ashby-application-form-autofill-input-form-alert[data-highlight="positive"] {
  background: rgba(226, 238, 51, 0.24) !important;
  border: 1px solid rgba(19, 19, 19, 0.1) !important;
  border-radius: 16px !important;
  color: var(--ujv-ink) !important;
}

/* =========================================================
   RESPONSIVE
   ========================================================= */

@media (max-width: 767px) {
  :root {
    --widthMaxContent: 100%;
    --widthMaxJobBoard: 100%;
  }

  body h2 {
    margin-bottom: 34px;
    font-size: 12px !important;
    letter-spacing: 0.12em;
  }

  .ashby-job-board-heading,
  .ashby-job-posting-heading {
    font-size: 42px !important;
  }

  .ashby-job-board-heading {
    margin-bottom: 30px !important;
  }

  .ashby-job-board-heading-count {
    height: 26px;
    min-width: 30px;
    padding: 0 9px;
    font-size: 12px !important;
    transform: translateY(-4px);
  }

  .ashby-job-posting-header {
    min-height: 72px;
    margin-bottom: 14px !important;
    padding: 10px 12px !important;
  }

  .ashby-job-posting-right-pane {
    margin-top: 18px !important;
    margin-left: 0 !important;
  }

  .ashby-department-heading {
    margin-top: 40px !important;
  }

  .ashby-job-posting-brief {
    padding: 22px 22px 22px 27px !important;
    border-radius: 18px !important;
  }

  .ashby-job-posting-brief:hover,
  .ashby-job-posting-brief:focus-within {
    transform: none;
  }

  .ashby-job-posting-brief-title {
    font-size: 26px !important;
  }

  .ashby-job-posting-left-pane,
  .ashby-job-posting-description-container,
  .ashby-application-form-container,
  .ashby-survey-form-container {
    border-radius: 18px !important;
  }

  .ashby-job-posting-left-pane,
  .ashby-job-posting-description-container,
  .ashby-application-form-container,
  .ashby-survey-form-container {
    padding: 22px !important;
  }

  .ashby-application-form-autofill-pane,
  .ashby-application-form-container,
  .ashby-application-form-submit-button {
    margin-top: 16px !important;
  }

  .ashby-application-form-input-file-dropzone {
    min-height: 108px;
    padding: 20px !important;
  }

  .ashby-application-form-input-file-dropzone-upload {
    margin: 9px 11px !important;
  }

  .ashby-application-form-section-header-title {
    font-size: 29px !important;
  }

  .ashby-application-form-submit-button {
    width: 100%;
  }

  .ashby-job-posting-description-container button {
    width: 100%;
  }
}

@media (max-width: 480px) {
  .ashby-job-board-heading,
  .ashby-job-posting-heading {
    font-size: 37px !important;
  }

  .ashby-job-posting-brief {
    padding: 20px 18px 20px 23px !important;
  }

  .ashby-job-posting-brief-title {
    font-size: 24px !important;
  }
}

@media (prefers-reduced-motion: reduce) {
  .ashby-job-board-filter,
  .ashby-job-posting-brief,
  .ashby-application-form-submit-button,
  .ashby-application-form-input-text,
  .ashby-application-form-input-textarea,
  .ashby-application-form-input-dropdown,
  .ashby-application-form-input-autocomplete,
  .ashby-application-form-input-date {
    transition: none !important;
  }
}
