/* Niche landing pages */

.niche-page .niche-hero {
  align-items: start;
}

.niche-preview-frame {
  width: 100%;
}

.niche-preview-stage {
  width: min(100%, 320px);
  margin: 0 auto;
}

.niche-preview-stage .price-card {
  width: 100%;
  animation: none;
}

.niche-hub-grid h3 a {
  color: inherit;
  text-decoration: none;
}

.niche-hub-grid h3 a:hover {
  color: var(--accent);
  text-decoration: underline;
  text-underline-offset: 0.12em;
}

.niche-page code {
  font-size: 0.88em;
}
