.rewards-adventurers {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 1em;
    justify-content: center;
    padding-bottom: 2em;
}

.rewards-adventurers .person-ui-token:first-of-type {
    width: 100%;
}

.rewards-adventurers .person-ui-token:first-of-type .mission-report-adventurer {
    max-height:10em;
}

.rewards-adventurers .mission-report-adventurer {
    max-height:5em;
    border-radius: 50%;
    flex-shrink: 1;
}

#popup-adventure-result button>span {
    height: 5em;
}

.building-ui-token,
.person-ui-token {
    position: relative;
}

.building-ui-token:hover,
.person-ui-token:hover {
    z-index:1;
}

.rewards-wrap {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
}

.rewards-wrap .reward-item {
    padding: 1em;
    align-self: center;
    display: flex;
    align-items: center;
    flex-direction: column;
    max-width: 10em;
    position: relative;
}

.rewards-wrap .reward-resource {
    font-size:3em;
}
.rewards-wrap .reward-text {
    align-self: start;
}
.rewards-wrap .reward-item .reward-text-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 2em;
    height: 2em;
    border-radius: 50%;
    background-color: gray;
    font-size: 2em;
    color: white;
    margin-bottom: 0.5em;
    margin-top: 0.5em;
}
.rewards-wrap .reward-item .reward-building {
    height: 4em;
}
.rewards-wrap .reward-item .reward-person {
    height: 4em;
    border-radius: 50%;
}


.reward-ability-icon,
.reward-stat-icon {
    width: 1.5em;
    height: 1.5em;
}