<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">div:has(&gt; .shophire_page),
main:has(.shophire_page) {
  background: rgb(var(--color-background)) !important;
  color: rgb(var(--color-foreground)) !important;
}

.shophire_page {
  padding: 5em !important;
  width: 100%;
  max-width: var(--page-width);
  margin: 0 auto;
  background: rgb(var(--color-background)) !important;
  color: rgb(var(--color-foreground)) !important;

  .hero_section {
    font-family: var(--font-family__heading) !important;
  }

  .modal-content {
    background: rgb(var(--color-background)) !important;
    color: rgb(var(--color-foreground)) !important;
    border-color: rgba(var(--color-foreground), 0.2) !important;
  }

  section.talent_community_section .close:hover, section.talent_community_section .close:focus {
    color: rgb(var(--color-foreground)) !important;
  }

  section.job_list_section &gt; div.wrapper &gt; ul.jobs_table &gt; li.job_item:hover {
    background: rgba(var(--color-foreground), 0.1) !important;
  }
  section.job_list_section &gt; div.wrapper &gt; ul.jobs_table &gt; li.jobs_table_filters &gt; div.job-filter-input &gt; input {
    background: rgba(var(--color-foreground), 0.1) !important;
    color: rgb(var(--color-foreground)) !important;
    border-color: rgba(var(--color-foreground), 0.2) !important;
    &amp;::-webkit-input-placeholder {
      color: rgba(var(--color-foreground), 0.5) !important;
    }
    &amp;::-moz-placeholder {
      color: rgba(var(--color-foreground), 0.5) !important;
    }
    &amp;:-ms-input-placeholder {
      color: rgba(var(--color-foreground), 0.5) !important;
    }
    &amp;::-ms-input-placeholder {
      color: rgba(var(--color-foreground), 0.5) !important;
    }
    &amp;::placeholder {
      color: rgba(var(--color-foreground), 0.5) !important;
    }
  }
  section.job_list_section &gt; div.wrapper &gt; ul.jobs_table &gt; li.jobs_table_filters &gt; select {
    background: rgba(var(--color-foreground), 0.1) !important;
    color: rgb(var(--color-foreground)) !important;
    border-color: rgba(var(--color-foreground), 0.2) !important;
  }
  div.wrapper &gt; ul.jobs_table &gt; li.jobs_table_filters {
    display: none !important;
  }
  div.wrapper &gt; div.shophire_navbar &gt; a,
  div.wrapper &gt; div.shophire_header &gt; h1.heading_text,
  div.wrapper &gt; div.shophire_header &gt; div.header_info &gt; div.header_info_item &gt; span,
  div.wrapper &gt; div.shophire_header &gt; .shophire_post_date,
  div.wrapper &gt; div.job_content div#Job-Description__Section &gt; *,
  div.wrapper &gt; div.job_content p,
  div.wrapper &gt; div.job_content span,
  div.wrapper &gt; div.job_content li,
  div.wrapper &gt; div.job_content p &gt; span,
  div.wrapper &gt; div.job_form &gt; h2.text_heading,
  div.wrapper &gt; div.job_form &gt; form &gt; div.shophire_input &gt; label.input_label,
  div.wrapper &gt; div.job_form &gt; form &gt; ul &gt; li.shophire_input &gt; label.input_label,
  div.wrapper &gt; div.job_form &gt; form &gt; div.shophire_input .flex-container .input_label,
  div.wrapper &gt; div.job_form &gt; form &gt; div &gt; div.nested-fields &gt; div.shophire_input .input_label,
  div.wrapper &gt; div.job_form &gt; form &gt; div.shophire_input &gt; div.checkbox-field &gt; label,
  div.shophire_input.boolean &gt; div {
    color: rgb(var(--color-foreground)) !important;
  }
}
</pre></body></html>