/* Visibility override for Zyro/Vue SSR hydration */
/* Elements hidden by v-cloak or v-show are initially invisible; this forces them visible */
[v-cloak] { opacity: 1 !important; visibility: visible !important; }
[v-show] { opacity: 1 !important; visibility: visible !important; }
.layout-element { opacity: 1 !important; }
.block { opacity: 1 !important; }
section { opacity: 1 !important; }
grid-embed { opacity: 1 !important; }

/* Grid embed iframe should fill its container */
.grid-embed__iframe {
  width: 100% !important;
  height: 100% !important;
  border: none !important;
  min-height: 575px !important;
}
