/* Continuous-flow chapter streaming additions */

.flow-progress {
    color: #8f8578;
    font-size: 13px;
    margin: 0 0 28px;
}

.chapter-break {
    margin: 54px 0 34px;
    text-align: center;
    color: #d7c1a0;
}

.chapter-rule {
    height: 1px;
    width: 64%;
    margin: 0 auto 18px;
    background: linear-gradient(90deg, transparent, #4b4035, transparent);
}

.chapter-title {
    font-size: 15px;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #c9b89f;
}

.load-more-status {
    color: #8f8578;
    text-align: center;
    margin: 46px 0 0;
    font-size: 14px;
}
