/* CR_COLLECTIVE_V175BV_HOME_PREHIDE_RELEASE_VISIBILITY_FIX
   Fix after v175bt/v175bu: the v175br early prehide selector can hide the new Home page
   because the Home page contains Music Library, Community Picks and Schedule links.
   This file protects the approved Home page from that prehide rule.
*/

html.cr-v175br-home-prehide body.cr-v175bv-home-visible > .cr-v175bm-home-page,
html.cr-v175br-home-prehide body.cr-v175bu-home-ready > .cr-v175bm-home-page,
html.cr-v175br-home-prehide body.cr-v175bm-home-ready > .cr-v175bm-home-page,
body.cr-v175bv-home-visible > .cr-v175bm-home-page,
body.cr-v175bv-home-visible .cr-v175bm-home-page,
body.cr-v175bv-home-visible .cr-v175bu-home-rendered {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
  pointer-events: auto !important;
  position: relative !important;
  z-index: 30 !important;
}

body.cr-v175bv-home-visible .cr-v175bm-home-page[aria-hidden="true"],
body.cr-v175bv-home-visible .cr-v175bu-home-rendered[aria-hidden="true"] {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
}

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

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