.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;
}
