.jf-card {
    width: 200px;
    flex-shrink: 0;
    position: relative;
    cursor: pointer;
}

.jf-card-thumb img {
    width: 100%;
    border-radius: 4px;
}

.jf-card-title {
    font-size: 16px;
    margin-top: 8px;
}

.jf-live-badge {
    position: absolute;
    top: 8px;
    left: 8px;
    background: red;
    padding: 4px 8px;
    font-size: 12px;
    border-radius: 3px;
}
