.content-list {
    gap: 20px;
}

.content-list .li-img {
    border-radius: 5px;
    background-color: var(--lbg);
}

.content-list .li-img .top {
    right: 5px;
    top: 5px;
    row-gap: 4px;
    max-width: 42px;
}

.content-list .li-img .top span {
    width: auto;
    min-width: 25px;
    max-width: 42px;
    height: 20px;
    padding: 0 4px;
    border-radius: 4px;
    font-size: 12px;
    line-height: 20px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.content-list .li-img .top span:has(svg) {
    width: 25px;
    padding: 0;
}

.content-list .li-img .bottom {
    justify-content: flex-start;
    padding: 18px 5px 5px;
    background: linear-gradient(to top, rgb(0 0 0 / 65%), rgb(0 0 0 / 20%) 55%, transparent);
}

.content-list .li-img .bottom span {
    max-width: 100%;
    height: 18px;
    line-height: 18px;
    font-size: 14px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.content-list .li-img .bottom span + span {
    display: none;
}

.content-list .li-img .bottom svg {
    width: 1em !important;
    height: 1em !important;
}

.li-bottom h3 {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    gap: 8px;
    padding-top: 7px;
    line-height: 18px;
}

.li-bottom h3 a {
    width: auto;
    flex: 1;
    min-width: 0;
}

.li-bottom h3 span {
    float: none;
    flex-shrink: 0;
    color: #ff722c;
}

.li-bottom .tag {
    line-height: 18px;
}
