.tools-hub-panel .panel__lead {
  max-inline-size: 56ch;
}

.tools-hub-grid {
  grid-template-columns: repeat(auto-fit, minmax(15.5rem, 1fr));
}

.tools-hub-tile {
  min-block-size: 12.5rem;
}

.tools-hub-tile__actions {
  align-self: end;
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem;
  margin-block-start: var(--block-space-half);
}

.tools-hub-tile__form {
  margin: 0;
}
