.fg-user-profile-container {
  position: sticky;
  overflow: visible;

  width: 100%;
}

.fg-user-profile-category-view {
  top: 135px;
}

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

  font-family: 'AzoSans-Regular';
}

.fg-user-profile-avatar {
  width: 120px;
  height: 120px;

  margin: 15px auto 0;

  border-radius: 50%;

  background-color: #FAFAFA;
}

.fg-user-profile-avatar-img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
}

.fg-user-profile-avatar-img--invisible {
  opacity: 0;
  visibility: hidden;
}

.fg-user-profile-name {
  margin: 15px 0 0;

  color: #000000;
  cursor: pointer;

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

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

.fg-user-profile-follower-count {
  margin: 0;

  color: #777777;
  cursor: pointer;

  font-size: 12.5px;
  text-align: center;
}

.fg-user-profile-follower-count--inactive {
  cursor: default;
}

.fg-user-profile-user-badge-title {
  color: #66AFFF;

  font-family: 'AzoSans-Bold';
  text-transform: uppercase;
}

@media screen and (max-width: 767px) {
  .fg-user-profile-container {
    position: static;
  }

  .fg-user-profile-container--no-height {
    height: 0;
  }

  .fg-user-profile-container .fg-user-edit-avatar-field {
    top: 0;

    max-width: initial;
    max-height: initial;
  }
}
