.palworld-passive-skill.palworld-passive-skill {
  background-image: url("/games/palworld/assets/passives/passive-skill-base-neutral.webp");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.palworld-compact-pal__paldeck {
  display: inline-flex;
  min-height: 1.25rem;
  align-self: flex-start;
  align-items: center;
  justify-content: center;
  padding: 0 0.375rem;
  border-radius: 0.25rem;
  background: rgba(19, 47, 54, 0.92);
  color: var(--planner-accent-contrast);
  font-size: 0.68rem;
  font-weight: 700;
  line-height: 1;
  white-space: nowrap;
}
