.card.comment-card{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-flow:column;flex-flow:column;position:relative}.card.comment-card:after{content:"";position:absolute;left:0;bottom:0;height:70px;width:100%;background:-webkit-gradient(linear,left top,left bottom,from(hsla(0,0%,100%,0)),color-stop(60%,#fff),color-stop(80%,#fff));background:linear-gradient(180deg,hsla(0,0%,100%,0),#fff 60%,#fff 80%);z-index:1}.card.comment-card .top-bar{height:40px;padding:10px 15px 10px 15px;background:-webkit-gradient(linear,left top,left bottom,from(rgba(80,96,110,0)),color-stop(27.62%,rgba(80,96,110,.0298343)),color-stop(61.88%,rgba(80,96,110,.0675045)),color-stop(79.56%,rgba(80,96,110,.125111)),to(rgba(80,96,110,.2)));background:linear-gradient(180deg,rgba(80,96,110,0),rgba(80,96,110,.0298343) 27.62%,rgba(80,96,110,.0675045) 61.88%,rgba(80,96,110,.125111) 79.56%,rgba(80,96,110,.2));width:100%}.card.comment-card .top-bar p{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.card.comment-card .content{height:125px;width:100%;overflow:hidden;padding:15px}.card.comment-card .author-info{color:#a8b4be;text-transform:uppercase;font-weight:400;font-family:Josefin Sans,sans-serif;padding:0 15px;z-index:2;width:100%;position:absolute;bottom:0;left:0}