/**
 * Elementor Pro Animated Headline — Accessibility fix styles
 * WCAG 2.2.2, 4.1.3
 */

/* Prevent animated text from being announced by screen readers
   (the static aria-label on the wrapper provides the accessible name) */
.elementor-widget-animated-headline [aria-hidden="true"],
.elementor-widget-animated-headline [aria-live="off"] {
  /* No visual changes — purely semantic isolation */
}

/* Focus ring on wrapper if it becomes focusable */
.elementor-widget-animated-headline [aria-label]:focus {
  outline: 3px solid #005fcc;
  outline-offset: 2px;
  border-radius: 2px;
}
