/*.post-content.closed {
    position: relative;
    max-height: 830px;
}

.post-content.closed:before {
    content: '';
    width:100%;
    height: 100%;
    position: absolute;
    z-index: 1;
}

.post-content.closed:after {
    content: '';
    width:100%;
    height: 300px;
    position: absolute;
    bottom: 0;
    left: 0;
    background: linear-gradient(180deg, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 87%);
    z-index: 2;
}

.leiaMaisButton {
    position: absolute;
    bottom:0;
    left:50%;
    transform: translateX(-50%);
    background: #cf2e2e;
    color: #fff;
    padding: 10px 30px;
    border-radius: 50px;
    z-index: 99;
    min-width: 200px;
    text-align: center;
}

.leiaMaisButton i {
    margin-right: 5px;
}
*/