/* ========================================
   标签/分类筛选页样式
   ======================================== */

.tag-page-wrapper {
    padding-top: 40px;
}

.tag-header {
    margin-bottom: 10px;
}

.back-link {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 8px 18px;
    background: #f0f2f5;
    border-radius: 20px;
    color: #0078d4;
    text-decoration: none;
    font-size: 14px;
    transition: all 0.3s ease;
    margin-bottom: 20px;
}

.back-link:hover {
    background: #0078d4;
    color: #fff;
    text-decoration: none;
}

.tag-title {
    font-size: 28px;
    font-weight: 700;
    color: #1a1a2e;
    margin-bottom: 10px;
}

.tag-title i {
    color: #0078d4;
    margin-right: 8px;
    font-size: 24px;
}

.tag-desc {
    font-size: 15px;
    color: #666;
    margin-bottom: 0;
}

@media (max-width: 768px) {
    .tag-title {
        font-size: 22px;
    }
}
