/* UI patterns hub — slight width tweak on shared wb-home */

.ui-hub .wb-home__shell {
  width: min(72rem, calc(100% - 2rem));
}

.ui-hub .wb-home__hero p {
  max-width: 46rem;
}

.ui-hub .wb-home__toc a {
  min-width: 0;
  padding: 0.4rem 0.85rem;
}
