.hub-subtitle {
  text-align: center;
  color: var(--ink-soft);
  font-size: 14px;
  margin: -12px 0 32px;
}

.test-card {
  display: flex;
  align-items: center;
  gap: 16px;
  background: var(--paper-raised);
  border: 1px solid var(--line);
  border-radius: 4px;
  padding: 20px;
  margin-bottom: 14px;
  text-decoration: none;
  color: inherit;
  transition: border-color 0.15s ease;
}

.test-card:hover {
  border-color: var(--seal);
}

.test-card__icon {
  font-size: 28px;
  flex: none;
}

.test-card__body {
  flex: 1;
}

.test-card__title {
  font-family: var(--font-display);
  font-size: 17px;
  font-weight: 700;
  margin-bottom: 4px;
}

.test-card__desc {
  font-size: 13px;
  color: var(--ink-soft);
  line-height: 1.5;
}

.test-card__arrow {
  flex: none;
  color: var(--seal);
  font-size: 18px;
}
