/**
 * Elementor Heading — Accessibility fix styles
 * WCAG 1.3.1, 2.4.6
 */

/* Focus ring for heading wrappers that receive focus */
.elementor-widget-heading:focus-within [class*="elementor-heading-title"]:focus {
  outline: 3px solid #005fcc;
  outline-offset: 2px;
  border-radius: 2px;
}

/* Visually hidden utility used when heading text is injected for screen readers */
.elementor-widget-heading .a11y-heading-sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
