.fg-user-profile-stats {
  width: 100%;

  margin-top: 15px;

  cursor: default;

  font-family: 'AzoSans-Medium';
}

.fg-user-profile-button-container {
  width: 100%;
  height: 35px;

  margin-bottom: 15px;
}

.fg-user-profile-button-container--invisible {
  opacity: 0;
  visibility: hidden;
}

.fg-user-profile-button {
  width: 100%;
  height: 100%;

  border-radius: 5px;
  border: 1.5px solid;

  background-color: transparent;
  cursor: pointer;

  font-size: 12.5px;
  line-height: 16px;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;

  touch-action: manipulation;
  user-select: none;

  transition: color .4s ease, background .4s ease, border .4s ease;
}

.fg-user-profile-stat-list {
  margin-bottom: 20px;
}

.fg-user-profile-stat-list--invisible {
  opacity: 0;
  visibility: hidden;
}

.fg-user-profile-stat-item {
  margin-top: 10px;

  font-size: 15px;
}

.fg-user-profile-stat-item-name {
  cursor: pointer;

  transition: color .4s ease;
}

.fg-user-profile-stat-item-name--inactive {
  cursor: default;
}

.fg-user-profile-stat-item-count-text {
  margin-left: 5px;

  font-size: 12.5px;
}

.fg-user-profile-stat-item-count-text--no-count {
  display: none;
}

.fg-user-profile-stat-item-icon {
  display: none;

  width: 11px;
  height: 11px;

  padding: 0;

  font-size: 11px;
  line-height: 1;
}

@media screen and (max-width: 767px) {
  .fg-user-profile-button-container {
    margin: 30px auto 0;
  }

  .fg-user-profile-stat-list {
    display: flex;
    justify-content: space-between;

    width: 270px;
    margin: 0 auto;
  }

  .fg-user-profile-stat-with-count-list {
    justify-content: center;
  }


  .fg-user-profile-stat-item {
    margin-left: 28px;
  }

  .fg-user-profile-stat-item:first-of-type {
    margin-left: 0;
  }

  .fg-user-profile-view-browse-link-list,
  .fg-user-profile-stat-item-name {
    display: none;
  }

  .fg-user-profile-stat-item-count-text--no-count,
  .fg-user-profile-stat-item-icon {
    display: initial;
  }
}
