.related-posts-3 .post-item,
.related-posts-3 .post-item a {
    height: 100%;
}

.related-posts-3 .post-item a {
    display: flex;
    gap: 10px;
    align-items: center;
    border: 1px solid var(--ahura-c-bg-secondary);
    padding: 10px;
    border-radius: 7px;
    transition: ease .13s;
}

.related-posts-3 .post-item a:hover {
    box-shadow: var(--main_soft_shadow);
}

.related-posts-3 .post-cover {
    width: 70px;
    min-width: 70px;
    height: 70px;
}

.related-posts-3 .post-cover img {
    width: 100%;
    height: 100%;
    border-radius: 7px;
    object-fit: cover;
}

.related-posts-3 .post-title {
    font-size: 15px;
}

.related-posts-3 .post-det span {
    font-size: 14px;
    color: #7e7e7e;
}