.tag-post .entry-content {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
}

.tag-post:hover .entry-content {
    max-height: 500px;
    overflow: visible;
}

.tag-post .title {
    margin-bottom: 0;
}
