.sjs-top-discussed {
    position: relative;
    width: 100%;
    height: 312px;
    border: 1px solid #ddd;
    overflow: hidden;
    border-radius: 3px;
}

.sjs-top-discussed-img {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    transition: transform 0.3s ease;
}

.sjs-top-discussed:hover .sjs-top-discussed-img {
    transform: scale(1.05);
}

.sjs-top-discussed-overlay {
    position: absolute;
    bottom: 0;
    width: 100%;
    background: rgba(0,0,0,0.5);
    color: #fff;
    padding: 15px;
}

.sjs-top-discussed-title {
    font-size: 1.3rem;
    margin: 5px 0 0;
}

.sjs-top-discussed-date {
    font-size: 0.85rem;
    opacity: 0.85;
}

.sjs-top-post-title {
    color: #fff !important;
}