/* Keep off-screen interactive controls operable while preserving entrance motion elsewhere. */

:root {
  --npdc-accessible-motion-release: 0.1.97;
}

body:not(.home) .npdc-reveal:has(details),
body:not(.home) .npdc-reveal:has(form) {
  visibility: visible !important;
  opacity: 1 !important;
  animation: none !important;
  transform: none !important;
}
