.pane-node-comment-wrapper {
  padding-top: 15px;

  .pane-node-comment-wrapper{
    border-top: 1px solid #999;
  }

  .panel-h2 {
    margin-right: 3%;

    h2 {
      border-top: none !important;
    }

    .pane-title {
      padding-top: 0 !important;
    }
  }

  .comment-form {
    div {
      margin-bottom: 20px;
    }

    .form-type-item {
      font-family: 'Montserrat', sans-serif;
      font-weight: 500;
      font-size: 21px;
      padding: 0;
      color: #1a1a1a;

      label {
        font-family: 'Montserrat', sans-serif;
        font-weight: 500;
        font-size: 21px;
        padding: 0;
        color: #1a1a1a;
      }
    }

    .btn {
      font-family: 'Montserrat', sans-serif;
      background-color: #c1041f;
      color: white;
      border: none;
      padding: 10px 50px;
      border-radius: 25px;
      font-weight: 600;
    }

    .form-textarea-wrapper {
      .grippie {
        display: none;
      }

      textarea {
        height: 80px;
        line-height: 35px;
        font-family: 'Montserrat', sans-serif;
        resize: vertical;
      }
    }

    .ajax-progress-throbber {
      margin-bottom: unset;
    }
  }

  .comment {
    border-top: 1px solid #999;

    p {
      margin-top: unset;
      margin-bottom: 18px;
    }

    .content {
      display: flex;
      margin-top: 20px;
      min-width: unset;

      .list-inline {
        margin-left: 0;
        margin-bottom: 20px;
      }

      .user-avatar {
        width: 60px;
      }

      .col__user-icon {
        margin-right: 17px;
      }

      .col__comment-content,
      img {
        width: 100%;
      }

      .user-name,
      .comment-post-date {
        font-family: 'Montserrat', sans-serif;
      }

      .user-name {
        font-size: 18px;
        margin-right: 5px;
      }

      .comment-post-date {
        font-weight: 300;
      }

      .field-comment-body {
        margin: 15px 0;
        font-family: 'Montserrat', sans-serif;
        font-weight: 300;
        font-size: 15px;
        line-height: 25px;
      }

      .parent-comment-author {
        font-family: 'Montserrat', sans-serif;
        margin-right: 10px;
        margin-left: 5px;
      }

      i {
        margin-right: 4px;
      }
    }

    .links {
      li {
        padding-left: 0;
      }

      a {
        font-family: 'Montserrat', sans-serif;
        font-weight: 300;
        padding-left: 0;
      }
    }
  }
}

.col__comment-content .field-comment-body {
    margin: 15px 0 15px 0;
}

.col__comment-content > div:first-of-type {
  position: relative;
  padding-right: 60px;
}

.comment-wrapper > div.unauthorized_user:first-of-type {
  border-top: none !important;
  margin-top: 0 !important;
  padding-top: 0;
}

#comments > .comment > .content > .col__comment-content > ul {
  margin-bottom: 20px;
}

.pane-node-comment-wrapper{
  border-top: 1px solid #999;
}

.votinglike-disabled {
  pointer-events: none;
}

.like-button {
  position: absolute;
  top: 5px;
  right: 0;

  .btnVoting.btnLike.voted .btn-icon {
    filter: invert(100%) sepia(3%) saturate(432%) hue-rotate(184deg) brightness(116%) contrast(100%);
    background-position: unset;
    opacity: 1;
  }

  .btnVoting.btnLike .btn-icon {
    width: 14px;
    height: 14px;
    background-image: url("../../images/svg/heart.svg");
    background-position: unset;
    margin-right: unset;
  }

  .voting-wrapper.vote-waiting {
    .voted {
      .voting-toggle {
        background-color: unset;
      }
      .btn-icon {
        filter: none;
      }
    }
    .voting-toggle {
      background-color: #00A99D;
    }
    .btn-icon {
      filter: invert(100%) sepia(3%) saturate(432%) hue-rotate(184deg) brightness(116%) contrast(100%);
    }
  }

  .btnVoting {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    border: unset;
    margin: 0;
    padding: unset;

     &.voted .voting-toggle {
       background-color: #00A99D;
     }

     .voting-toggle {
       display: flex;
       align-items: center;
       justify-content: center;
       width: 26px;
       height: 26px;
       border-radius: 50%;
       background-color: unset;
     }

     .btnLike-count {
       border: unset;
       font-family: 'Montserrat', sans-serif;
       font-weight: 300;
       height: unset;
       color: #1a1a1a;
     }
  }
}

@media (max-width: 992px) {
  .pane-node-comment-wrapper {
    .pane-region-content-bottom {
      width: 100% !important;

      .indented {
        margin-left: 15px;
      }
    }
  }
}

@media (max-width: 769px) {
  .pane-node-comment-wrapper .comment-form .btn {
    margin-bottom: 10px;
    width: 100%;
  }

  .pane-node-comment-wrapper .user-avatar {
    left: -15% !important;

    img {
      min-width: 35px !important;
    }
  }
}

@media(max-width: 480px) {
  .pane-node-comment-wrapper .comment .content {
    .indented {
      position: relative;
      width: 105%;
      left: -32px;
    }

    .col__user-icon {
      margin-right: 0;
      width: 50px;
    }

    img {
      width: 50%;
    }
  }
}

@media (max-width: 375px) {
  .pane-node-comment-wrapper .content  .user-name {
    margin-left: 0;
  }
}

@media (max-width: 320px) {
  .pane-node-comment-wrapper {
    .panel-h2 {
      position: absolute;
    }

    .mbkh-comments {
      padding-top: 15px;
    }
  }
}
