/* Local overrides -- loaded last, after styles.*.css.

   The banner carousel and the home "Highlights" event list used to be hidden
   here. They are not any more: both are now driven by the admin panel (empty
   store = empty section), and a hard `display: none` would also hide the
   banners and events added through /admin.

   Anything added below wins over the compiled bundle's styles. */

/* --- Casino-only home page ------------------------------------------------
   Hides the sports "Highlights" block (the Cricket / Soccer / Tennis tabs and
   their "There are no events to be displayed" message) so the home page opens
   straight onto the casino categories.

   DELETE THIS RULE to bring sports back -- the block fills itself in as soon as
   events are added in the admin panel. The sports navigation, In-Play and the
   market pages are untouched. */
app-dashboard .game-highlight-wrap {
  display: none !important;
}
