.ffranchise {
    padding-top: 20px;
}

.ffranchise__item {
    display: flex;
    align-items: center;
    gap: 5px;
    background-color: #212121;
    padding: 10px;
    border-bottom: 1px solid #111;
}

.ffranchise__item.ccdn_current_part {
    background-color: #1a1a1a;
}

.ffranchise__item .num {
    position: relative;
    color: #dedede;
    width: 25px;
}

.ffranchise__item .num.ccdn_current_part {
    color: #1a1a1a;
}

.ffranchise__item .num.ccdn_current_part:before {
    content: "";
    display: block;
    background-size: 13px 15px;
    background-repeat: no-repeat;
    width: 13px;
    height: 15px;
    position: absolute;
    top: 50%;
    margin-top: -8px;
    margin-left: -6px;
    left: 50%;
    opacity: 1;
    transition: opacity .25s ease-in-out;
}

.ffranchise__item .num.ccdn_current_part:before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='8.332995414733887 6.996636867523193 31.332599639892578 34.006412506103516'%3E%3Cg%3E%3Cpath d='m37.324 20.026-22-12.412a4.685 4.685 0 0 0-4.711.036 4.528 4.528 0 0 0-2.28 3.938v24.824a4.528 4.528 0 0 0 2.28 3.938 4.687 4.687 0 0 0 4.711.036l22-12.412a4.543 4.543 0 0 0 0-7.948z' fill='%23ffffff' opacity='1' data-original='%23000000' class=''%3E%3C/path%3E%3C/g%3E%3C/svg%3E");
}


.ffranchise__item .title {
    font-weight: 600;
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    transition: .3s color;
}

.ffranchise__item a.title:hover {
    color: #c9c9c9;
}

.ffranchise__item .year {
    padding: 3px 7px;
    background-color: #2b2b2b;
    border-radius: 5px;
    flex: none;
    width: 75px;
    text-align: center;
}

.ffranchise__item .ratings {
    display: flex;
    gap: 5px;
    align-items: center;
}

.ffranchise__item .ratings .rating {
    padding: 3px 7px;
    background-color: #2b2b2b;
    border-radius: 5px;
    color: #222222;
    font-weight: 600;
    width: 50px;
    text-align: center;
}

.ffranchise__item .ratings .tmdb {
    background-color: #88cda3;
}

.ffranchise__item .ratings .imdb {
    background-color: #f7c836;
}