/*.shesht-comment-template__content-text__hidden,
.shesht-comment-template__content-preview__hidden {
  visibility: hidden;
  height: 0;
}*/

.shesht-comments-block-form-readmore {
  text-decoration: none;
  display: inline-block;
  margin-top: 3px;
  color: #E6602D;
}

@media screen and (max-width: 750px) {
  .shesht-comments-block-form-readmore {
    font-size: 16px;
  }
}

/*.shesht-comments-block-form-readmore:hover {
  color: #999;
}*/

.shesht-comment-template__content-text__overflow {
  /*height: calc(22px * 4);*/
  overflow: hidden;
  line-height: 22px;
  display: -webkit-box !important;
/*   -webkit-line-clamp: 4; */
  -webkit-box-orient: vertical;
}