/* Cloudflare Pages static-export fix: the theme's scroll-reveal JS (waypoints.min.js)
   throws inside jQuery 3.7.1 on some pages and never removes the vc_hidden class it adds,
   permanently hiding content. Force-visible rather than risk patching minified 3rd-party JS. */
.vc_hidden {
  opacity: 1 !important;
  visibility: visible !important;
}
