.project-taxonomy {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 5px;
}

.project-taxonomy .taxonomy-label {
    font-weight: 600;
}

.project-taxonomy .taxonomy-terms a {
    text-decoration: none;
    transition: color 0.3s ease;
}

.project-taxonomy .taxonomy-terms a:hover {
    text-decoration: underline;
} 