/* CS_GCN_GLOBE_TOP_GAP_REMOVE_V1_20260627
   Purpose: remove the black top gap above the Global Cricket Network landing globe.
   Scope: hero globe card/frame only.
   No JS, DB, route, map feed, texture, or vendor changes.
*/

.hero .globe-shell,
.hero .globe-shell.card {
  padding-top: 0 !important;
}

.hero .globe-frame {
  margin-top: 0 !important;
}

.hero .globe-shell > .globe-frame {
  margin-top: 0 !important;
}

@media (max-width: 960px) {
  .hero .globe-shell,
  .hero .globe-shell.card {
    padding-top: 0 !important;
  }

  .hero .globe-frame {
    margin-top: 0 !important;
  }
}

@media (max-width: 520px) {
  .hero .globe-shell,
  .hero .globe-shell.card {
    padding-top: 0 !important;
  }

  .hero .globe-frame {
    margin-top: 0 !important;
  }
}
