/* 多语言全站互联（侧栏底） */
.network-links {
    margin: 14px 0 0;
    padding-top: 14px;
    border-top: 1px solid #e5e7eb;
    text-align: center;
}

.network-links__title {
    margin: 0 0 10px;
    font-size: 11px;
    font-weight: 600;
    color: #9ca3af;
    letter-spacing: 0.02em;
    text-transform: none;
}

.network-links__tags {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 8px;
}

.network-links__tags .tag,
.network-links a.tag {
    display: inline-block;
    padding: 4px 10px;
    font-size: 11px;
    line-height: 1.35;
    color: #4b5563;
    background: #f3f4f6;
    border: 1px solid #e5e7eb;
    border-radius: 999px;
    text-decoration: none;
    transition: background 0.15s ease, color 0.15s ease, border-color 0.15s ease;
}

.network-links__tags .tag:hover,
.network-links a.tag:hover {
    color: #4338ca;
    background: #eef2ff;
    border-color: #c7d2fe;
}
