.manga-info-chapter span:nth-of-type(1) {
    width: 65%;
    text-align: left;
    font-weight: 600;
}

.manga-info-chapter span:nth-of-type(2) {
    text-align: center;
    width: 15%;
}

.manga-info-chapter span:nth-of-type(3) {
    width: 20%;
    text-align: right;
}

.manga-info-chapter span {
    padding: 15px 0;
    display: inline-block;
}

.manga-info-chapter .wp-manga-chapter::after {
    content: "";
    position: absolute;
    display: block;
    height: 1px;
    background-color: #ebebeb;
    width: 100%;
    opacity: 1;
    visibility: visible;
    left: 0;
}

.title-list-chapter span {
    font-weight: 600;
    color: #000;
}

.wp-manga-chapter, .title-list-chapter {
    display: flex;
}

.listing-chapters_wrap .wp-manga-chapter.reading:before {
    line-height: 60px;
    padding: 0;
}

/* Rating styles */
.star-rating {
    display: inline-flex;
    direction: ltr;
    cursor: pointer;
}
.star {
    width: 30px;
    height: 30px;
    margin-right: 6px;
    fill: #e5e5e5;
    transition: fill 0.2s;
}
.star.full { fill: #ffd900; }
.star.half { fill: url(#halfGradient); }
.star-rating.disabled {
    pointer-events: none;
    opacity: 0.6;
}
