/* 展开收起功能样式 */
.fed-content-ellipsis {
    color: #999;
}

.fed-content-full.fed-visible {
    display: inline;
}

.fed-content-short.fed-hidden,
.fed-content-full.fed-hidden {
    display: none;
}

.fed-episodes-items.fed-expanded {
    max-height: none !important;
    overflow: visible !important;
}

.fed-toggle-btn:hover {
    background: #e0e0e0 !important;
    text-decoration: none;
}

.fed-toggle-btn.fed-hidden {
    display: none !important;
}
