.post-link.vertical .post-title {
    font-size: 19px;
    margin-bottom: 0;
    padding: 5px 0 0.2rem;
    color: black;
    transition: color 0.2s ease;
    cursor: pointer;
}
.post-link.vertical .post-author,
.post-link.vertical .post-info {
    display: inline-block;
    font-size: 13px;
    line-height: 1.2;
    margin-top: 6px;

}
.post-link.vertical img {
    display: block;
    width: 100%;
    height: auto;
    margin-bottom: 10px;
    transition: opacity 0.2s ease;
}
.post-link.vertical img + .post-info {
    padding-top: 0.76666667rem;
}
.post-link.vertical .post-author a {
    font-size: 12px;
    color: #eb2323;
}
.post-link.vertical .post-author a:hover {
    font-size: 12px;
    color: #5a5a5a;
}
.post-link.vertical a:hover .post-title {
    color: #5a5a5a;
}
.post-link.vertical a:hover img {
    opacity: 0.7;
}
