/*
 * Hub-specific styling. The shared base.css (from task 0047) carries the
 * full Workshop Terminal token set plus the .card-grid / .card / .prose
 * components the hub already uses. This stylesheet exists to nudge a few
 * hub-only details:
 *   - give the four tool cards a touch more vertical air than they get on a
 *     tool page (where they sit beside encode/decode panels);
 *   - widen the page-lede line-length cap so the intro paragraph reads as
 *     a proper landing-page lede rather than a tool subtitle.
 */

.main-content .related-tools .card {
  min-height: 9rem;
}

.page-lede {
  max-width: 56ch;
}
