.fx-prefers-reduced-motion *,
.fx-prefers-reduced-motion *::before,
.fx-prefers-reduced-motion *::after {
    scroll-behavior: auto !important;
    animation-duration: 0.001ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.001ms !important;
}

.fx-compatibility-layer [inert] {
    pointer-events: none;
    user-select: none;
}
