/* only hide the extra injected boba memory box */
body.home-page .shuma-boba-one {
  display: none !important;
}

/* stop broken duplicate soccer icons from flashing */
body.home-page .stable-worldcup-title img:not(.stable-worldcup-ball) {
  display: none !important;
}

body.home-page .stable-worldcup-ball {
  width: 14px !important;
  height: 14px !important;
  object-fit: contain !important;
  display: inline-block !important;
  vertical-align: -2px !important;
  margin-right: 6px !important;
}
