/*
 * Vendors grid.
 *
 * The table, filter section and pagination are global (v2-styles.css). Only the
 * vendor-specific cells live here.
 */

/* The vendor name is the drill target into Vendor detail. */
.vendor-name-link {
    font-weight: 600;
    color: var(--res-navy);
    text-decoration: none;
}

.vendor-name-link:hover {
    text-decoration: underline;
}

/* A vendor with no contacts is the actionable case the dashboard card drills into,
   so the count is tinted rather than left as a bare zero. */
.contact-count-zero {
    color: var(--res-amber);
    font-weight: 600;
}

.vendor-muted {
    color: var(--res-slate);
}
