/* Pointer spotlight for the service ledger and control tiles. */
.motion-tiles-v2 .ledger-item,
.motion-tiles-v2 .control-feature,
.motion-tiles-v2 .control-note {
  isolation: isolate;
}

.motion-tiles-v2 .motion-spotlight {
  width: 22rem;
  background: radial-gradient(
    circle,
    rgb(65 191 255 / 0.34),
    rgb(27 132 230 / 0.12) 34%,
    transparent 68%
  );
  filter: blur(1px);
  mix-blend-mode: screen;
  pointer-events: none;
}

@media (prefers-reduced-motion: reduce) {
  .motion-tiles-v2 .motion-spotlight {
    display: none !important;
  }
}
