/* QAFlow - links.php (Link Directory public page)
   Extracted from inline style="" attributes. Per-category icon colors are a
   genuinely new dynamic value (link_categories.color, not covered by
   includes/dynamic-theme.php) so they are applied via data-cat-color + JS
   in links.php instead of a style="" attribute. */

.lnk-cat-select {
    max-width: 160px;
    border-right: 2px solid #adb5bd !important;
}

.lnk-empty-icon {
    font-size: 60px;
}

.lnk-card-title-sm {
    font-size: 1rem;
}

.lnk-badge-xs {
    font-size: 0.65rem;
}

.lnk-badge-nowrap {
    white-space: nowrap;
}

.lnk-clamp-2 {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.lnk-trending-meta {
    font-size: 0.75rem;
}

/* link.php (single link detail page) — extracted from inline style="" */
.lnk-detail-badge-xs {
    font-size: 0.7rem;
}

.lnk-related-meta {
    font-size: 0.75rem;
}
