/*
 * Jobs page — "Our Hiring Process" email link on the navy section.
 *
 * Loaded only on `/about/jobs` by `app/(legacy)/about/jobs/page.tsx`.
 */

.wf-body .career-hiring-section-2 .career-hiring-description-max-width a {
  color: #a8d4ff;
  text-decoration: underline;
  text-underline-offset: 0.15em;
}

.wf-body .career-hiring-section-2 .career-hiring-description-max-width a:hover,
.wf-body .career-hiring-section-2 .career-hiring-description-max-width a:focus-visible {
  color: #c8e6ff;
}
