/* Tool search page & homepage search hint */

.tools-search-hint {
  margin: -0.5rem auto 1.75rem;
  max-width: 40rem;
  text-align: center;
  font-size: 0.8125rem;
  line-height: 1.55;
  color: var(--color-text-muted);
}

.tools-search-hint:empty {
  display: none;
  margin: 0;
}

.tools-search-hint code,
.page-hero__desc code {
  padding: 0.1rem 0.35rem;
  font-size: 0.85em;
  background: var(--color-bg-muted);
  border-radius: 4px;
}

.page:not(.bs-page):not(.bn-page) .tools-search-hint {
  color: rgba(255, 255, 255, 0.85);
}

.tool-search-page {
  padding-top: 0;
}

.tool-search-results__summary {
  margin: 0 0 1.5rem;
  text-align: center;
  color: var(--color-text-muted);
  font-size: 0.9375rem;
}

.tool-search-results {
  margin-top: 0.5rem;
}

.tool-card__meta {
  display: block;
  flex-shrink: 0;
  min-height: 1.125rem;
  margin: 0.25rem 0 0;
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--color-text-subtle);
}

.tool-card-wrapper {
  min-width: 0;
}
