.comment{max-height:var(--comment-max-height,110px)}.comment--expanded{max-height:none;overflow:visible}.comment .comment__text{display:-webkit-box;-webkit-line-clamp:5;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;white-space:normal;max-height:var(--comment-max-height,110px)}.comment.comment--expanded .comment__text{max-height:none;overflow:visible;-webkit-line-clamp:unset}.comment__toggle{width:max-content}.comment__toggle .comment__toggle__label{color:var(--color-accent);cursor:pointer}.comment__toggle .comment__toggle__label .comment__toggle__icon{background-color:var(--color-accent);color:var(--color-accent)}