/* CS_GCN_GLOBE_VISIBILITY_RESCUE_V1_20260627
   Purpose: restore the Global Cricket Network landing globe above the decorative frame overlay.
   Scope: only the hero globe frame.
   No DB, route, vendor JS, map feed, or form behavior changes.
*/

.globe-frame {
  isolation: isolate !important;
}

#globeViz {
  position: absolute !important;
  inset: 0 !important;
  width: 100% !important;
  height: 100% !important;
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
  overflow: hidden !important;
  z-index: 4 !important;
  transform: translateZ(0);
}

#globeViz .scene-container,
#globeViz canvas {
  position: absolute !important;
  inset: 0 !important;
  width: 100% !important;
  height: 100% !important;
  max-width: none !important;
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
}

.globe-frame::after {
  z-index: 1 !important;
}

.globe-fade {
  position: absolute !important;
  z-index: 6 !important;
  pointer-events: none !important;
}

.globe-frame .info-strip {
  z-index: 14 !important;
}
