/* AVC SEO & Accessibility Patch — no visual redesign */
.sr-only,
.avc-stat-static {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  clip-path: inset(50%) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

.skip-link {
  position: fixed !important;
  top: 10px !important;
  left: 10px !important;
  z-index: 1000001 !important;
  transform: translateY(-180%) !important;
  padding: 12px 16px !important;
  background: #000 !important;
  color: #fff !important;
  border: 2px solid #fe7f00 !important;
  font: 700 14px/1.2 system-ui, sans-serif !important;
  text-decoration: none !important;
}
.skip-link:focus { transform: translateY(0) !important; }

:where(a, button, input, select, textarea, [tabindex]):focus-visible {
  outline: 3px solid #fe7f00 !important;
  outline-offset: 4px !important;
}

/* The final number remains semantically present while this child is animated. */
.avc-stat-animated { display: inline !important; }

/* Native inert is used only while a modal or an alternate responsive copy is inactive. */
[inert] { pointer-events: none; }
