 .tier-group {
    flex-direction: column;
}
 .tier-group {
    background: none;
    margin-bottom: 20px;
}
.tier-group {
    display: flex;
    background: #102531;
}
.tier-group {
    color: hsla(0, 0%, 100%, .9);
}
 .tier-group .characters-list {
    border: none;
    min-height: 0;
}
.tier-group .characters-list {
    min-height: 70px;
    height: 100%;
    flex-grow: 1;
    border: 1px solid #17313a;
    padding: 0;
}
.tier-group .characters-category, .tier-group .characters-list {
    margin: 0;
}

.characters-list {
    display: flex;
    flex-wrap: wrap;
    margin-top: 10px;
}
 .tier-group .characters-list .team-portrait:first-child {
    margin-top: 0;
}
 .tier-group .characters-list .team-portrait:last-child {
    margin-bottom: 0;
}
 .tier-group .characters-list .team-portrait {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    width: 100%;
    border: 1px solid #17313a;
    cursor: pointer;
    margin: 7.5px 0;
    background:#2d3244;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    user-select: none;
}
 .tier-group .characters-list .team-portrait .team-name {
    display: flex;
    align-items: center;
    line-height: 1.3em;
    font-size: 15px;
    padding: 10px;
    flex-grow: 1;
}
 .tier-group .characters-list .team-portrait .team-name .team-rank.tone {
    background: #ff7f7f;
}
 .tier-group .characters-list .team-portrait .team-name .team-rank {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 25px;
    height: 25px;
    padding: 5px;
    margin-right: 15px;
    color: #0d202b;
    font-weight: 600;
    border-radius: 2.5px;
    cursor: default;
}

 .tier-group .characters-list .team-portrait .team-characters {
    width: calc(95% - 40px);
    min-width: calc(95% - 40px);
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-end;
    padding: 10px 0;
    margin-left: auto;
}
 .tier-group .characters-list .team-portrait .team-characters .characters-item {
    position: relative;
    width: auto;
    justify-items: flex-start;
}
.characters-tier .tier-group .characters-item {
    width: 10%;
    justify-items: flex-start;
}
.tier-group .characters-list .characters-item {
    padding: 0;
    width: 10%;
    justify-items: flex-start;
}
a.characters-item {
    cursor: pointer;
    justify-items: flex-start;
}
.characters-item {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 12.5%;
    padding: 10px;
    justify-items: flex-start;
}
.tier-group .characters-list .characters-item .character-wrapper {
    width: 100%;
    height: 100%;
    padding: 5px;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.characters-item .character-wrapper {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 5px;
    transition: all .3s;
}
.character-wrapper {
    align-content: flex-start;
}
 .tier-group .characters-list .team-portrait .team-characters .characters-item .character-wrapper .character-icon {
    width: 45px;
    height: 45px;
    min-width: 45px;
    min-height: 45px;
}
.characters-item.c1 .character-wrapper img {
    border: 1px solid #893088;
}
.characters-item .character-wrapper .character-icon {
    width: 55px;
    height: 55px;
    min-width: 55px;
    min-height: 55px;
    border: 1px solid #17313a;
    vertical-align: initial;
    transition: all .3s;
}
.characters-item .team-character-name {
    width: 45px;
    min-height: 15px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 11px;
    text-align: center;
    color: #88a0a7;
    line-height: 1.3em;
    transition: all .3s;
}
.row.block__tab__item.block__tab__item {
    padding-left: 10px;
    padding-right: 10px;
}