.latest-news .widget-content .post-thumb img {
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.latest-news .widget-content .post-thumb {
    top: auto;
    vertical-align: middle;
}

.latest-news .widget-content .post {
    border: 1px solid rgba(var(--theme-color-rgb), 0.4);
    transition: border-color 1s ease;
    min-height: 104px;
}

.latest-news .widget-content .post:hover {
    border-color: var(--theme-color);
}