.topics-page .solceller-hero {
  grid-template-columns: 1fr;
}

.topics-page .solceller-hero-copy {
  max-width: none;
}

.topics-page .sol-overview-card h2 a {
  color: var(--sol-accent-dark);
  text-decoration: none;
}

.topics-page .sol-overview-card h2 a:hover,
.topics-page .sol-overview-card h2 a:focus-visible {
  color: var(--sol-accent);
  text-decoration: underline;
  text-underline-offset: 0.18em;
}

.topics-page .sol-overview-card .guide-pill-link {
  margin-top: auto;
}
