/**
 * 修复View按钮文字重复问题
 */
.lineart-actions .view-action:after,
.lineart-actions .download-action:after {
    content: none !important;
    display: none !important;
}

.lineart-actions .view-action::before,
.lineart-actions .download-action::before {
    content: none !important;
    display: none !important;
}

/* 确保标题背景为白色，移除分割线 */
.lineart-title {
    background-color: #ffffff !important;
    border-bottom: none !important;
}

.lineart-meta {
    border-top: none !important;
    background-color: transparent !important;
}

/* 修复按钮样式 */
.view-action, .download-action {
    overflow: hidden !important;
}

.view-action span, .download-action span {
    display: inline-block !important;
}

/* 确保ViewView文字不重复 */
.view-action:after {
    display: none !important;
    content: none !important;
}

.view-action::before {
    display: none !important;
    content: none !important;
}
