/* Hall of Champions: remove obsolete CSS orb/ring art that was layered over
   the current League Records and Colony Archives background artwork. */
#league-records > .pointer-events-none.rounded-full,
#record-vault > .pointer-events-none.rounded-full {
  display: none !important;
  animation: none !important;
}
