/* 收藏按钮激活样式 */
.nlf-favorite-btn.active {
    background: #ff4757 !important;
    color: #fff !important;
    border-color: #710000 !important;
}

/* 整体容器 */
.nlf-favorites-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0;
}

/* 强制清除主题标题间距 + 固定14px字体 */
.entry .nlf-favorite-item h1,
.entry .nlf-favorite-item h2,
.entry .nlf-favorite-item h3,
.entry .nlf-favorite-item h4,
.entry .nlf-favorite-item h5,
.entry .nlf-favorite-item h6 {
    margin: 0 !important;
    padding: 0 !important;
    line-height: 1.4 !important;
    font-size: 14px !important;
    font-weight: normal !important;
}

/* 文章列表项 */
.nlf-favorite-item {
    padding: 6px 0;
    border-bottom: 1px solid #eee;
    margin: 0;
}

.nlf-favorite-item h3 {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.nlf-favorite-item a {
    color: #2d8cf0;
    text-decoration: none;
    font-size: 14px !important;
}

.nlf-favorite-item a:hover {
    text-decoration: underline;
}

.remove-fav {
    color: #ff4757;
    cursor: pointer;
    font-size: 13px !important;
    padding: 2px 6px;
    border: 1px solid #ffcccc;
    border-radius: 4px;
    background: #fff9f9;
    white-space: nowrap;
}

#nlf-empty-fav {
    color: #999;
    padding: 10px 0;
    text-align: center;
    font-size: 14px !important;
}

#nlf-favorites-list {
    margin-top: 5px !important;
}

/* 修复按钮布局，防止变形 */
.nlf-favorite-btn {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    white-space: nowrap !important;
    box-sizing: border-box !important;
}

.nlf-go-favorites {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    white-space: nowrap !important;
    box-sizing: border-box !important;
}