/**
 * Tools hub — reuses the site .hub-card component (information-redesign.css).
 * Only overrides needed for the article-page context.
 */

/* The hub lives inside .article-body here, so neutralize the article link
   underline/weight on the cards (they're cards, not inline prose links). */
.article-body a.hub-card,
.article-body a.hub-card:hover { text-decoration: none; font-weight: inherit; }
.article-body .hub-card h3 { color: var(--color-text-primary); }

/* On an article page the content column is narrower — let the grid breathe. */
.tools-hub-grid { margin-top: 1.75rem; }
@media (max-width: 720px) { .tools-hub-grid { grid-template-columns: 1fr; } }

.tools-more { margin-top: 1.75rem; font-size: .92rem; color: var(--color-text-secondary); }
