/* JoJo: Golden Spirit — page background */
.jojo-page-background .bg-image {
  background-image: url("/JoJoGoldenSpirit/img/banner.webp");
  filter: brightness(0.4) saturate(1.15);
}

/* JoJo rarity icons already include the SSR/SR/R label */
.jojo-content .rarity-filter-text {
  display: none;
}

.jojo-content .characterfilter .btn.rarity-filter img {
  width: 36px !important;
  height: 20px !important;
}

.jojo-content {
  position: relative;
  z-index: 1;
}
