.vl-footer-recent-post {
    list-style: none;
    margin: 0;
    padding: 0;
    padding-top: 14px;
}

.vl-footer-recent-post li{
    display:flex;
    align-items:center;
    gap:12px;
    margin-bottom:16px;
}

.vl-footer-recent-post li:last-child {
    margin-bottom: 0;
}

/* Görsel alanı */
.vl-footer-recent-post .post-thumb {
    flex: 0 0 64px;
    height: 64px;
    overflow: hidden;
    border-radius: 6px;
}

.vl-footer-recent-post .post-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

/* İçerik alanı */
.vl-footer-recent-post .post-content{
    flex:1;
    min-width:0;
    font-size:14px;
    line-height:1.4;
}

.vl-footer-recent-post .post-content a{
    display:block;
    width:100%;
    white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis;
    padding:0 !important;
    font-weight:bold;
}

.vl-footer-recent-post .post-content span{
    display:block;
    width:100%;
    white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis;
}

/* Hover – renk kullanmadan etkileşim */
.vl-footer-recent-post li:hover {
    transform: translateX(2px);
    transition: transform 0.2s ease;
}

.vl-footer-recent-post .post-content a:hover {
    text-decoration: underline;
}
