/* Custom table column widths for taxonomy page */
.taxonomy-table th:nth-child(1),
.taxonomy-table td:nth-child(1) {
    width: 20%;
}

.taxonomy-table th:nth-child(2),
.taxonomy-table td:nth-child(2) {
    width: 40%;
}

.taxonomy-table th:nth-child(3),
.taxonomy-table td:nth-child(3) {
    width: 40%;
}

/* Predicate link styling */
.predicate-link {
    text-decoration: none;
    color: inherit;
    font-weight: bold;
}

.predicate-link:hover {
    color: var(--tblr-primary);
    text-decoration: underline;
}
