/* Source: chapter.html inline style 1 */
.comicname-info {
        white-space: normal; /* 允许文本自动换行 */
        word-wrap: break-word; /* 在单词过长时也能强制换行 */
    }
.full-screen-scale{
        position: absolute;
    bottom: 100%;
    right: 20px;
    margin-bottom: 50px;
    background-color: #f2f4f5;
    border-radius: 10px;
}
.right-to-left-readMode{
        position: absolute;
    bottom: 100%;
    right: 20px;
    margin-bottom: 100px;
    background-color: #f2f4f5;
    border-radius: 10px;
}
body{
    padding: 0 !important;
}

/* Source: chapter.html inline style 2 */
.adbanner{
            max-width: 100%;
            min-height: 100px;
            background-color: #fff;
            border-top: 10px solid rgb(242, 244, 245);
            text-align: center;
            z-index: 1;
            position: relative;
            align-items: center;
            display: flex;
            justify-content: center;
            overflow: hidden;
        }

.chapter-access-state {
    max-width: 520px;
    margin: 96px auto 40px;
    padding: 32px 22px;
    color: #1f2937;
    text-align: center;
    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 8px;
    box-shadow: 0 14px 38px rgba(15, 23, 42, 0.08);
}

.chapter-access-state__icon {
    width: 48px;
    height: 48px;
    margin: 0 auto 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 22px;
    font-weight: 800;
    background: #cb2027;
    border-radius: 50%;
}

.chapter-access-state h2 {
    margin: 0 0 10px;
    font-size: 22px;
    line-height: 1.35;
}

.chapter-access-state p {
    margin: 0;
    color: #64748b;
    font-size: 15px;
    line-height: 1.7;
}

.chapter-access-state__meta {
    margin-top: 16px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 8px;
}

.chapter-access-state__meta span {
    padding: 6px 10px;
    color: #475569;
    background: #f1f5f9;
    border-radius: 999px;
    font-size: 13px;
}

.chapter-access-state__actions {
    margin-top: 22px;
    display: flex;
    justify-content: center;
    gap: 10px;
    flex-wrap: wrap;
}

.chapter-access-state__button {
    min-width: 118px;
    height: 42px;
    padding: 0 16px;
    color: #334155;
    background: #f8fafc;
    border: 1px solid #dbe3ea;
    border-radius: 8px;
    font-size: 14px;
    font-weight: 700;
}

.chapter-access-state__button.is-primary {
    color: #fff;
    background: #cb2027;
    border-color: #cb2027;
}
