.fg-content--light-theme .fg-figure {
  color: #030303;
  background-color: #FFFFFF;
  border-color: #DDDDDD;
}

.fg-content--light-theme .fg-figure:hover {
  border-color: #ABB1CF;
}

.fg-content--light-theme .fg-figure-item-info-container {
  border-color: #DDDDDD;
}

.fg-content--light-theme .fg-figure-item-info-container--hover {
  border-color: #ABB1CF;
}

.fg-content--light-theme .fg-figure-author-avatar-img {
  border-color: #DDDDDD;
}

.fg-content--light-theme .fg-figure-author-name {
  color: #030303;
}

.fg-content--light-theme .fg-figure-author-details .fg-figure-author-name:hover {
  color: #5C68A4;
}

.fg-content--light-theme .fg-figure-item-caption-separator {
  background-color: #DDDDDD;
}

.fg-content--light-theme .fg-figure-item-caption-separator--hover {
  background-color: #ABB1CF;
}

.fg-content--light-theme .fg-figure-item-text-container {
  background: linear-gradient(to bottom,  rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.95) 100%);
}

.fg-content--light-theme .fg-figure-action-buttons-container {
  background: linear-gradient(rgba(250, 250, 250, 0), rgba(250, 250, 250,0.9));
}

.fg-content--light-theme .fg-figure-action-buttons-container--no-gradient {
  background: none;
}

.fg-content--light-theme .fg-figure-action-edit-btn,
.fg-content--light-theme .fg-figure-action-clone-btn,
.fg-content--light-theme .fg-figure-action-delete-btn {
  color: #777777;
}

.fg-content--light-theme .fg-figure-action-edit-btn:hover,
.fg-content--light-theme .fg-figure-action-edit-btn:active,
.fg-content--light-theme .fg-figure-action-edit-btn:focus,
.fg-content--light-theme .fg-figure-action-clone-btn:hover,
.fg-content--light-theme .fg-figure-action-clone-btn:active,
.fg-content--light-theme .fg-figure-action-clone-btn:focus,
.fg-content--light-theme .fg-figure-action-delete-btn:hover,
.fg-content--light-theme .fg-figure-action-delete-btn:active,
.fg-content--light-theme .fg-figure-action-delete-btn:focus {
  color: #000000;
}

.fg-content--light-theme .fg-figures-view-figure-action-buttons-container {
  color: #555555;
  background: linear-gradient(rgba(250, 250, 250, 0) 0%, rgba(250, 250, 250, .65) 75%);
}

.fg-content--light-theme .fg-figures-view-figure-action-buttons-container--no-gradient {
  background: none;
}

.fg-content--light-theme .fg-figures-view-figure-action-edit-btn,
.fg-content--light-theme .fg-figures-view-figure-action-clone-btn,
.fg-content--light-theme .fg-figures-view-figure-action-delete-btn {
  color: #555555;
}

.fg-content--light-theme .fg-figures-view-figure-action-edit-btn:hover,
.fg-content--light-theme .fg-figures-view-figure-action-clone-btn:hover,
.fg-content--light-theme .fg-figures-view-figure-action-delete-btn:hover {
  color: #000000;
}

.fg-content--light-theme .fg-figure-item-social-btn {
  color: #5C68A4;
}

.fg-content--light-theme .fg-figure-item-social-btn:hover,
.fg-content--light-theme .fg-figure-item-social-btn:active,
.fg-content--light-theme .fg-figure-item-social-btn:focus {
  color: #E84F89;
}

.fg-content--light-theme .fg-figure-liked-by-auth-user {
  color: #E84F89;
}

.fg-content--light-theme .fg-figure-author-following-status-reject-icon {
  color: #777777;
}

.fg-content--light-theme .fg-figure-author-following-status-reject-icon:hover {
  color: #030303;
}

.fg-content--light-theme .fg-figure-item-social-like-btn--own-figure,
.fg-content--light-theme .fg-figure-item-social-like-btn--own-figure:hover,
.fg-content--light-theme .fg-figure-item-social-like-btn--own-figure:active,
.fg-content--light-theme .fg-figure-item-social-like-btn--own-figure:focus {
  color: #5C68A4;
}

.fg-content--light-theme .fg-figure-item-social-like-btn--low-opacity,
.fg-content--light-theme .fg-figure-item-social-like-btn--low-opacity:hover,
.fg-content--light-theme .fg-figure-item-social-like-btn--low-opacity:active,
.fg-content--light-theme .fg-figure-item-social-like-btn--low-opacity:focus {
  color: rgba(92, 104, 164, .3);
}

.fg-content--light-theme .fg-figure-item-subtitle {
  color: #555555;
}
