.mstt-manifesto__inner {
  max-width: 62rem;
  margin: 0 auto;
  padding: var(--mstt-section-y) var(--mstt-section-x);
  text-align: center;
}

.mstt-manifesto__inner .mstt-body {
  max-width: 48rem;
  margin: 0 auto;
}

.mstt-manifesto__inner .mstt-actions {
  justify-content: center;
}

.mstt-manifesto::before {
  content: '';
  display: block;
  height: 1px;
  margin: 0 15%;
  background: linear-gradient(90deg, transparent, rgba(var(--color-foreground), 0.15), transparent);
}
