.b-user-itch {
  padding: 30px 1rem;
  padding-bottom: 45px;
  color: #fff;
}

.b-user-itch__title {
  font-weight: bold;  
  font-size: 20px;
  line-height: 1em;
  margin-bottom: 29px;
}
@media (max-width: 767px){
  .b-user-itch__title {
    font-size: 17px;
  }
}

.b-user-itch__items {
}

.b-user-itch__item {
  margin-bottom: 1.5rem;
  display: table;
}

.b-user-itch__item:last-child {
  margin-bottom: 0;
}

.b-user-itch__item-avatar {
  width: 3rem;
  height: 3rem;
  display: table-cell;
  vertical-align: middle;
}

.b-user-itch__item-avatar .b-user__avatar {
  background: transparent;
  width: 3rem;
  height: 3rem;
  margin-bottom: 0;
  border-radius: 100%;
  border: rgba(241,241,241,.3) solid 3px;
  overflow: hidden;
}

.b-user-itch__item-info {
  display: table-cell;
  vertical-align: middle;
  padding-left: 1rem;
}

.b-user-itch__item-info._add{
  width: 100%;
  color: #fff;
}

.b-user-itch__item-info._add:hover{
  color: #ffdd33 !important;
  text-decoration: none;
}

.b-user-itch__item-name {
  font-weight: bold;
}

.b-user-itch__item-text {
  color: #fff;
}

.b-user-itch__item-info-inner{
  background: rgba(255,255,255,.2);
  width: 100%;
  border-radius: var(--global-border-radius-base,3px);
  height: 3rem;
  height: 3rem;
  padding: 11px 0 0 15px;
  font-weight: bold;
  box-shadow: 0 0 6px rgba(0,0,0,.06);
  position: relative;
}

.b-user-itch__item-info-inner:after{
  content: ' ';
  background: url(img/arrow.png) 0px 0px no-repeat;
  width: 7px;
  height: 7px;
  position: absolute;
  left: -7px;
  top: 50%;
  margin-top: -4px;
  display: block;
}