.fg-content--dark-theme .fg-stream-profile-list-title {
  color: #555555;
}

.fg-content--dark-theme .fg-stream-profile-stat-item-name,
.fg-content--dark-theme .fg-stream-profile-stat-item-count-text,
.fg-content--dark-theme .fg-stream-profile-stat-item-icon {
  color: #999999;
}

.fg-content--dark-theme .fg-stream-profile-list-item:hover,
.fg-content--dark-theme .fg-stream-profile-list-item--active,
.fg-content--dark-theme .fg-stream-profile-stat-item-name:hover,
.fg-content--dark-theme .fg-stream-profile-stat-item-name--active,
.fg-content--dark-theme .fg-stream-profile-stat-item-icon:hover,
.fg-content--dark-theme .fg-stream-profile-stat-item-icon--active {
  color: #F2F2F2;
}

.fg-content--dark-theme .fg-stream-profile-stat-item-name--inactive,
.fg-content--dark-theme .fg-stream-profile-stat-item-name--inactive:hover {
  color: #999999;
}

.fg-content--dark-theme .fg-stream-profile-stat-item-count-text {
  color: #424446;
}

.fg-content--dark-theme .fg-stream-profile-follow-button {
  color: #ea4c89;
  border-color: rgba(234, 76, 137, .5);
}

.fg-content--dark-theme .fg-stream-profile-follow-button:hover {
  color: white;
  background-color: #ea4c89;
  border-color: #ea4c89;
}

.fg-content--dark-theme .fg-stream-profile-follow-button--unfollow {
  color: #FFFFFF;
  background: #08B58E;
  border: none;
}

.fg-content--dark-theme .fg-stream-profile-follow-button--unfollow:hover {
  color: white;
  background-color: #d84a38;
  border: none;
}

.fg-content--dark-theme .fg-stream-profile-edit-button {
  background-color: #FAFAFA;
  color: #5C68A4;
  border-color: #ABB1CF;
}

.fg-content--dark-theme .fg-stream-profile-edit-button:hover {
  color: #FAFAFA;
  background-color: #ABB1CF;
}

.fg-content--dark-theme .fg-store-view-author-button,
.fg-content--dark-theme .fg-stream-profile-publish-button {
  background-color: #2D2F31;
  color: #999999;
  border-color: #424446;
}

.fg-content--dark-theme .fg-store-view-author-button:hover,
.fg-content--dark-theme .fg-stream-profile-publish-button:hover {
  color: #FFFFFF;
  background-color: #424446;
  border-color: #424446;
}

@media screen and (max-width: 767px) {
  .fg-content--dark-theme .fg-stream-profile-stat-item-count-text--active {
    color: #F2F2F2;
  }
}