.slot-guardian {
    background: url("/assets/slots/Slot_Guardian-b67e8e8e.png") no-repeat center center;
    background-size: cover;
    padding: 13px;
}

.empty-character-slot {
    width: 92px;
    height: 92px;
}

.character-icon {
    width: 100%;
    height: 100%;
    background-size: cover;
}

.skill-icon {
    width: 100%;
    height: 100%;
    background-size: cover;
    display: block;
}

progress.health-bar {
  margin-bottom: 2px;
  height: 16px;
}
.progress.turn-meter-bar {
  margin-bottom: 2px;
  height: 4px;
}
.character-stats {
    max-width: 128px;
}

.character-level {
    font-weight: bold;
    display: inline-block;
    margin-top: 48px;
    margin-left: 48px;
}

.dead-character {
  filter: grayscale(1);
}

.hidden-team-stats {
    display: none;
}

.character-frame-front {
    width: 100%;
    height: 250px;
    position: relative;
}

.character-frame-front div:first-child {
    position: absolute;
    bottom: 0;
    right: 0;
}

.character-in-world {
    width: 100px;
    height: 100px;
}

.character-sidebar-item {
  padding-bottom: 0;
}
