.book-story-comment-interactions-vc {
  display: flex;
  align-items: center;
  font-size: 12px;
  line-height: 1.5em;
  padding-top: 5px; }
  .book-story-comment-interactions-vc .edited-at {
    color: #b9bcbe;
    margin-left: 2px; }
  .book-story-comment-interactions-vc .divider {
    color: #b9bcbe;
    margin: 0 4px; }
  .book-story-comment-interactions-vc .book-story-comment-like-wrapper {
    display: flex; }

.book-story-comment-form-buttons-vc {
  margin-top: 15px; }
  .book-story-comment-form-buttons-vc .post-button {
    display: inline-block; }
  .book-story-comment-form-buttons-vc .cancel-button {
    display: inline-block;
    margin-left: 8px; }

.book-story-comment-form .story-comment-text {
  margin-top: 16px;
  width: 100%;
  margin: 2px 0;
  display: block; }
  .book-story-comment-form .story-comment-text textarea {
    max-width: 100%;
    min-height: 40px;
    resize: none;
    overflow: hidden; }
    .book-story-comment-form .story-comment-text textarea.placeholder {
      font-style: italic; }
    .book-story-comment-form .story-comment-text textarea:-moz-placeholder {
      font-style: italic; }
    .book-story-comment-form .story-comment-text textarea::-moz-placeholder {
      font-style: italic; }
    .book-story-comment-form .story-comment-text textarea:-ms-input-placeholder {
      font-style: italic; }
    .book-story-comment-form .story-comment-text textarea::-webkit-input-placeholder {
      font-style: italic; }
  .book-story-comment-form .story-comment-text button {
    clear: both; }
  .book-story-comment-form .story-comment-text.active .mentionable-input__highlighter, .book-story-comment-form .story-comment-text.active textarea {
    min-height: 100px !important; }

.book-story-comments .form-group {
  margin-bottom: 0; }

.book-story-comments .view-all-comments {
  padding: 0 0 5px 0; }
  .book-story-comments .view-all-comments.btn-link {
    font-size: 12px;
    line-height: 1.5em; }
  .book-story-comments .view-all-comments span {
    font-weight: 400; }
  .book-story-comments .view-all-comments.hidden-xs {
    color: #b9bcbe; }

.book-story-comments .book-story-comment {
  white-space: pre-line;
  word-wrap: break-word;
  font-size: 12px;
  line-height: 1.5em; }
  .book-story-comments .book-story-comment a span.username {
    color: #b9bcbe;
    padding-left: 4px; }
  .book-story-comments .book-story-comment .timestamp {
    color: #b9bcbe;
    padding: 0 5px;
    float: right; }

.book-story-comments .book-story-comment-wrapper {
  margin-left: 5px;
  padding: 10px 0; }

.book-story {
  margin-bottom: 32px;
  line-height: 1.5em; }
  .book-story .book-story-wrapper {
    background-color: #fff;
    border: 1px solid #dcdedf;
    padding: 22px 30px; }
    @media (max-width: 767px) {
      .book-story .book-story-wrapper.full-width {
        border: none;
        padding: 20px; } }
    .book-story .book-story-wrapper.book-story-comments-wrapper {
      border-top: none;
      background-color: #f3f4f4; }
      @media (min-width: 768px) {
        .book-story .book-story-wrapper.book-story-comments-wrapper {
          padding: 16px 32px; } }
      @media (max-width: 767px) {
        .book-story .book-story-wrapper.book-story-comments-wrapper.full-width {
          border-top: 1px solid #dcdedf;
          border-bottom: 1px solid #dcdedf; } }

.bookmark-btn, .buy-button {
  float: left;
  margin-right: 10px; }
  @media (min-width: 768px) {
    .bookmark-btn, .buy-button {
      margin-bottom: 5px; } }

