.recent-post-wrapper .post-thumbnail-inner img {
    border-radius: 4px;
    aspect-ratio: 3 / 2;
    object-fit: cover;
}
.recent-post-content{
    padding: 16px;
    gap: 16px;
    display: flex;
    flex-direction: column;
}
.recent-post-wrapper .entry-taxonomies {
    text-transform: none;
    font-size: 12px;
    display: flex;
    gap: 14px;
    align-items: center;
}
.recent-post-wrapper .entry-taxonomies span.category-links {
    display: flex;
    gap: 14px;
}
.recent-post-wrapper span.category-links a {
    background: var(--red-bg);
    color: var(--red-text);
    padding: 8px;
    border-radius: 2px;
    font-weight: 400;
}
span.category-links a:hover{
    text-decoration: none;
}
.recent-post-title {
    font-weight: 400;
    font-size: 18px;
}
a.recent-post-link {
    font-weight: 400;
    display: flex;
    gap: 24px;
    font-size: 14px;
    color: var(--global-text);
}
.recent-post-content a.recent-post-link:hover {
    text-decoration: none;
}
.recent-post-content a.recent-post-link:hover img{
    color: red;
}