.comments-wrapper {
  background-color: #f5f5f5;
}

.block-entity-fieldnodecomment .block-title-wrapper {
  margin-bottom: 3rem;
}

.comment-wrapper a {
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}

.comment-wrapper .form-wrapper > .form-group {
  margin-top: 0;
}

.comment-wrapper label, .comment-wrapper .grippie {
  display: none;
}

.comment-wrapper textarea {
  height: 70px;
  margin-bottom: 1rem;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}

.comment-wrapper textarea:focus {
  height: 120px;
}

.comment-wrapper input[type="text"], .comment-wrapper textarea {
  border-color: rgba(38, 50, 56, 0.15);
}

.comment-wrapper input[type="text"]:hover, .comment-wrapper input[type="text"]:focus, .comment-wrapper textarea:hover, .comment-wrapper textarea:focus {
  border-color: rgba(38, 50, 56, 0.3);
}

.comment-user-info {
  margin: 0 0 10px;
  padding: 0 0 0 10px;
  border-left: 3px solid #ce93d8;
  font-family: "Montserrat", sans-serif;
  font-size: 1rem;
  line-height: 1rem;
}

.comment-user-info > div {
  display: inline-block;
  vertical-align: middle;
}

.user-image {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50px;
          flex: 0 0 50px;
  overflow: hidden;
}

.user-image img {
  border-radius: 50%;
}

.comment-user-name {
  color: #263238;
  font-size: 80%;
  font-weight: bold;
  text-transform: uppercase;
}

.comment-user-name a {
  color: #263238;
  text-decoration: underline;
}

.comment-user-name a:hover {
  text-decoration: none;
}

.comment-date {
  color: rgba(38, 50, 56, 0.6);
  font-size: 80%;
}

.comment {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 3rem;
  color: rgba(38, 50, 56, 0.75);
  font-weight: normal;
}

@media (min-width: 992px) {
  .comment {
    font-size: .9rem;
  }
}

.indented .comment {
  margin-left: 42px;
}

.indented .comment .user-image {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 36px;
          flex: 0 0 36px;
}

.indented > .indented {
  margin-left: 36px;
}

.comment-links-wrapper {
  font-family: "Montserrat", sans-serif;
  font-size: 70%;
  text-transform: uppercase;
}

@media (min-width: 992px) {
  .comment-links-wrapper {
    font-size: 65%;
  }
}

.comment-links-wrapper a {
  font-weight: bold;
}

.comment-links-wrapper a:hover {
  color: #000;
}

mark {
  display: inline-block;
  background-color: #f44336;
  height: 14px;
  padding: 0 5px;
  color: #FFF;
  font-family: "Montserrat", sans-serif;
  font-size: 65%;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 14px;
}
