/**
 * Modern Help Center template
 */
.sf-template-modern {
  --sf-radius: 12px;
  --sf-shadow: 0 4px 24px rgba(15, 23, 42, 0.08);
}

.sf-template-modern.sf-wrap,
body.sf-template-modern .sf-wrap {
  background: linear-gradient(180deg, #eff6ff 0%, var(--sf-bg) 280px);
}

.sf-template-modern .sf-container {
  max-width: 1200px;
}

.sf-template-modern .sf-kb__title {
  font-size: 2.5rem;
  font-weight: 700;
  text-align: center;
  letter-spacing: -0.02em;
}

.sf-template-modern .sf-kb__header .sf-muted {
  text-align: center;
}

.sf-template-modern .sf-card {
  border: none;
  border-radius: 12px;
  box-shadow: 0 4px 20px rgba(15, 23, 42, 0.08);
}

.sf-template-modern .sf-search {
  max-width: 640px;
  margin-left: auto;
  margin-right: auto;
}

.sf-template-modern .sf-search__input {
  border-radius: 999px;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.sf-template-modern .sf-kb-articles-grid {
  grid-template-columns: 1fr;
}

.sf-template-modern .sf-topic-card--link {
  border-radius: 12px;
  text-align: center;
}

.sf-template-modern .sf-faq-item {
  border-radius: 12px;
  margin-bottom: 0.75rem;
}
