/**
 * Swivo Live Feed — accessibility styles.
 * Focus styles and reduced-motion support.
 */

/* Stop animation for users who prefer reduced motion. */
@media ( prefers-reduced-motion: reduce ) {
	.swf-track {
		animation: none !important; /* intentional: override inline animation */
	}
}

/* Ensure cloned items are not reachable by keyboard or assistive tech. */
.swf-track [aria-hidden="true"] {
	pointer-events: none;
}
