.read-more-content .entry-content > *{ 
    display: none;
}
.read-more-content .entry-content > p:first-of-type {
    display: block;
}

.read-more-content.show-more .entry-content > * {
    display: block;
}

.read-more-button a,
.read-more-link a {
    cursor: pointer;
}
/* .read-more-content.active .entry-content {
    height: auto;
} */