/* Help Center index page styles */

.help-center__category-title {
  margin-top: 2rem;
  margin-bottom: 1rem;
  padding-bottom: 0.5rem;
  border-bottom: 2px solid var(--bs-primary, #0d6efd);
  font-size: 1.25rem;
}

.help-center__icon-emoji {
  font-size: 2.5rem;
  line-height: 1;
}

.help-center__grid .sb-card {
  transition: transform 0.15s ease, box-shadow 0.15s ease;
  position: relative;
}

.help-center__grid .sb-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.1) !important;
}

.help-center__sections {
  font-style: italic;
}

/* Make entire card clickable via stretched link on title */
.help-center__grid .card-title a {
  text-decoration: none;
  color: inherit;
}

.help-center__grid .card-title a::after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

/* Anonymous upsell CTA on detail pages */
.help-section-cta {
  max-width: 500px;
}

/* Upsell hint on index page */
.help-section-summary__upsell a {
  color: var(--bs-primary, #0d6efd);
  text-decoration: underline;
}
