/* HIDE_CAROUSEL_V1 — hide first sportsbook carousel (MuiBox-root mui-style-ltr-9imhlg)
   NOTE: mui-style-ltr-9imhlg is a runtime Emotion class hash. If the frontend
   is rebuilt the hash may change — update the selector below to match. */
.mui-style-ltr-9imhlg {
  display: none !important;
}

/* Remove ONLY the first (empty spacer) 9bsrgn div that creates the top gap.
   It is the first child of the g79jyu container; its 9bsrgn siblings are the
   carousels and are left untouched. */
.mui-style-ltr-g79jyu > .mui-style-ltr-9bsrgn:first-child {
  display: none !important;
}
