


#btn-unfollow {
    background-color: #6c757d;
    padding: 8px 25px;
    margin-top: 10px;
    border: none;
}

#btn-unfollow:hover {
    background-color: #5a6268;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}


#btn-follow {
    padding: 8px 25px;
    margin-top: 10px;
}


.btn-read-now {
    padding: 8px 25px;
    margin-top: 10px;
}

.rate-info {
    margin: 15px 0;
    background: rgba(0, 0, 0, .02);
    padding: 5px;
    text-align: center;
}

.desc .rate {
    position: relative;
}

#text__rating {
    display: inline-block;
    position: absolute;
    margin-left: 10px;
}

.rateit {
    display: inline-block;
    position: relative;
    user-select: none;
    -webkit-touch-callout: none;
}

.rateit .rateit-range {
    position: relative;
    display: inline-block;
    background: url(/img/star.gif);
    height: 16px;
    outline: none;
    cursor: pointer;
}

.rateit .rateit-range * {
    display: block;
}

.rateit .rateit-hover,
.rateit .rateit-selected {
    position: absolute;
    left: 0;
    top: 0;
    width: 0;
}

.rateit .rateit-hover {
    background: url(/img/star.gif) left -32px;
    color: #efc529;
}

.rateit .rateit-selected {
    background: url(/img/star.gif) left -32px;
    color: #bf4242;
}

.rateit .rateit-preset {
    background: url(/img/star.gif) left -48px;
    color: #ef6b22;
}

.rateit button.rateit-reset {
    display: none !important;
}

.l-chapter .item {
    padding: 8px 0;
    position: static;
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
    line-height: 1.6;
}

.l-chapter .item>div {
    position: static;
    width: auto;
    padding: 0;
    float: none;
}

.l-chapter .item-title {
    width: auto;
    overflow: visible;
    white-space: normal;
    margin-right: 8px;
}

.l-chapter .item-value {
    flex: 1;
    min-width: 0;
}

.l-chapter .item-value>a {
    display: inline;
    overflow: visible;
    text-overflow: unset;
    -webkit-line-clamp: unset;
    -webkit-box-orient: unset;
    white-space: normal;
}

.l-chapter .item-time {
    width: auto;
    overflow: visible;
    white-space: nowrap;
    margin-left: 8px;
    flex-shrink: 0;
}

@media (max-width: 767px) {
    .l-chapter .item {
        flex-direction: column;
        align-items: flex-start;
    }

    .l-chapter .item>div {
        position: static !important;
        width: auto !important;
        display: block !important;
        float: none !important;
        text-align: left !important;
    }

    .l-chapter .item-title {
        position: static !important;
        width: auto !important;
        left: auto !important;
        right: auto !important;
        height: auto !important;
        margin: 0 !important;
    }

    .l-chapter .item-value {
        width: 100%;
    }

    .l-chapter .item-value>a {
        font-size: 14px;
    }

    .l-chapter .item-time {
        position: static !important;
        left: auto !important;
        right: auto !important;
        width: auto !important;
        height: auto !important;
        margin: 0 !important;
        font-size: 12px;
    }
}
