/* supplement.css — Wayback Fixer overrides for granary.cz (Salient theme) */

/* Safety: smooth scroll can break automated link-visibility checks */
html { scroll-behavior: auto !important; }

/* Guarantee WPBakery/Salient scroll-reveal content (booking CTAs, text) is
   visible even if the entrance-animation JS never fires. Scoped to WPBakery
   columns so site-wide animations elsewhere are untouched. */
.wpb_column [style*="opacity: 0"],
.wpb_column [style*="opacity:0"] { opacity: 1 !important; }
