/* CR_COLLECTIVE_V175BU_HOME_RENDER_FALLBACK_AFTER_BUNDLE
   Minimal visibility guard for the Home render fallback.
*/
body.cr-v175bu-home-ready .cr-v175bm-home-page {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
}

body.cr-v175bu-home-ready [data-cr-v175bu-legacy-home="hidden"] {
  display: none !important;
  visibility: hidden !important;
  opacity: 0 !important;
  pointer-events: none !important;
}

html::before {
  content: "CR_COLLECTIVE_V175BU_HOME_RENDER_FALLBACK_AFTER_BUNDLE";
  display: none;
}
