/* Generated by bin/strip-sections.py -- edit that, not this file.

   The homepage is a Next.js export and re-renders on hydration, so the jobs and
   news sections reappear moments after load even though they have been removed
   from the served HTML. These rules keep them hidden whatever the bundle
   renders. */

#jobs,
#news {
  display: none !important;
}

a[href="/#jobs"],
a[href="/#news"],
a[href="#jobs"],
a[href="#news"],
li:has(> a[href="/#jobs"]),
li:has(> a[href="/#news"]),
li:has(> a[href="#jobs"]),
li:has(> a[href="#news"]) {
  display: none !important;
}
