.post-content.truncated {
    max-height: 100px; /* aprox 5 lines */
    overflow: hidden;
    position: relative;
}

.post-content.truncated::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 25px;

}



/* Expand the content wrapper to the edges of the card */
.post-card > .post-content-wrapper, .post-card > .post-content {
    margin-left: -1px;
    margin-right: -1px;
}
