.fg-category-profile {
  position: sticky;
  top: 135px;
  overflow: visible;

  display: flex;
  flex-direction: column;

  width: 100%;

  font-family: 'AzoSans-Regular';
}

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

  cursor: default;

  font-family: 'AzoSans-Medium';
}

.fg-category-profile-publish-button {
  width: 200px;
  height: 35px;

  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-category-profile-stat-list {
  margin-top: 35px;
}

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

  font-size: 15px;
}

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

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

@media screen and (max-width: 767px) {
  .fg-category-profile {
    align-items: center;
  }

  .fg-category-profile-view {
    display: flex;
    flex-direction: column;
  }

  .fg-category-profile-stat-list {
    margin-bottom: 30px;
  }

  .fg-category-profile-publish-button {
    margin: 30px auto;
  }

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

    width: 270px;
  }
}
