/* Targeted desktop fit for the only codex title that exceeds its measured name column. */
@media (min-width: 900px) {
  html body:not(.maintenance-mode)
    #characterCodexDialog#characterCodexDialog#characterCodexDialog.character-codex-dialog
    .character-codex-card.character-codex-card[data-character="Lollipopz-magic-assassin"]
    .character-codex-title-stack.character-codex-title-stack
    > strong {
    font-size: clamp(23px, 1.4vw, 30px) !important;
  }
}
