/* Spotlight overlay - dark vignette with transparent center that widens on scroll */
.spotlight-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 9998;
  background: none;
  transition: background 200ms ease-out;
  will-change: background;
}

body.jobs-lamp-strong .lamp-oval-overlay,
body.jobs-lamp-strong .vignette-layer {
  display: none !important;
  opacity: 0 !important;
  visibility: hidden !important;
}
