.wtf-recent{margin:18px auto;max-width:1200px;padding:0 10px;clear:both}
.wtf-recent-title{font-size:18px;margin:0 0 10px;font-weight:700}
.wtf-recent-row{display:flex;gap:10px;overflow-x:auto;padding-bottom:6px;-webkit-overflow-scrolling:touch}
.wtf-recent-card{flex:0 0 120px;width:120px;text-decoration:none;color:inherit;border-radius:10px;overflow:hidden;background:rgba(0,0,0,.04);transition:transform .15s ease,box-shadow .15s ease}
.wtf-recent-card:hover{transform:translateY(-3px) scale(1.03);box-shadow:0 6px 16px rgba(0,0,0,.25)}
.wtf-recent-card img{display:block;width:120px;height:90px;object-fit:cover}
.wtf-recent-name{display:block;padding:6px 8px;font-size:12px;line-height:1.2;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
@media(max-width:600px){.wtf-recent-card{flex-basis:96px;width:96px}.wtf-recent-card img{width:96px;height:72px}}