
.fg-figure-detail-comment-body-container {
  display: flex;
  flex-direction: column;

  width: 100%;

  margin-left: 44px;
  margin-top: -2px;

  color: #555555;

  font-family: 'AzoSans-Regular';
  font-size: 15px;
  line-height: 24px;
  word-wrap: break-word;
}

.fg-figure-detail-comment-body {
  position: relative;

  display: flex;
  
  width: calc(100% - 44px);

  padding: 5px 10px;

  background-color: #FAFAFA;
  border-radius: 5px;
}

.fg-figure-detail-comment-like-button {
  position: absolute;
  bottom: -10px;
  right: 5px;

  display: flex;
  align-items: center;
  justify-content: center;

  width: 20px;
  height: 20px;

  padding-top: 3px;

  background-color: #FFFFFF;
  border: 1px solid #DDDDDD;
  border-radius: 50%;
  color: #BBBBBB;

  font-size: 8px;
  line-height: 1;

  transition: color .4s ease;
}

.fg-figure-detail-comment-like-button:hover,
.fg-figure-detail-comment-like-button--liked {
  color: #E84F89;
}

.fg-figure-detail-comment-body-info {
  display: flex;
  align-items: center;

  width: calc(100% - 44px);

  margin-top: 3px;

  font-family: 'AzoSans-Medium';
  font-size: 10px;
  line-height: 13px;
}

.fg-figure-detail-comment-date {
  margin-left: 5px;

  color: #999999;
}

.fg-figure-detail-comment-like-count {
  margin-left: 15px;

  color: #999999;
  cursor: default;
}

.fg-figure-detail-comment-reply-action {
  margin-left: 15px;

  color: #5C68A4;

  text-transform: capitalize;

  transition: color .4s ease;
}

.fg-figure-detail-comment-reply-action:link,
.fg-figure-detail-comment-reply-action:active,
.fg-figure-detail-comment-reply-action:visited {
  color: #5C68A4;
}

.fg-figure-detail-comment-reply-action:hover {
  color: #454F81;
}
