.press_single-match-team-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: .32rem;

  .press_team-name {
    color: #242424;
    text-align: center;
    font-size: .24rem;
    font-weight: 500;
    line-height: .44rem; 
    width: 6rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .press_teammate-list {
    display: flex;
    align-items: center;
    justify-content: center;

    .press_teammate-avatar {
      width: .44rem;
      height: .44rem;
      object-fit: cover;
      margin-right: .08rem;

      &:last-child {
        margin-right: 0;
      }
    }
  }


}