/* 动态内嵌到论坛壳时，中间栏只留正文，右侧栏由论坛列表挪到独立列 */
.ls-forum-list.is-reading-article #fl-article .wd-page {
    display: block;
    width: 100%;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.wd-author > .fl-article-back {
    flex: 0 0 auto;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    margin: 0;
    padding: 0;
    border: 0;
    border-radius: 8px;
    background: transparent;
    color: #1d2129;
    cursor: pointer;
    line-height: 0;
}

.wd-author > .fl-article-back:hover {
    background: #f2f3f5;
}

.wd-author > .fl-article-back:active {
    background: #e5e6eb;
}

.wd-author > .fl-article-back .fl-article-back-icon {
    display: block;
    width: 22px;
    height: 22px;
    fill: currentColor;
}

.yxyh-words-author-stick {
    position: fixed;
    z-index: 9990;
    display: none;
    box-sizing: border-box;
    margin: 0;
    padding: 10px 24px;
    border: 0;
    border-bottom: 1px solid var(--ls-border-light, rgba(0, 0, 0, 0.06));
    border-radius: 0;
    background: rgba(255, 255, 255, 0.92);
    backdrop-filter: saturate(180%) blur(16px);
    -webkit-backdrop-filter: saturate(180%) blur(16px);
    box-shadow: 0 8px 20px rgba(15, 23, 42, 0.06);
}

.yxyh-words-author-stick.is-on {
    display: flex;
}
