.tag-links-section {
    padding: 0 0 1.5rem;
}

.tag-links-panel {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    align-items: center;
    justify-content: space-between;
    border: 1px solid var(--gray-200);
    border-radius: var(--radius-lg);
    padding: 1rem 1.25rem;
    background: var(--gray-50);
}

.tag-links-panel p {
    margin: 0;
    color: var(--gray-700);
    font-weight: 600;
}

.tag-links-list {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
}

.breadcrumb-nav {
    font-size: 0.9rem;
    margin-bottom: 1rem;
    color: var(--gray-600);
}

.breadcrumb-nav a {
    color: var(--wf-blue);
    text-decoration: none;
}

.breadcrumb-nav a:hover {
    text-decoration: underline;
}

.breadcrumb-nav .separator {
    margin: 0 0.5rem;
}

.breadcrumb-nav .current {
    color: var(--gray-700);
    font-weight: 500;
}

.tag-highlight {
    color: var(--wf-blue);
    font-weight: 600;
}

.no-posts-message {
    text-align: center;
    padding: 4rem 2rem;
}

.no-posts-message p {
    font-size: 1.2rem;
    color: var(--gray-600);
    margin-bottom: 2rem;
}

.back-to-all {
    text-align: center;
    margin-top: 3rem;
}
