.challenge {

    .badge {

        /* Categories */
        &.easier {
            background: #ffa272;
        }

        &.tougher {
            background: #fffb85;
        }

        &.jank {
            background: #a1ff86;
        }

        &.coop, &.coopsolo {
            background: #ade6f4;
        }

        &.hiscore {
            background: #89acf4;
        }

        &.pdsubgame, &.pd {
            background: #d69bed;
        }

        &.speedrunbonus {
            background: white;
        }

        /* Tags */
        &.platformer,
        &.shmup,
        &.beatemup,
        &.racing,
        &.puzzle,
        &.pointnclick,
        &.pointclick,
        &.adventure,
        &.platforming,
        &.shooter,
        &.fighting,
        &.strategy,
        &.pinball,
        &.sandbox {
            background: #ffa272;
        }

        &.solo {
            background: #adf4ea;
        }

        &.indie,
        &.pdsubgame,
        &.arcade,
        &.pd {
            background: #d69bed;
        }

        &.speedrun {
            background: white;
        }

    }

}
