.ea-recent-posts {
    display: flex;
    margin-bottom: 10px;
}
.ea-recent-posts-wrap .ea-recent-posts:last-child {
    margin-bottom: 0px !important;
}
.ea-recent-posts-wrap .ea-recent-posts:first-child {
    margin-top: 0px !important;
}
.ea-recent-posts .ea-repost-content {
    display: flex;
    flex-direction: column;
}
.ea-recent-posts .ea-repost-image {
    width: 100px;
    height: auto;
    margin-right: 20px;
    overflow: hidden;
    
}
.ea-recent-posts .ea-repost-image .ea-repost-thumb img {
    transition: .3s;
    transform: scale(1);

}
.ea-recent-posts:hover .ea-repost-image .ea-repost-thumb img {
    transform: scale(1.1);
}

.ea-recent-posts .ea-posted-on .ea-date-link {
    margin: 0;
    padding: 0;
    color: #141212;
    margin-bottom: 5px;
    font-size: 13px;
}
.ea-recent-posts .ea-posted-on:hover .ea-date-link {
    color: #00217A;

}
.ea-recent-posts .ea-repost-title {
    margin: 0;
    padding: 0;
}
.ea-recent-posts .ea-repost-title .ea-repost-title-tag {
    line-height: 1.375;
    font-size: 16px;
    font-weight: 500;
    color: #141212;
    display: block;
   display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
   overflow: hidden;
  text-overflow: ellipsis;
}
.ea-recent-posts .ea-repost-title .ea-repost-title-tag:hover {
   color: #00217A
    
}
