.column-dws-internal-comments {
  .post-com-count-wrapper {
    white-space: nowrap;
    word-wrap: normal;
  }

  .post-com-count {
    display: inline-block;
    vertical-align: top;
    margin-top: 5px;

    &:after {
      content: "";
      display: block;
      margin-left: 8px;
      width: 0;
      height: 0;
      border-top: 5px solid #646970;
      border-right: 5px solid transparent;
    }

    .comment-count {
      box-sizing: border-box;
      display: block;
      padding: 0 8px;
      min-width: 24px;
      height: 2em;
      border-radius: 5px;
      background-color: #646970;
      color: #fff;
      font-size: 11px;
      line-height: 1.90909090;
      text-align: center;
    }
  }

  a.post-com-count:hover {
    .comment-count {
      background-color: #2271b1;
    }
  }
}
