/* TEMP / Elementor bilingual HTML pages: cards start hidden via .reveal until scrolled. */
body.vaze-temp-html-page .lpane.on .reveal,
body.vaze-temp-html-page .lpane.on .lcard.reveal,
body.vaze-temp-html-page #pane-active .reveal {
  opacity: 1 !important;
  transform: none !important;
}

/* Reduce duplicate nav when theme header stacks on top of in-page nav. */
body.vaze-temp-html-page nav#nav {
  z-index: 100;
}
