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

  cursor: default;

  font-family: 'AzoSans-Medium';
}

.fg-stream-avatar-container {
  margin-top: 15px;

  font-family: 'AzoSans-Regular';
  text-align: center;
}

.fg-stream-avatar-edit-field-container,
.fg-stream-avatar {
  width: 120px;
  height: 120px;

  border-radius: 50%;

  background-color: #FAFAFA;
}

.fg-stream-avatar-edit-field-container {
  flex: 0 0 120px;

  margin: auto;
}

.fg-stream-info-container {
  cursor: pointer;
}

.fg-stream-info-text {
  margin: 0;
}

.fg-stream-name {
  color: #000000;

  margin-top: 15px;

  font-size: 18px;
  overflow-wrap: break-word;
  word-wrap: break-word;
  hyphens: auto;
}

.fg-stream-follower-count-container {
  color: #777777;

  font-size: 12.5px;
}

.fg-stream-type-text {
  color: #66AFFF;

  font-weight: 700;
  text-transform: uppercase;
}

.fg-stream-profile-button-container {
  width: 200px;

  margin-top: 15px;
}

.fg-stream-profile-category-detail-modal-button-container {
  margin-top: 0;
}

.fg-stream-profile-button-container--invisible {
  display: none;
}

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

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

  background-color: transparent;
  cursor: pointer;

  font-family: "AzoSans-Medium";
  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-store-view-author-button {
  margin-top: 10px;
}

.fg-store-list-items-button {
  margin-top: 10px;
}

.fg-stream-profile-stat-list {
  margin-top: 15px;
}

.fg-stream-profile-stat-items-list {
  margin-top: 23px;
}

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

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

  font-size: 15px;
}

.fg-stream-profile-stat-item:last-of-type {
  margin-right: 0;
}

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

  transition: color .4s ease;
}

.fg-stream-profile-stat-item--noninteractive .fg-stream-profile-stat-item-name {
  cursor: auto;
}

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

  font-size: 12.5px;
}

.fg-stream-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-stream-profile-stats--no-height {
    height: 0;
  }

  .fg-stream-profile-button-container {
    width: 100%;
  }

  .fg-stream-profile-stat-list {
    display: flex;
    justify-content: center;
    align-items: center;

    width: 100%;

    margin-top: 9px;
  }

  .fg-stream-profile-publish-button,
  .fg-stream-profile-stat-item,
  .fg-stream-profile-stat-item-name {
    display: none;
  }

  .fg-stream-profile-stat-item--auction,
  .fg-stream-profile-stat-item--sale,
  .fg-stream-profile-stat-item--figures,
  .fg-stream-profile-stat-item--categories {
    display: initial;

    margin-bottom: 0;
    margin-right: 30px;
  }

  .fg-stream-profile-stat-item-icon {
    display: initial;
  }

  .fg-stream-avatar-edit-field-container {
    max-width: initial;
    max-height: initial;
  }
}
