.post-link.vertical-tall {
    display: flex;
    flex-direction: column;
}

.post-link.vertical-tall .image-container {
    display: block;
    width: 100%;
    height: 70%;
    aspect-ratio: 3/4;
    overflow: hidden;
    margin-bottom: 10px;
}

.post-link.vertical-tall img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.post-link.vertical-tall .post-title {
    font-size: 19px;
    margin-bottom: 0;
    padding: 5px 0 0.2rem;
    color: black;
}

.post-link.vertical-tall .post-title:hover {
    color: #5A5A5A;
}

.post-link.vertical-tall .post-author,
.post-link.vertical-tall .post-info {
    display: inline-block;
    font-size: 13px;
    line-height: 1.2;
}

.post-link.vertical-tall .post-author a {
    font-size: 12px;
    color: #EB2323;
}

.post-link.vertical-tall .post-author a:hover {
    color: #5A5A5A;
}

.post-link.vertical-tall .post-content {
    padding: 0.5rem 0;
}