html.cxt-perf-low-power { scroll-behavior: auto !important; }
html.cxt-perf-low-power [data-cxt-motion="optional"],
html.cxt-perf-reduced-motion [data-cxt-motion="optional"] {
  animation: none !important;
  transition: none !important;
  scroll-behavior: auto !important;
}
@media (prefers-reduced-motion: reduce) {
  [data-cxt-motion="optional"] {
    animation: none !important;
    transition: none !important;
    scroll-behavior: auto !important;
  }
}
